Remote Desktop Services (RDS) grace period

How can I check RDS grace period remaining days?

Hi StartPinch :slight_smile:

Once you logon as an administrator and run cmd.exe as administrator too:

image

Enter the following command:

wmic /namespace:\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !=“”) CALL GetGracePeriodDays

image