File tree Expand file tree Collapse file tree
DSCResources/MSFT_xOfflineDomainJoin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ function Test-TargetResource
136136 # Domain is already joined.
137137 Write-Verbose - Message ( @ (
138138 " $ ( $MyInvocation.MyCommand ) : "
139- $ ($LocalizedData.DomainAlreadyJoinedhMessage ) `
139+ $ ($LocalizedData.DomainAlreadyJoinedMessage ) `
140140 -f $CurrentDomainName `
141141 ) -join ' ' )
142142 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ConvertFrom-StringData @'
44 AttemptingDomainJoinMessage=Attempting domain join using ODJ Request file '{0}'.
55 DomainJoinedMessage=Domain joined using ODJ Request file '{0}'. Reboot will be required.
66 CheckingOfflineDomainJoinMessage=Checking the Offline Domain Join State.
7- DomainAlreadyJoinedhMessage =The computer is already joined to a domain '{0}'. Change not required.
7+ DomainAlreadyJoinedMessage =The computer is already joined to a domain '{0}'. Change not required.
88 DomainNotJoinedMessage=The computer is not joined to a domain. Change required.
99 RequestFileNotFoundError=The ODJ Request file '{0}' does not exist.
1010 DjoinError=Error {0} occured requesting the Offline Domain Join.
You can’t perform that action at this time.
0 commit comments