Get-SmTrustedDomains
Contributors
Suggest changes
Get the trusted domains details of the specified domain registered with SnapCenter Server.
Syntax
Get-SmTrustedDomains [-ParentDomainName] <String> [-Credential] <PSCredential>
Detailed Description
Get the trusted domains of the specified domain.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
ParentDomainName |
NETBIOS Name of the registered domain. |
true |
true (ByPropertyName) |
|
Credential |
Credentials of any user in the registered domain. |
true |
true (ByPropertyName) |
Examples
Example 1: Get the trusted domains of the specified domain registered with SnapCenter Server.
Get-SmTrustedDomains -ParentDomainName mva -Credential mva\administrator
Successfully discovered the trusted domains of the specified domain mva. Id : 1 Name : mva DomainFQDN : mva.gdl.englab.netapp.com DCHostIPAddresses : TrustedDomains : gdl.englab.netapp.com,GDL,nb.englab.netapp.com,NB,ict.englab.netapp.com,ICT,wbu.englab.netapp.com,WBU,eng.netapp.com,ENG,nane.englab.netapp.com,NANE,svl.englab.netapp .com,SVL CreatedOn : 4/11/2018 10:06:34 PM ModifiedOn : 4/20/2018 3:26:40 AM