File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 10
10
dsc resource list
11
11
```
12
12
13
- - List PowerShell Adapted DSC resources
13
+ - List adapted PowerShell DSC resources
14
14
15
15
``` powershell
16
16
dsc resource list --adapter Microsoft.DSC/PowerShell
17
+ dsc resource list --adapter Microsoft.Windows/PowerShell
17
18
```
18
19
19
20
- Find DSC resources
@@ -22,6 +23,10 @@ dsc resource list --adapter Microsoft.DSC/PowerShell
22
23
dsc resource list '*DSC*'
23
24
```
24
25
26
+ - Find specific adapted PSDSC resources
27
+
28
+ ``` powershell
29
+ dsc resource list --adapter Microsoft.DSC/PowerShell PSDscResources/*
25
30
### DSC Resource Invocation
26
31
27
32
- Invoke OSInfo DSC resource
@@ -51,7 +56,7 @@ dsc resource get -r Microsoft/osinfo
51
56
- Args, JSON Input, Env Var
52
57
- JSON Schema
53
58
54
- ### Resource Types
59
+ ### Resource Kinds
55
60
56
61
- Resource
57
62
- Group
You can’t perform that action at this time.
0 commit comments