Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 2.32 KB

File metadata and controls

62 lines (39 loc) · 2.32 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spofilerequestbrandingprofiles
applicable SharePoint Online
title Get-SPOFileRequestBrandingProfiles
author nabeelnaiyer
ms.author nabeelnaiyer
ms.reviewer
manager ahackett
schema 2.0.0

Get-SPOFileRequestBrandingProfiles

SYNOPSIS

Retrieves branding profiles configured for the file request feature, including details about logo and background assets.

SYNTAX

Get-SPOFileRequestBrandingProfiles [<CommonParameters>]

DESCRIPTION

This cmdlet returns the branding profiles currently configured for the file request feature in the tenant. Each profile contains metadata about the logo and background image assets, such as file name and file URL. The cmdlet will output the asset library URL being used, along with information for both the primary and secondary branding profiles (if present). Each tenant can have at most one primary and one secondary branding profile.

EXAMPLES

Example 1

Get-SPOFileRequestBrandingProfiles

This example retrieves the branding profiles configured for the file request feature. If profiles have been added using Add-SPOFileRequestBrandingProfile, the output will include the asset library URL and details abou the branding profiles such as file names and URLs for primary and secondary profiles if present.

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

RELATED LINKS

Add-SPOFileRequestBrandingProfile

Remove-SPOFileRequestBrandingProfile

Switch-SPOFileRequestBrandingProfiles