AsBuiltReport.Core icon indicating copy to clipboard operation
AsBuiltReport.Core copied to clipboard

Repository for AsBuiltReport core module

Results 4 AsBuiltReport.Core issues
Sort by recently updated
recently updated
newest added

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

enhancement
help wanted

**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...