Skip to content

Latest commit

 

History

History
110 lines (82 loc) · 2.18 KB

Get-OsConfigurationDocumentResult.md

File metadata and controls

110 lines (82 loc) · 2.18 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-OsConfigurationDocumentResult

Get-OsConfigurationDocumentResult

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

Get-OsConfigurationDocumentResult [-Id] <String> [[-SourceId] <String>] [[-FriendlyName] <String>]
 [[-VerboseOption] <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: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Id

{{ Fill Id Description }}

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

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

-SourceId

{{ Fill SourceId Description }}

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

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

-VerboseOption

{{ Fill VerboseOption Description }}

Type: System.String
Parameter Sets: (All)
Aliases: VO
Accepted values: Default, Authority, Configured, Authority,Configured

Required: False
Position: 3
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.String

NOTES

RELATED LINKS