We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d373e commit b8d12d7Copy full SHA for b8d12d7
Modules/SqlServerInventory/SqlServerInventory.psm1
@@ -16,6 +16,7 @@ New-Variable -Name CatSecurity -Value 'Security' -Scope Script -Option Constant
16
New-Variable -Name CatAvailability -Value 'Availability' -Scope Script -Option Constant
17
New-Variable -Name CatRecovery -Value 'Recovery' -Scope Script -Option Constant
18
New-Variable -Name CatInformation -Value 'Information' -Scope Script -Option Constant
19
+
20
New-Variable -Name CatProperties -Value 'Properties' -Scope Script -Option Constant
21
22
0 commit comments