Get-PnPSitePolicy
SYNOPSIS
Retrieves all or a specific site policy
SYNTAX
Get-PnPSitePolicy [-AllAvailable] [-Name <String>] [-Connection <PnPConnection>]
DESCRIPTION
Allows to retrieve site policies.
EXAMPLES
EXAMPLE 1
Get-PnPSitePolicy
Retrieves the current applied site policy.
EXAMPLE 2
Get-PnPSitePolicy -AllAvailable
Retrieves all available site policies.
EXAMPLE 3
Get-PnPSitePolicy -Name "Contoso HBI"
Retrieves an available site policy with the name "Contoso HBI".
PARAMETERS
-AllAvailable
Retrieve all available site policies
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-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
-Name
Retrieves a site policy with a specific name
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False