|
1 | 1 | [ClassVersion("1.0.1.0"), FriendlyName("xComputer")] |
2 | 2 | class MSFT_xComputer : OMI_BaseResource |
3 | 3 | { |
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 account will be created in")] String JoinOU; |
7 | | - [Read, Description("A read-only property that specifies the organizational unit that the computer account is currently in")] String CurrentOU; |
8 | | - [Write, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to join or leave domain")] String Credential; |
9 | | - [Write, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to join or leave domain")] String UnjoinCredential; |
10 | | - [Write, Description("The name of the workgroup")] String WorkGroupName; |
11 | | - [Write, Description("The value assigned here will be set as the local computer description")] 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 account will be created in.")] String JoinOU; |
| 7 | + [Write, Description("Credential to be used to join a domain."), EmbeddedInstance("MSFT_Credential")] String Credential; |
| 8 | + [Write, Description("Credential to be used to leave a domain."), EmbeddedInstance("MSFT_Credential")] String UnjoinCredential; |
| 9 | + [Write, Description("The name of the workgroup.")] String WorkGroupName; |
| 10 | + [Write, Description("The value assigned here will be set as the local computer description.")] String Description; |
| 11 | + [Read, Description("A read-only property that specifies the organizational unit that the computer account is currently in.")] String CurrentOU; |
12 | 12 | }; |
0 commit comments