Karl Mitschke replied to Andrew Story
08-Mar-10 04:56 PM
Hello Andrew,
Identity>> "C:\temp\eas.csv"
Identity>>
Identity>>C:\temp\eas.csv
Identity>>
Try this one liner:
Get-CASMailbox -ResultSize Unlimited -Filter{(HasActiveSyncDevicePartnership
-eq $true) -AND (name -notlike "cas*")}| select name, servername, DistinguisheDName,
ActiveSyncMailboxPolicy |Export-Csv C:\temp\eas.csv -NoTypeInformation
Karl
http://unlockpowershell.wordpress.com/