microsoft / AADConnectConfigDocumenter

AAD Connect configuration documenter is a tool to generate documentation of an AAD Connect installation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing command-line arguments for pilot/production folders

TC-1927 opened this issue · comments

Hi

However I configure the AzureADConnectSyncDocumenter-Contoso.cmd file, I get the same output:

Missing commnad-line arguments. Usage: AzureADConnectSyncDocumenterCmd {Pilot / Target Config Folder} {Production / Reference / Baseline Config Folder}.
Example:
AzureADConnectSyncDocumenterCmd "Contoso\Pilot" "Contoso\Production"

The contents of the .cmd file are:

AzureADConnectSyncDocumenterCmd.exe "ORG\New-Server" "ORG\Old-Server"

ECHO OFF

Should I rename the .cmd file AzureADConnectSyncDocumenter-[organistation].cmd?

Any suggestions?

try running AzureADConnectSyncDocumenterCmd.exe "ORG\New-Server" "ORG\Old-Server" directly on the command prompt. This is essentially all that the batch file is doing.

Hi @TC-1927, I'm closing this as no repro. If you have any additional information on why you got this error in the first place, please comment.