We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90ed44 commit 87a9bf1Copy full SHA for 87a9bf1
source/Public/Get-ADDSAssetInventoryAudit.ps1
@@ -29,7 +29,7 @@ function Get-ADDSAssetInventoryAudit {
29
This is the folder where attachments are going to be saved.
30
.NOTES
31
Outputs to C:\temp by default. For help type: help Get-ADDSAssetInventoryAudit -ShowWindow
32
- #>
+ #>
33
[CmdletBinding(DefaultParameterSetName = 'HostType' , HelpURI = "https://criticalsolutionsnetwork.github.io/ADDSAuditTasks/#Get-ADDSInventoryAudit")]
34
param (
35
[ValidateSet("Windows10orUp", "WindowsServer")]
0 commit comments