We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b39053 commit 91923b1Copy full SHA for 91923b1
1 file changed
Tests/xComputermanagement.Tests.ps1
@@ -88,7 +88,7 @@ InModuleScope MSFT_xComputer {
88
It 'should not throw' {
89
{Get-TargetResource -Name $env:COMPUTERNAME} | Should Not Throw
90
}
91
- It 'Should return a hashtable containing Name,DomainName, Credential, UnjoinCredential and WorkGroupName' {
+ It 'Should return a hashtable containing Name,DomainName, JoinOU, CurrentOU, 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', 'JoinOU', 'CurrentOU', 'Credential','UnjoinCredential','WorkGroupName')
0 commit comments