Determines if the specified account meets the requirements to be used as a service account in Data Governance Edition.
Note:Data Governance Edition consolidates security information across many domains and forests by accessing these network entities using stored credentials (service accounts). These service accounts are Active Directory users granted the appropriate permissions in their respective domains and registered with Data Governance Edition.
Syntax:
Get-QLogonServiceAccount [-UserName] <String> [-Password] <String> [-DomainId] <String> [<CommonParameters>]
Parameter | Description |
---|---|
UserName |
Specify the name of the Active Directory account to be checked. |
Password | Specify the password associated with the account. |
DomainName | Specify the name of the domain to be checked to determine if the specified account meets the requirements of a service account. |
Examples:
Example | Description |
---|---|
Get-QLogonServiceAccount -UserName Administrator -Password myppassword -DomainName mydomain.dge.dev.phx.com | Checks the specified account to determine if it meets the requirements to be used as a service account in Data Governance Edition. |