Expected Behavior
If zones are used, only DG's per zone should be enumerated in the Test-XdSessionInfo.ps1 script.
Current Behavior
If zones are used in the Site, the Test-XdSessionInfo.ps1 script is enumerating all desktop delivery groups info multiple times as you use
$ZoneNames = (Get-ConfigZone -AdminAddress $Broker).Name
Foreach ($ZoneName in $ZoneNames) {
Get-BrokerDesktopGroup -AdminAddress $Broker
This implicates that if I have 5 DG's with 3 zones, I get all info 3 times instead of 1 team per Zone.
currently in our LTSR 7.15 CU1 I don't see a relation yet between zones and delivery gorups eventhough wihtin the console it is visible (see at zones section).
If we can get the same info from within powershell then we can get the DG's per Zone which should be perfect. but now getting it multiple times is worthless.
Possible Solution
Try to find how to accomplish getting DG's per zones. I haven't found it yet.
Or removing the zoning part from the script so that we only enumerate the DG's without zone info.
Steps to Reproduce (for bugs)
- Create 2 or more zones and run you script.
- User session details will be doubled, trippled, ....
Context
We don't get the correct user sessions details in the grafana dashboard.
Your Environment
XD 7.15 LTSR CU1
Please don't hesitate contacting me by email if needed.
Expected Behavior
If zones are used, only DG's per zone should be enumerated in the Test-XdSessionInfo.ps1 script.
Current Behavior
If zones are used in the Site, the Test-XdSessionInfo.ps1 script is enumerating all desktop delivery groups info multiple times as you use
This implicates that if I have 5 DG's with 3 zones, I get all info 3 times instead of 1 team per Zone.
currently in our LTSR 7.15 CU1 I don't see a relation yet between zones and delivery gorups eventhough wihtin the console it is visible (see at zones section).
If we can get the same info from within powershell then we can get the DG's per Zone which should be perfect. but now getting it multiple times is worthless.
Possible Solution
Try to find how to accomplish getting DG's per zones. I haven't found it yet.
Or removing the zoning part from the script so that we only enumerate the DG's without zone info.
Steps to Reproduce (for bugs)
Context
We don't get the correct user sessions details in the grafana dashboard.
Your Environment
XD 7.15 LTSR CU1
Please don't hesitate contacting me by email if needed.