AsBuiltReport / AsBuiltReport.Microsoft.AD

Repository for AsBuiltReport Microsoft Active Directory module
https://techmyth.blog/posts/homelab-ad-doc-using-asbuiltreport/
MIT License
63 stars 18 forks source link

v0.7.5 public release #49

Closed rebelinux closed 2 years ago

rebelinux commented 2 years ago

Description

[0.7.5] - 2022-08-06

Added

Changed

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

github-actions[bot] commented 2 years ago

PSScriptAnalyzer results:

Errors: [0], Warnings: [1], Information: [4]

``` RuleName : PSUseSingularNouns Severity : Warning ScriptName : SharedUtilsFunctions.ps1 Line : 954 Message : The cmdlet 'Get-WinADForestDetails' uses a plural noun. A singular noun should be used instead. RuleName : PSUseOutputTypeCorrectly Severity : Information ScriptName : SharedUtilsFunctions.ps1 Line : 707 Message : The cmdlet 'ConvertTo-OperatingSystem' returns an object of type 'System.String' but this type is not declared in the OutputType attribute. RuleName : PSUseOutputTypeCorrectly Severity : Information ScriptName : SharedUtilsFunctions.ps1 Line : 950 Message : The cmdlet 'Get-ComputerSplit' returns an object of type 'System.Array' but this type is not declared in the OutputType attribute. RuleName : PSUseOutputTypeCorrectly Severity : Information ScriptName : SharedUtilsFunctions.ps1 Line : 1396 Message : The cmdlet 'Get-CimData' returns an object of type 'System.Object[]' but this type is not declared in the OutputType attribute. RuleName : PSPossibleIncorrectUsageOfAssignmentOperator Severity : Information ScriptName : SharedUtilsFunctions.ps1 Line : 1372 Message : Did you mean to use the assignment operator '='? The equality operator in PowerShell is 'eq'. ```