From b49b3f9430c9dcc973160994f9771a920bebc629 Mon Sep 17 00:00:00 2001 From: Kyle Ruddy Date: Thu, 8 Dec 2016 11:49:49 -0500 Subject: [PATCH] Update DatastoreSIOCStatistics.ps1 --- Scripts/DatastoreSIOCStatistics.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/DatastoreSIOCStatistics.ps1 b/Scripts/DatastoreSIOCStatistics.ps1 index a407506..0121b07 100644 --- a/Scripts/DatastoreSIOCStatistics.ps1 +++ b/Scripts/DatastoreSIOCStatistics.ps1 @@ -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 { } } -} \ No newline at end of file +}