Skip to content

Commit 57b2376

Browse files
SteveL-MSFTSteve Lee (POWERSHELL HE/HIM) (from Dev Box)
authored andcommitted
add more
1 parent ae22053 commit 57b2376

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

dsc/examples/PSConfEU_2024_Demo.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,23 @@ dsc resource get -r Microsoft/osinfo
3232

3333
### Output formats
3434

35+
- YAML
36+
- JSON
37+
- Pretty-JSON
38+
3539
### Tracing
3640

41+
- Error, Warn, Info, Debug, Trace
42+
- Logging to ETW/Syslog and files
43+
3744
### WhatIf
3845

3946
## DSC Resources
4047

4148
### Resource Manifest
4249

50+
- JSON vs YAML
51+
4352
### Resource Types
4453

4554
- Resource
@@ -55,13 +64,22 @@ dsc resource get -r Microsoft/osinfo
5564

5665
### Expressions
5766

58-
- Functions: Reference
67+
- Functions
68+
- reference()
69+
- env()
5970
- Dot-notation
6071

6172
### Group Resources
6273

74+
- DependsOn scope
75+
6376
### PowerShell Adapter
6477

78+
- WindowsPowerShell
79+
- PowerShell 7
80+
81+
### WMI Adapter
82+
6583
### Include Resource
6684

6785
### Parameters

0 commit comments

Comments
 (0)