As a guy who really likes to script things, I was very happy to read this today:
Firstly, my Powershell scripts / sessions can now be secured using MFA, without having to rewrite my scripts, except those where I built the Credential object with preset credentials….but that’s old anyway.
Secondly, I can now finally manage Registered Devices with the same Module, allowing me to use these commands:
-
Get-MsolDevice
-
Enable-MsolDevice
-
Disable-MsolDevice
-
Remove-MsolDevice
You can use either the owner’s UPN or the device ID with these commands.