Skip to content

Commit 63c3bed

Browse files
author
Yannick Beot - ADM
committed
Update server parameter comment in MOF
1 parent 2276357 commit 63c3bed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/ComputerManagementDsc/DSCResources/MSFT_Computer/MSFT_Computer.schema.mof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class MSFT_Computer : OMI_BaseResource
88
[Write, Description("Credential to be used to leave a domain."), EmbeddedInstance("MSFT_Credential")] String UnjoinCredential;
99
[Write, Description("The name of the workgroup.")] String WorkGroupName;
1010
[Write, Description("The value assigned here will be set as the local computer description.")] String Description;
11-
[Write, Description("The server used to join a domain")] String Server;
11+
[Write, Description("The Active Directory Domain Controller to use to join the domain")] String Server;
1212
[Read, Description("A read-only property that specifies the organizational unit that the computer account is currently in.")] String CurrentOU;
1313
};

0 commit comments

Comments
 (0)