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.
1 parent 0d6972e commit 4196560Copy full SHA for 4196560
dsc/examples/timezone.dsc.yaml
@@ -0,0 +1,14 @@
1
+# Provides an example of a DSC configuration that uses a PowerShell DSC Resource not contained in PsDesiredStateConfiguration.
2
+# You must install the ComputerManagementDsc module to use this configuration
3
+
4
+$schema: https://aka.ms/dsc/schemas/v3.0.0/bundled/config/document.json
5
+resources:
6
+ - type: Microsoft.Windows/WindowsPowerShell
7
+ name: Set Timezone
8
+ properties:
9
+ resources:
10
+ - name: Set Timezone
11
+ type: ComputerManagementDsc/TimeZone
12
13
+ IsSingleInstance: Yes
14
+ TimeZone: New Zealand Standard Time
0 commit comments