This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ScriptName = 'Test-Windows365Endpoints' | |
| $ScriptVer = 'v0.06' | |
| # Test network connectivity to Windows 365 Services (including AVD and Intune) | |
| # There are now two ways to use this script: | |
| # 1. Run from the Cloud PC or a VM connected to an Azure VNet where CPCs will be provisioned | |
| # 2. Run from the Client PC or a device connected to the Network where the client device is used | |
| # Run this script directly from this gist using the command below |