rubrikinc / rubrik-scripts-for-powershell

Collection of PowerShell Scripts created to interact to Rubrik CDM
MIT License
50 stars 58 forks source link

"ColumnStoreIndex" header missing from Parse-RubrikSizing.ps1 #83

Closed ghost closed 5 years ago

ghost commented 5 years ago

Line 9 in Parse-RubrikSizing.ps1 is missing "ColumnStoreIndex" from the headers list. Should read as follows:

$Header="ServerName","SQLVersion","name","recovery_model_desc","SevenDayLogBackupMB","AverageFullMB","AverageFullTimeSec","AverageLogTimeSec","DBTotalSizeMB","AverageLogBackupInterval","ChangeCapture","ColumnStoreIndex","Compression","FILESTREAM","InMemoryOLTP","Partitioning","TransparentDataEncryption"

jaapbrasser commented 5 years ago

Resolved in #93