PowerCLI-Example-Scripts
PowerCLI-Example-Scripts copied to clipboard
VMware.vSphere.SsoAdmin: AddActiveDirectoryExternalDomain
Hi All, my understanding is that Add-ExternalDomainIdentitySource is in reality:
$connection.Client.AddActiveDirectoryExternalDomain(
$DomainName,
$DomainAlias,
$Name,
$PrimaryUrl,
$BaseDNUsers,
$BaseDNGroups,
$Username,
$Password,
$DomainServerType)
I do not see the option for:
- Identity source type Active Directory (windows integrated authentication)
- Domain Name
- Use Machine account OR SPN This will require only 3 properties. Is that possible via cli ?