Edit

Share via


Get-EntraBetaPolicy

Gets a policy.

Syntax

GetQuery (Default)

Get-EntraBetaPolicy

    [-Top <Int32>]
    [-All]
    [<CommonParameters>]

GetById

Get-EntraBetaPolicy

    -Id <String>
    [-All]
    [<CommonParameters>]

Description

The Get-EntraBetaPolicy cmdlet gets a policy in Microsoft Entra ID. Specify Id parameter to get a specific policy.

Parameters

-All

List all policies.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Id

The Id of the policy you want to retrieve.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetById
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-Top

Specifies the maximum number of records to return.

Parameter properties

Type:System.Int32
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Limit

Parameter sets

GetQuery
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.