打开DDC控制台上的Porwer Shell
通过下面的命令来删除所有的Policies
New-PSDrive Site –PSProvider
CitrixGroupPolicy –Root \ -Controller localhost
ls user
remove-item -path xxx
cd..
ls computer
remove-item -path xxx
关于创建新的policies,提示Another user is currently modifying the
policies....使用下面的命令来解决的
Remove-ConfigSiteMetadata -Name
"Policy_EditInProgress"
原文:http://kuazhang.blog.51cto.com/4004067/1907325