Azure naming convention

Managing Stale Devices


Connect-MsolService

Get-MsolDevice -all | select-object -Property Enabled, DeviceId, DisplayName, DeviceTrustType, ApproximateLastLogonTimestamp | Ft

$date = get-date -date $(get-date).adddays(-90) -format MM-dd-yyyy

Get-MsolDevice -all -LogonTimeBefore $dt | select-object -Property Enabled, DeviceId, DisplayName, DeviceTrustType, ApproximateLastLogonTimestamp | export-csv c:DeviceList-olderthan-90days-summary.csv

Windows 10 Join Domain: Workplace vs Hybrid vs Azure AD

AAD sync Errors

Design a site like this with WordPress.com
Get started