| Martin on Event 36870/ 36880: A fatal er… | |
| Sally on 10 Top Websites to get cracked… | |
| Network Marketing Ne… on Windows server 2019 Active Dir… | |
| Michele on Event 36870/ 36880: A fatal er… | |
| Lokesh on Most Common VMware Interview… |
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

