location

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

Last modified January 27, 2025: Delete cloud-adoption-framework.md (1a91b0a)