Skip to content

Commit b8d12d7

Browse files
committed
add Database Properties full
1 parent 00d373e commit b8d12d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/SqlServerInventory/SqlServerInventory.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ New-Variable -Name CatSecurity -Value 'Security' -Scope Script -Option Constant
1616
New-Variable -Name CatAvailability -Value 'Availability' -Scope Script -Option Constant
1717
New-Variable -Name CatRecovery -Value 'Recovery' -Scope Script -Option Constant
1818
New-Variable -Name CatInformation -Value 'Information' -Scope Script -Option Constant
19+
1920
New-Variable -Name CatProperties -Value 'Properties' -Scope Script -Option Constant
2021

2122

0 commit comments

Comments
 (0)