document type | external help file | HelpUri | Locale | Module Name | ms.date | PlatyPS schema version | title |
---|---|---|---|---|---|---|---|
cmdlet |
PSDSC-Help.xml |
en-US |
PSDSC |
02/28/2025 |
2024-05-01 |
Set-PsDscResource |
Invoke the set operation for DSC version 3 command-line utility.
Set-PsDscResource [-Resource] <string> [-Inputs] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]
This cmdlet has the following aliases, {{Insert list of aliases}}
The function Set-PsDscResource invokes the set operation on Desired State Configuration version 3 executable 'dsc.exe'.
Set-PsDscResource -Resource 'Microsoft.Windows/Registry' -Inputs @{ keyPath = 'HKCU\1\2' }
This example sets the 'Microsoft.Windows/Registry' DSC resource with the specified inputs.
$params = @{ Resource = 'Microsoft.Windows/Registry' Inputs = 'registry.json' } PS C:> Set-PsDscResource @params
This example sets the 'Microsoft.Windows/Registry' DSC resource with the inputs provided in the 'registry.json' file.
{{ Fill Confirm Description }}
Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases:
- cf
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
The input to provide. Supports a hashtable of key-value pairs, JSON, YAML, or a file path (both JSON and YAML).
Type: System.Object
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
The resource (name) to be set.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases:
- ResourceName
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
{{ Fill WhatIf Description }}
Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases:
- wi
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
{{ Fill in the Description }}
For more details, go to module repository at: https://github.com/Gijsreyn/PSDSC.
{{ Fill in the related links here }}