Skip to content

Commit 2473b17

Browse files
Update deprecated scripts (#40)
* Update Get-AVDW365Gateways.ps1 Changed URL to GCCH JSON Download * Squashed commit of the following: commit 33f3d0b Author: Donna Ryan <[email protected]> Date: Wed Mar 26 15:17:12 2025 -0400 Initial Commit Includes both detection and remediation script, plus readme.md files * Updated readmes for deprecated scripts Scripts that have been deprecated because functionality was added to the service have been notated as such.
1 parent 12f81df commit 2473b17

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

RDP Shortpath Proactive Remediation/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This script has been deprecated as the feature is now enabled by default.
2+
For more information on RDP Shortpath, [follow this link](https://learn.microsoft.com/en-us/windows-365/enterprise/rdp-shortpath-public-networks)
3+
14
# Enable RDP Shortpath with Proactive Remediation
25
This example solution comes with two scripts and is intended to enable the RDP Shortpath feature on Windows 365 Cloud PCs. This feature uses UDP packets, which allows for lower latency - enhancing the end user experience.
36

Teams Reinstall - Per User Fix/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# These scripts are deprecated as the issue has been resolved.
2+
13
# Teams Client Installer Fix
24
This example script set is intended for use with Proactive Remediation. This package is only intended for use with Windows 365 Enterprise systems. Further modification must be done for it to work with Business SKUs that are not leveraging MEM. Do not deploy this package to Azure Virtual Desktop multi-session hosts.
35

Windows 365 Cloud PC Usage Report/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This script has been deprecated as there is a report that provides this information.
2+
[For more information, click here.](https://learn.microsoft.com/en-us/windows-365/enterprise/report-cloud-pc-utilization)
3+
14
# Windows 365 User Logon Activity Script
25
Currently Windows 365 does not have a way to report how often users are actually using their CloudPC. This example script aims to provide that information by querying the Azure AD Sign-In logs with the filter Application set to Windows Sign In, and then comparing this data against every user who has a provisioned Cloud PC. The script returns a count of every logon a user has completed against their Cloud PC, as well as their last logon time. The script **does not** return session duration.
36

Windows 365 Gateway IP Lookup/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This script has been deprecated as the required gateways have been consolidated into subnets.
2+
For more information on what subnets need to be whitelisted [follow this link](https://techcommunity.microsoft.com/discussions/windows365discussions/optimizing-rdp-connectivity-for-windows-365/3554327)
3+
14
# Windows 365 and AVD Gateway IP Address Lookup Script
25
## Purpose
36
This script helps to easily retrieve the AVD Gateway IPs or CIDR Subnets associated with the Windows 365 and AVD services and outputs them as a list in a CSV format. This list can then be used by admins to import the data into their VPN solutions to minimize end user Cloud PC performance degradation and disconnects.

0 commit comments

Comments
 (0)