We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c39dc8 commit 0fe8d25Copy full SHA for 0fe8d25
1 file changed
Modules/ComputerManagementDsc/DSCResources/MSFT_Computer/MSFT_Computer.psm1
@@ -47,7 +47,7 @@ $script:localizedData = Get-LocalizedData `
47
The value assigned here will be set as the local computer description.
48
49
.PARAMETER Server
50
- The server to use to join the domain.
+ The Active Directory Domain Controller to use to join the domain.
51
#>
52
function Get-TargetResource
53
{
@@ -152,7 +152,7 @@ function Get-TargetResource
152
153
154
155
156
157
function Set-TargetResource
158
0 commit comments