Skip to content

Latest commit

 

History

History
80 lines (57 loc) · 1.67 KB

File metadata and controls

80 lines (57 loc) · 1.67 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
Get-OSConfiguration

Get-OSConfiguration

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

Get-OSConfiguration [[-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: 1
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: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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

Microsoft.Management.OsConfiguration.OsConfigurationInfo

Microsoft.Management.OsConfiguration.Commands.OsConfigurationObject

NOTES

RELATED LINKS