# Rename-AcctIdentityPool
Renames an identity pool.
Syntax
Rename-AcctIdentityPool [-IdentityPoolName] <String> [-NewIdentityPoolName] <String> [-PassThru] [-LoggingId <Guid>] [-AdminAddress <String>] [<CommonParameters>] Rename-AcctIdentityPool -IdentityPoolUid <Guid> -NewIdentityPoolName <String> [-PassThru] [-LoggingId <Guid>] [-AdminAddress <String>] [<CommonParameters>]
Detailed Description
Provides the ability to change the name of an existing identity pool.
Related Commands
- Get-AcctIdentityPool
- Set-AcctIdentityPool
- Remove-AcctIdentityPool
- Test-AcctIdentityPoolNameAvailable
Parameters
Input Type
Return Values
Citrix.ADIdentity.Sdk.IdentityPool
This object provides details of the identity pool and contains the following information:
IdentityPoolName
The name of the identity pool.
IdentityPoolUid
The unique identifier for the identity pool.
NamingScheme
The naming scheme for the identity pool.
NamingSchemeType
The naming scheme type for the identity pool. This can be one of the following:
Numeric - naming scheme uses numeric indexes
Alphabetic - naming scheme uses alphabetic indexes
StartCount
The next index to be used when creating an identity from the identity pool.
OU
The Active Directory distinguished name for the OU in which accounts created from this identity pool will be created.
Domain
The Active Directory domain that accounts in the pool belong to.
Lock
Indicates if the identity pool is locked.
The name of the identity pool.
IdentityPoolUid
The unique identifier for the identity pool.
NamingScheme
The naming scheme for the identity pool.
NamingSchemeType
The naming scheme type for the identity pool. This can be one of the following:
Numeric - naming scheme uses numeric indexes
Alphabetic - naming scheme uses alphabetic indexes
StartCount
The next index to be used when creating an identity from the identity pool.
OU
The Active Directory distinguished name for the OU in which accounts created from this identity pool will be created.
Domain
The Active Directory domain that accounts in the pool belong to.
Lock
Indicates if the identity pool is locked.
## Notes
In the case of failure the following errors can result.
Error Codes
-----------
IdentityPoolObjectNotFound
The specified identity pool could not be located.
PermissionDenied
The user does not have administrative rights to perform this operation.
ConfigurationLoggingError
The operation could not be performed because of a configuration logging error
DatabaseError
An error occurred in the service while attempting a database operation.
DatabaseNotConfigured
The operation could not be completed because the database for the service is not configured.
ServiceStatusInvalidDb
An error occurred in the service while attempting a database operation - communication with the database failed for
for various reasons.
CommunicationError
An error occurred while communicating with the service.
ExceptionThrown
An unexpected error occurred. To locate more details, see the Windows event logs on the controller being used or examine the XenDesktop logs.
Examples
EXAMPLE 1
C:\PS>Rename-AcctIdentityPool -IdentityPoolName oldName -NewIdentityPoolName newName
Description
-----------
Renames an existing identity pool called "oldName" to be called "newName".