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.1 public release #34

Closed rebelinux closed 2 years ago

rebelinux commented 2 years ago

Description

[0.7.1] - 2022-03-14

Added

Fixed

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: [3], Information: [0]

``` RuleName : PSAvoidUsingEmptyCatchBlock Severity : Warning ScriptName : SharedUtilsFunctions.ps1 Line : 259 Message : Empty catch block is used. Please use Write-Error or throw statements in catch blocks. RuleName : PSAvoidUsingEmptyCatchBlock Severity : Warning ScriptName : SharedUtilsFunctions.ps1 Line : 740 Message : Empty catch block is used. Please use Write-Error or throw statements in catch blocks. RuleName : PSAvoidUsingEmptyCatchBlock Severity : Warning ScriptName : SharedUtilsFunctions.ps1 Line : 751 Message : Empty catch block is used. Please use Write-Error or throw statements in catch blocks. ```