Skip to content

Latest commit

 

History

History
109 lines (82 loc) · 2.08 KB

Set-OsConfigurationProperty.md

File metadata and controls

109 lines (82 loc) · 2.08 KB
external help file Module Name ms.date online version schema title
Microsoft.Management.OsConfiguration.Commands.dll-Help.xml
OsConfiguration
02/21/2024
2.0.0
Set-OsConfigurationProperty

Set-OsConfigurationProperty

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

Set-OsConfigurationProperty [-Name] <String> [-Value] <String> [[-SourceId] <String>]
 [[-FriendlyName] <String>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-FriendlyName

{{ Fill FriendlyName Description }}

Type: System.String
Parameter Sets: (All)
Aliases: FNAME

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

{{ Fill Name Description }}

Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: DriftControl, RefreshPeriod

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SourceId

{{ Fill SourceId Description }}

Type: System.String
Parameter Sets: (All)
Aliases: SID

Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Value

{{ Fill Value Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS