Get-SPOFileRequestBrandingProfiles
Retrieves branding profiles configured for the file request feature, including details about logo and background assets.
Syntax
Default (Default)
Get-SPOFileRequestBrandingProfiles
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.