-
Citrix Provisioning Services Health Check Script Update Version 1.27
Version 1.27 17-Apr-2023
- Added new Farm properties introduced in 2303, SetupType and CloudSetupActive
- If(SetupType -eq 1 -and CloudSetupActive -eq $True )
- {
- “Farm is in cloud setup and all PVS servers have updated to cloud mode”
- }
- ElseIf(SetupType -eq 1 -and CloudSetupActive -eq $False )
- {
- “Farm is in cloud setup and all PVS servers have not updated to cloud mode”
- }
- ElseIf(SetupType -eq 0)
- {
- “Farm is in on-premises mode”
- }
- In Function OutputSite:
- If SetupType is 1 (Cloud), output the Cloud Customer ID and Name in the Licensing section
You can always find the most current script by going to https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/
Thanks
Webster
- Added new Farm properties introduced in 2303, SetupType and CloudSetupActive
April 17, 2023
PowerShell, PVS