Get-PnPBrandCenterFontPackage
SYNOPSIS
Returns the available font packages configured through the Brand Center
SYNTAX
All
Get-PnPBrandCenterFontPackage [-Store <Tenant|OutOfBox|Site|All>] [-Connection <PnPConnection>]
Single
Get-PnPBrandCenterFontPackage -Identity <BrandCenterFontPackagePipeBind> [-Store <Tenant|OutOfBox|Site|All>] [-Connection <PnPConnection>]
DESCRIPTION
Allows retrieval of the available font packages from the various Brand Centers.
EXAMPLES
EXAMPLE 1
Get-PnPBrandCenterFontPackage
Returns all the available font packages
EXAMPLE 2
Get-PnPBrandCenterFontPackage -Store Site
Returns the available font packages from the site collection Brand Center
EXAMPLE 3
Get-PnPBrandCenterFontPackage -Identity "My awesome font"
Looks up and returns the font packages with the name "My awesome font" from any of the Brand Centers
EXAMPLE 4
Get-PnPBrandCenterFontPackage -Identity "2812cbd8-7176-4e45-8911-6a063f89a1f1"
Looks up and returns the font package with the Identity "2812cbd8-7176-4e45-8911-6a063f89a1f1" from any of the Brand Centers
PARAMETERS
-Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Identity
Unique identifier of the font package to be retrieved. This can be its guid, name or a BrandCenterFontPackage object. If not specified, all the available font packages will be returned.
Type: BrandCenterFontPackagePipeBind
Parameter Sets: Single
Required: True
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False
-Store
Indicates the source of the font packages to be retrieved. The following values are available:
- Tenant: The font packages configured in the tenant Brand Center
- Site: The font packages configured in the site collection Brand Center
- OutOfBox: The out of box font packages available in the tenant
- All: All the font packages available in the tenant, including the ones configured in the tenant and site collection Brand Center and the out of box font packages.
Type: Store
Parameter Sets: (All)
Required: False
Position: Named
Default value: All
Accept pipeline input: False
Accept wildcard characters: False