From b8d12d748a627126ee29e536af9212fa63af9971 Mon Sep 17 00:00:00 2001 From: Lars Platzdasch Date: Wed, 11 Jul 2018 14:01:36 +0200 Subject: [PATCH] add Database Properties full --- Modules/SqlServerInventory/SqlServerInventory.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/SqlServerInventory/SqlServerInventory.psm1 b/Modules/SqlServerInventory/SqlServerInventory.psm1 index 545b4c5..69863b6 100644 --- a/Modules/SqlServerInventory/SqlServerInventory.psm1 +++ b/Modules/SqlServerInventory/SqlServerInventory.psm1 @@ -16,6 +16,7 @@ New-Variable -Name CatSecurity -Value 'Security' -Scope Script -Option Constant New-Variable -Name CatAvailability -Value 'Availability' -Scope Script -Option Constant New-Variable -Name CatRecovery -Value 'Recovery' -Scope Script -Option Constant New-Variable -Name CatInformation -Value 'Information' -Scope Script -Option Constant + New-Variable -Name CatProperties -Value 'Properties' -Scope Script -Option Constant