quando tento montar o Active Directory no PowerShell, gera o erro abaixo: """O nome do objeto tem sintaxe incorreta new-psprovider""".
Ele só pode ser ignorado se você fornecer a opção -format canon.
Mas quero montá-lo no formato X500.
PS mtn:\> mount ad -PSProvider ActiveDirectory -Root $root -Server $server -Credential $cred
OU
PS mtn:\> mount ad -PSProvider ActiveDirectory -Root $root -Server $server -Credential $cred -FormatType X500
Erro:
mount : The object name has bad syntax
At line:1 char:1
+ mount ad -PSProvider ActiveDirectory -Root $root -Server $server -Crede ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (ad:PSDriveInfo) [New-PSDrive], ADException
+ FullyQualifiedErrorId : ADProvider:NewDrive:InvalidRoot:ADError,Microsoft.PowerShell.Commands.NewPSDriveCommand
Responder1
Bem, $root
afinal a sintaxe está errada. Deve estar no formato DistinguishedName (DN), sendo o exemplo o domínio da minha empresa intranet.lan
:
DC=intranet,DC=lan