Getting a simple list of computers from Azure AD
First we connect to Azure AD, I’m going to use the MSOnline module: connect-msoldevice Then we get the computers and export them to a CSV file. get-msoldevice -All | select-object…
First we connect to Azure AD, I’m going to use the MSOnline module: connect-msoldevice Then we get the computers and export them to a CSV file. get-msoldevice -All | select-object…
Two ways to do it, via MSOnline module AzureAD module MSOnline First you start with a connection to Azure AD, via Connect-MsolService Then you can run a number of commands…
So we are deploying Workspace One, and our devices are joined to Azure AD. We have found an issue when the user is prompted to change their password. Issue When…