We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1442c9 commit e961a1aCopy full SHA for e961a1a
1 file changed
Tests/xComputermanagement.Tests.ps1
@@ -91,7 +91,7 @@ InModuleScope MSFT_xComputer {
91
It 'Should return a hashtable containing Name,DomainName, Credential, UnjoinCredential and WorkGroupName' {
92
$Result = Get-TargetResource -Name $env:COMPUTERNAME
93
$Result.GetType().Fullname | Should Be 'System.Collections.Hashtable'
94
- $Result.Keys | Should Be @('Name','DomainName','Credential','UnjoinCredential','WorkGroupName')
+ $Result.Keys | Should Be @('Name','DomainName', 'JoinOU', 'CurrentOU', 'Credential','UnjoinCredential','WorkGroupName')
95
}
96
97
Context Set-TargetResource {
0 commit comments