problems running the report #199
Replies: 2 comments
-
|
Could you run these cmdlet and send me the logs? Enable powershell debugging: $global:VerbosePreference = 'Continue'
$global:DebugPreference = 'Continue'
Start-Transcript -Path .\Output.log
New-AsBuiltReport -Report Microsoft.AD -Target 'SERVER' -Username '[email protected]' -Password 'P@ssw0rd' -Format Html -OutputFolderPath 'C:\Users\cds\Documents' <-- change this part with your parameters
Stop-TranscriptThe commands generate the Output.log file which you can send to me at: After saving the log, reset powershell to default settings: $global:VerbosePreference = 'SilentlyContinue'
$global:DebugPreference = 'SilentlyContinue' |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Closed due to no answer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to run the AsBuiltReport.Microsoft.AD (https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD) on my prod domain (have tested it in a demo environment and it worked perfectly) but its not a success.
There should not be any firewalls between the servers, so there must be something else the scripts are requesting that is not configured on my DNS/AD servers.
I have installed all the pre requirements, and that was no problem. The DCs are 2022.
I am running this command:
New-AsBuiltReport -Report Microsoft.AD -Target 'my.domain.controller.fqdn' -Username '[email protected]' -Password 'P@ssw0rd' -Format Html,Word -OutputFolderPath 'C:\Temp' -Timestamp
See error messages here:
https://imgur.com/a/NtAiBRe
https://imgur.com/tztjUcx
The report is created, but missing very much information.
Any suggestions here.
Beta Was this translation helpful? Give feedback.
All reactions