We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0892db + 49eacaf commit e0a71a8Copy full SHA for e0a71a8
wmi-adapter/wmi.dsc.resource.json
@@ -14,6 +14,8 @@
14
"-NoLogo",
15
"-NonInteractive",
16
"-NoProfile",
17
+ "-ExecutionPolicy",
18
+ "Bypass",
19
"-Command",
20
"./wmi.resource.ps1 List"
21
]
@@ -26,6 +28,8 @@
26
28
27
29
30
31
32
33
34
"$Input | ./wmi.resource.ps1 Get"
35
],
@@ -37,6 +41,8 @@
37
41
38
42
39
43
44
45
40
46
47
"$Input | ./wmi.resource.ps1 Validate"
48
0 commit comments