Update DatastoreSIOCStatistics.ps1

This commit is contained in:
Kyle Ruddy
2016-12-08 11:49:49 -05:00
committed by GitHub
parent 9d14a90183
commit b49b3f9430

View File

@@ -58,7 +58,7 @@ function Set-DatastoreSIOCStatCollection {
.PARAMETER Datastore
Datastore to be ran against
.EXAMPLE
Set-DatastoreSIOCStatCollection -Datastore ExampleDatastore -Enable $true
Set-DatastoreSIOCStatCollection -Datastore ExampleDatastore -Enable
Enables SIOC statistics collection for the provided datastore
#>
[CmdletBinding(SupportsShouldProcess)]
@@ -105,4 +105,4 @@ function Set-DatastoreSIOCStatCollection {
}
}
}
}