ErGw1Az = Standard
ErGw2Az = High Performance
ErGw3Az = Ultra Performance

ErGw1Az = Standard
ErGw2Az = High Performance
ErGw3Az = Ultra Performance
$Session = New-Object -ComObject Microsoft.Update.Session
$Searcher = $Session.CreateUpdateSearcher()
$Searcher.Search("IsInstalled=1").Updates | sort LastDeploymentChangeTime | ft -a LastDeploymentChangeTime, title
Error message: “A service installation section in this inf is invalid”
Start powershell and run: Add-WindowsFeature -Name Wireless-Networking
Reboot, install driver, and the reboot again. Now WiFi should Work
From a CMD
$AllProtocols = [System.Net.SecurityProtocolType]’Ssl3,Tls,Tls11,Tls12′
[System.Net.ServicePointManager]::SecurityProtocol = $AllProtocols
[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}
$webClient = New-Object System.Net.WebClient
$content = $webClient.DownloadString(‘https://somesite’)
$content
net stop w32time
w32tm /config /syncfromflags:manual /manualpeerlist:”servername1, servername2″
net start w32time
w32tm /config /update
w32tm /resync /rediscover
Check with:
w32tm /query /status
robocopy source: destination: /MIR /R:1 /W:1 /MT:32 /SEC
/MIR – MIRror a directory tree
/SEC – copy files with SECurity
/R:1 – number of Retries on failed copies
/W:1 – Wait time between retries
/MT:32 – Do multi-threaded copies with n threads (default 8)
From Exchange Shell
$mailpf = get-mailpublicfolder emailaddress@domain.com get-publicfolder $mailpf.entryID