Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The **Test-DscConfiguration** cmdlet tests whether the actual configuration on t
Specify computers by using 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 of 'True'.
Otherwise, it returns a string value of 'False'.

## EXAMPLES

Expand Down Expand Up @@ -120,4 +120,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[Restore-DscConfiguration](Restore-DscConfiguration.md)

[Start-DscConfiguration](Start-DscConfiguration.md)
[Start-DscConfiguration](Start-DscConfiguration.md)
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,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 of 'True'.
Otherwise, it returns a string value of 'False'.

## EXAMPLES

Expand Down Expand Up @@ -268,4 +268,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[Restore-DscConfiguration](Restore-DscConfiguration.md)

[Start-DscConfiguration](Start-DscConfiguration.md)
[Start-DscConfiguration](Start-DscConfiguration.md)
Original file line number Diff line number Diff line change
Expand Up @@ -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 of 'True'.
Otherwise, it returns a string value of 'False'.

## EXAMPLES

Expand Down Expand Up @@ -269,4 +269,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[Restore-DscConfiguration](Restore-DscConfiguration.md)

[Start-DscConfiguration](Start-DscConfiguration.md)
[Start-DscConfiguration](Start-DscConfiguration.md)