diff --git a/reference/5.1/PSDesiredStateConfiguration/Test-DscConfiguration.md b/reference/5.1/PSDesiredStateConfiguration/Test-DscConfiguration.md index d0b0e030806c..7ccde7e7052c 100644 --- a/reference/5.1/PSDesiredStateConfiguration/Test-DscConfiguration.md +++ b/reference/5.1/PSDesiredStateConfiguration/Test-DscConfiguration.md @@ -57,8 +57,8 @@ The **Test-DscConfiguration** cmdlet tests whether the actual configuration on t Specify which computers for which you want to test configurations by using computer names or Common Information Model (CIM) sessions. If you do not specify a target computer, the cmdlet tests configuration of the local computer. -If the desired and actual configurations match, the cmdlet returns a value of $True. -Otherwise, it returns a value of $False. +If the desired and actual configurations match, the cmdlet returns a string value value of 'True'. +Otherwise, it returns a string value of 'False'. ## EXAMPLES @@ -269,4 +269,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Restore-DscConfiguration](Restore-DscConfiguration.md) -[Start-DscConfiguration](Start-DscConfiguration.md) \ No newline at end of file +[Start-DscConfiguration](Start-DscConfiguration.md)