PowerShell/test/powershell/Modules/PSDesiredStateConfiguration/assets/dsc/schema/MSFT_nxScriptResource/MSFT_nxScriptResource.schema.mof
2016-08-04 10:47:41 -07:00

11 lines
246 B
Plaintext
Executable file

[ClassVersion("1.0.0"),FriendlyName("nxScript")]
class MSFT_nxScriptResource : OMI_BaseResource
{
[Key] string GetScript;
[Key] string SetScript;
[Key] string TestScript;
[write] string User;
[write] string Group;
[Read] string Result;
};