"No settings defined" is displayed in the Group Policy Management console.
After upgrading Windows 7 Virtual Delivery Agent (VDA) from XenDesktop 5.6 to XenDesktop 7.x and using the Group Policy Management Console (GPMC) on the VDA, to select the AD GPO in question, the Settings tab within the GPMC is not displayed and shows "No settings defined."
Example
Right-click the same AD GPO and select Edit to see that the Computer and User policy settings were present.
Example: When expanding the Computer Configuration > Policies > Citrix Policies node in the GPMC:
When running the GPMC from Windows 7 VDA with XenDesktop 5.6, policy settings are noticed when selecting the Settings tab.
Following is an example for such a scenario:
The policies were being applied properly in the environment, however the policies were not displaying as expected within the GPMC.
Complete the following troubleshooting steps:
Download the latest version of CDFControl.
Run CDFControl on Windows 7 VDA with XenDesktop 7.x installed.
Select the following module list from the Trace Categories drop-down:
Citrix Policies > All
Select the following individual module:
MX_GroupPolicy_Gui
Click Start Tracing, then reproduce the issue within the GPMC.
Complete the steps to export the Citrix policies:
Download the updated version of the Group Policy PowerShell module (Citrix.GroupPolicy.Commands.psm1) - see How to Import and Export Policies in XenApp 6.x
On the VDA, copy the updated module to the VDA where you can display the AD GPO properly.
Run the PowerShell cmd prompt using an account with Administrative rights.
Issue the following commands to load the required modules:
Replace <Path> with the actual location of the module (for example, C:\Temp).
Make a note of the display name of the AD GPO to be exported.
Run the following commands to export the policies:
Complete the steps to import Citrix Policies:
Log on the VDA with the newer version of the Citrix Group Policy Management Module (for example, XenDesktop 7.x).
Copy the updated Citrix.GroupPolicy.Commands.psm1.
Copy the exported policy files to the VDA.
Launch the GPMC and take a backup of the AD GPO you are working with.
Delete the AD GPO in question and create a new one.
Launch the PowerShell command prompt using Administrative rights.
Run the following commands to restore the policies:
The related changes are made in the Group Policy architecture in XenDesktop 7.x and requires an export and import of the affected AD GPO to resolve the issue.