Skip to content

Commit c2201c5

Browse files
committed
Updated Schema with Descriptions
1 parent 94af8eb commit c2201c5

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[ClassVersion("1.0.1.0"), FriendlyName("xComputer")]
22
class MSFT_xComputer : OMI_BaseResource
33
{
4-
[key] string Name;
5-
[write] string DomainName;
6-
[write] string JoinOU;
7-
[read] string CurrentOU;
8-
[write,EmbeddedInstance("MSFT_Credential")] String Credential;
9-
[write,EmbeddedInstance("MSFT_Credential")] String UnjoinCredential;
10-
[write] string WorkGroupName;
11-
[write] string Description;
4+
[key, Description("The desired computer name")] string Name;
5+
[write, Description("The name of the domain to join")] string DomainName;
6+
[write, Description("The distinguished name of the organizational unit that the computer
7+
account will be created in")] string JoinOU;
8+
[read, Description("A read-only property that specifies the organizational unit that
9+
the computer account is currently in")] string CurrentOU;
10+
[write, EmbeddedInstance("MSFT_Credential"), Description(""Credential to be used to join or leave domain")] String Credential;
11+
[write, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to join or leave domain")] String UnjoinCredential;
12+
[write, Description("The name of the workgroup")] string WorkGroupName;
13+
[Write, Description("The value assigned here will be set as the local computer description")] String Description;
1214
};

0 commit comments

Comments
 (0)