Get-AdfsRelyingPartyWebContent

Get-AdfsRelyingPartyWebContent is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.

Synopsis

Gets web content objects for relying parties.

Description

The Get-AdfsRelyingPartyWebContent cmdlet gets web content objects for relying parties. Specify a relying party by name. If you do not specify a name, the cmdlet gets all relying party web content objects. If you do not specify a locale, the cmdlet gets web content for all locales.

Parameters

-Locale
Specifies a locale. The cmdlet gets relying party web content for the locale that you specify.

    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       True (ByPropertyName)
    Accept wildcard characters?  false

-RelyingPartyName <String[]>
    Specifies an array of names of relying parties.

    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       true(ByPropertyName)
    Accept wildcard characters?  false

Syntax

Get-AdfsRelyingPartyWebContent [-Locale <CultureInfo>] [-Name <String[]>] [<CommonParameters>]

——————–Example 1——————–
Get all web content objects
PS C:> Get-AdfsRelyingPartyWebContent
This command gets web content objects for all relying parties and locales.

——————–Example 2——————–
Get web content objects for a specified relying party
PS C:> Get-AdfsRelyingPartyWebContent -Name “RelyingParty01”
This command gets web content objects for the relying party named RelyingParty01 for all locales.

——————–Example 1——————–
Get the web content object for a specified relying party and locale
PS C:> Get-AdfsRelyingPartyWebContent -Locale en-us -Name “RelyingParty01”
This command gets web content objects for the relying party named RelyingParty01 for the specified locale.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-AdfsRelyingPartyWebContent

Get-Command Get-AdfsRelyingPartyWebContent powershell script command cmdlet adfs

You can also read about

  • Remove-AdfsRelyingPartyWebContent
  • Set-AdfsRelyingPartyWebContent

To know more PowerShell cmdlets(Commands) on Active Directory Federation Services(ADFS) click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *