forked from PowerShell/PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCatalogTestFile1.mof
More file actions
42 lines (31 loc) · 1.2 KB
/
Copy pathCatalogTestFile1.mof
File metadata and controls
42 lines (31 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
@TargetNode='localhost'
@GeneratedBy=Duser1
@GenerationDate=09/22/2015 15:25:48
@GenerationHost=DEV-10545-246
*/
instance of MyPSClassFileData as $MyPSClassFileData1ref
{
SomeData = "testing";
AnInt = 50;
};
instance of MyPSClassFileWithClass as $MyPSClassFileWithClass1ref
{
ResourceID = "[MyPSClassFileWithClass]myfile";
SourceInfo = "C:\\CITests_0\\DSC\\Tests\\LCM\\ConfigurationScripts\\RunAsUserMandatorywithPowershellClasses.ps1::22::7::MyPSClassFileWithClass";
FileData = $MyPSClassFileData1ref;
ModuleName = "ClassPropertyResource1";
Path = "C:\\Users\\Duser1\\AppData\\Local\\Temp\\testclassesObject.txt";
ModuleVersion = "1.0";
ConfigurationName = "RunAsUserMandatorywithPowershellClasses";
};
instance of OMI_ConfigurationDocument
{
Version="2.0.0";
MinimumCompatibleVersion = "2.0.0";
CompatibleVersionAdditionalProperties= {"Omi_BaseResource:ConfigurationName"};
Author="Duser1";
GenerationDate="09/22/2015 15:25:48";
GenerationHost="DEV-10545-246";
Name="RunAsUserMandatorywithPowershellClasses";
};