Return Values
Citrix.AdIdentity.Sdk.ServiceInstance
The Get-AcctServiceInstance command returns an object containing the following properties.
ServiceGroupUid <Guid>
Specifies the unique identifier for the service group of which the service is a member.
ServiceGroupName <String>
Specifies the name of the service group of which the service is a member.
ServiceInstanceUID <Guid>
Specifies the unique identifier for registered service instances, which are service instances held by and obtained from a central configuration service. Unregistered service instances do not have unique identifiers.
ServiceType <String>
Specifies the service instance type. For this service, the service instance type is always Acct.
Address
Specifies the address of the service instance. The address can be used to access the service and, when registered in the central configuration service, can be used by other services to access the service.
Binding
Specifies the binding type that must be used to communicate with the service instance. In this release of XenDesktop, the binding type is always 'wcf_HTTP_kerb'. This indicates that the service provides a Windows Communication Foundation endpoint that uses HTTP binding with integrated authentication.
Version
Specifies the version of the service instance. The version number is used to ensure that the correct versions of the services are used for communications.
ServiceAccount <String>
Specifies the Active Directory account name for the machine on which the service instance is running. The account name is used to provide information about the permissions required for interservice communications.
ServiceAccountSid <String>
Specifies the Active Directory account security identifier for the machine on which the service instance is running.
InterfaceType <String>
Specifies the interface type. Each service can provide multiple service instances, each for a different purpose, and the interface defines the purpose. Available interfaces are:
SDK - for PowerShell operations
InterService - for operations between different services
Peer - for communications between services of the same type
Metadata <Citrix.AdIdentity.Sdk.Metadata[]>
The collection of metadata associated with registered service instances, which are service instances held by and obtained from a central configuration service. Metadata is not stored for unregistered service instances.