|
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; |
| 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 | 11 | [Write, Description("The value assigned here will be set as the local computer description")] String Description; |
12 | 12 | }; |
0 commit comments