Skip to content

Instantly share code, notes, and snippets.

View mehrdadirani's full-sized avatar

Mehrdad Irani mehrdadirani

View GitHub Profile
@shannonfritz
shannonfritz / Test-Windows365Endpoints.ps1
Last active December 16, 2024 21:12
Test network connectivity to endpoints used by Windows 365 Cloud PCs
$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