AsBuiltReport.Core
AsBuiltReport.Core copied to clipboard
Repository for AsBuiltReport core module
Hello, it is possible to allow paramters -Folderpath and -Filename for New-AsBuiltConfig? We can specify this on New-AsBuiltReportConfig and it is very helpful if you want to fully automate the...
I like to run the reporst generation using a service account (gMSA). Can this option be considered? Thanks
**Is your feature request related to a problem? Please describe.** It would be beneficial to add the option to generate the report in an available language. I don't know if...
### Description It would be nice to add some protection against running the report from a Powershell ISE window. ```powershell if ($psISE) { Write-Error -Message "You cannot run this script...