Reset XenDesktop VM name count
NOTE: For this to work the commands need to be executed via the PowerShell console in Citrix Studio. The normal PowerShell interface won’t work.
PS C:\Program Files\Citrix\Desktop Studio> Get-AcctIdentityPool
AvailableAccounts : 0
Domain : VGPU.demo
ErrorAccounts : 0
IdentityPoolName : Win7
IdentityPoolUid : c00bf2a9-3cca-46bd-b24a-0edfa25d1372
InUseAccounts : 4
Lock : False
MetadataMap : {}
NamingScheme : Win7-0#
NamingSchemeType : Numeric
OU :
StartCount : 5
TaintedAccounts : 0
Scopes :
PS C:\Program Files\Citrix\Desktop Studio> New-AcctADAccount -IdentityPoolName “Win7” -Count 1 -StartCount 1
This post is licensed under
CC BY 4.0
by the author.