Microsoft announced under //Build 2019, Windows Terminal is a new, modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL.
[Read More]
Gather Windows Autopilot Device Data
Link to powershell script Export Computer AutoPilot Data .\Get-WindowsAutoPilotInfo.ps1 -ComputerName MYCOMPUTER -OutputFile .
[Read More]
How to Enable Self Service Password Reset
Self-service password reset (SSPR) is a feature of Azure Active Directory that empowers users to easily reset their passwords and unlock their accounts without interacting with your helpdesk.
[Read More]
Install Office Pro Plus in Intune From Xml Data
Microsoft has in Intune 1903 released that we now can deploy Office Pro Plus from xml, before we only have the choice to use the configuration designer.
[Read More]
Block Download via Conditional Access and Mcas
Hi, today I want to talk about Conditional Access and Conditional Access App Control (MCAS for short) but why?
[Read More]
How to Create Azcopy Container and Automate Run in Azure
Was working on an case where the customer wanted to copy files within an Azure blob to another blob every nigth.
[Read More]
Quick Tip to Get Guid Code for Apps
get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
Remove Windows 10 Applications From Powershell
You can remove application as Get Office, Calender and Mail from powershell, if you are using Intune.
[Read More]
Get List of Users From Csv With List of Dls
Header in the csv file should be DL
$PathToCsv = "groups.
[Read More]
Identify Users Who Have Registered for Mfa Using the Powershell
Identify users who have registered for MFA:
Get-MsolUser -All | where {$_.
[Read More]