location
less than a minute
Save location as variable
$RunFrom = Split-Path -Parent $MyInvocation.MyCommand.Path
$reportfile = "$RunFrom\ExchangeActiveSyncDeviceReport.csv"
map a drive
New-PSDrive -Name F -PSProvider FileSystem -Root \\server\share
Feedback
Was this page helpful?
Glad to hear it!
Sorry to hear that.