Get-AdfsWebTheme

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

Synopsis

Gets web themes.

Description

The Get-AdfsWebTheme cmdlet gets AdfsWebTheme objects. Specify a web theme by name. If you do not specify a name, the cmdlet gets all the AdfsWebTheme objects.

Parameters

-Name
Specifies a name. The cmdlet gets the web theme that has the name that you specify.

    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

Syntax

Get-AdfsWebTheme [-Name <String>] [<CommonParameters>]

—————–Example 1—————–
Get all web themes
PS C:> Get-AdfsWebTheme
Name : Default
IsBuiltinTheme : True
StyleSheet : {[, System.Byte[]]}
RTLStyleSheet : {42, 32, 123, 13…}
Logo : {[, System.Byte[]]}
Illustration : {[, System.Byte[]]}
AdditionalFileResources : {[/adfs/portal/script/onload.js, System.Byte[]], [/adfs/portal/images/idp/localsts.png, System.Byte[]], [/adfs/portal/images/idp/idp.png,
System.Byte[]], [/adfs/portal/images/idp/otherorganizations.png, System.Byte[]]}
This command gets all the available web themes in Active Directory Federation Services (AD FS).

—————–Example 2—————–
Get a named web theme
PS C:> Get-AdfsWebTheme -Name “Theme01”
Name : Theme01
IsBuiltinTheme : False
StyleSheet : {[, System.Byte[]]}
RTLStyleSheet : {42, 32, 123, 13…}
Logo : {[, System.Byte[]]}
Illustration : {[, System.Byte[]]}
AdditionalFileResources : {[/adfs/portal/script/onload.js, System.Byte[]], [/adfs/portal/images/idp/localsts.png, System.Byte[]], [/adfs/portal/images/idp/idp.png,
System.Byte[]], [/adfs/portal/images/idp/otherorganizations.png, System.Byte[]]}
This command gets the theme named Theme01.

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

Get-Command Get-AdfsWebTheme

Get-Command Get-AdfsWebTheme powershell script commanc adfs cmdlet

You can also read about

  • Export-AdfsWebTheme
  • New-AdfsWebTheme
  • Remove-AdfsWebTheme
  • Set-AdfsWebTheme

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 *