Get-UnattendedContent

SYNOPSIS

Return the current unattend content that has been created

SYNTAX

Get-UnattendedContent [<CommonParameters>]

DESCRIPTION

Return the current unattend content that has been created

EXAMPLES

Example 1

PS C:\> Get-UnattendedContent

Returns whatever Unattend content has been created.

PARAMETERS

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

None

OUTPUTS

System.Object

NOTES