C
-- Chris --
hi all,
how can i remove old mobile devices?
Get-MobileDevice | % {Get-MobileDeviceStatistics -ID $_.Guid.ToString()} | where {($_.LastSyncAttemptTime -lt "01.01.2019")} | Remove-MobileDevice -confirm:$false
view works but remove didn't work if use are moved to other OUs
Chris
Continue reading...
how can i remove old mobile devices?
Get-MobileDevice | % {Get-MobileDeviceStatistics -ID $_.Guid.ToString()} | where {($_.LastSyncAttemptTime -lt "01.01.2019")} | Remove-MobileDevice -confirm:$false
view works but remove didn't work if use are moved to other OUs
Chris
Continue reading...