Bem, a sintaxe $root
está errada, afinal. Tem que estar no formato DN (DistinguishedName), com o exemplo sendo o domínio da minha empresa, intranet.lan
:
DC=intranet,DC=lan
quando tento montar o Active Directory no powershell, ele gera o erro abaixo: "" "O nome do objeto tem uma sintaxe ruim new-psprovider" "".
Ele só pode ser ignorado se você fornecer o cânone format-option.
Mas quero montá-lo no formato X500.
PS mtn:\> mount ad -PSProvider ActiveDirectory -Root $root -Server $server -Credential $cred
OR
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