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 February 19, 2025: Update azure-point-to-site-vpn.md (a9c807a)