Skip to content

Commit 0fe8d25

Browse files
author
Yannick Beot - ADM
committed
Update Server parameter comment
1 parent 1c39dc8 commit 0fe8d25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/ComputerManagementDsc/DSCResources/MSFT_Computer/MSFT_Computer.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $script:localizedData = Get-LocalizedData `
4747
The value assigned here will be set as the local computer description.
4848
4949
.PARAMETER Server
50-
The server to use to join the domain.
50+
The Active Directory Domain Controller to use to join the domain.
5151
#>
5252
function Get-TargetResource
5353
{
@@ -152,7 +152,7 @@ function Get-TargetResource
152152
The value assigned here will be set as the local computer description.
153153
154154
.PARAMETER Server
155-
The server to use to join the domain.
155+
The Active Directory Domain Controller to use to join the domain.
156156
#>
157157
function Set-TargetResource
158158
{

0 commit comments

Comments
 (0)