|
| 1 | +--- |
| 2 | +external help file: Microsoft.Exchange.RolesAndAccess-Help.xml |
| 3 | +applicable: Exchange Online |
| 4 | +title: Get-AuthenticationPolicy |
| 5 | +schema: 2.0.0 |
| 6 | +monikerRange: "exchonline-ps" |
| 7 | +--- |
| 8 | + |
| 9 | +# Get-AuthenticationPolicy |
| 10 | + |
| 11 | +## SYNOPSIS |
| 12 | +> [!NOTE] |
| 13 | +> This topic describes a preview feature that isn't available to everyone, and is subject to change. |
| 14 | +
|
| 15 | +This cmdlet is available only in the cloud-based service. |
| 16 | + |
| 17 | +Use the Get-AuthenticationPolicy cmdlet to view authentication policies in Exchange Online. |
| 18 | + |
| 19 | +For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx). |
| 20 | + |
| 21 | +## SYNTAX |
| 22 | + |
| 23 | +``` |
| 24 | +Get-AuthenticationPolicy [[-Identity] <AuthPolicyIdParameter>] [<CommonParameters>] |
| 25 | +``` |
| 26 | + |
| 27 | +## DESCRIPTION |
| 28 | +You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx). |
| 29 | + |
| 30 | +## EXAMPLES |
| 31 | + |
| 32 | +### -------------------------- Example 1 -------------------------- |
| 33 | +``` |
| 34 | +Get-AuthenticationPolicy | Format-Table -Auto Name |
| 35 | +``` |
| 36 | + |
| 37 | +This example returns a summary list of all authentication policies. |
| 38 | + |
| 39 | +### -------------------------- Example 2 -------------------------- |
| 40 | +``` |
| 41 | +Get-AuthenticationPolicy -Identity "Engineering Group" |
| 42 | +``` |
| 43 | + |
| 44 | +This example returns detailed information for the authentication policy named Engineering Group. |
| 45 | + |
| 46 | +## PARAMETERS |
| 47 | + |
| 48 | +### -Identity |
| 49 | +The Identity parameter specifies the authentication policy you want to view. You can use any value that uniquely identifies the policy. For example: |
| 50 | + |
| 51 | +- Name |
| 52 | + |
| 53 | +- Distinguished name (DN) |
| 54 | + |
| 55 | +- GUID |
| 56 | + |
| 57 | +```yaml |
| 58 | +Type: AuthPolicyIdParameter |
| 59 | +Parameter Sets: (All) |
| 60 | +Aliases: |
| 61 | +Applicable: Exchange Online |
| 62 | +Required: False |
| 63 | +Position: 0 |
| 64 | +Default value: None |
| 65 | +Accept pipeline input: False |
| 66 | +Accept wildcard characters: False |
| 67 | +``` |
| 68 | +
|
| 69 | +### CommonParameters |
| 70 | +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216). |
| 71 | +
|
| 72 | +## INPUTS |
| 73 | +
|
| 74 | +### |
| 75 | +To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Input Type field for a cmdlet is blank, the cmdlet doesn't accept input data. |
| 76 | +
|
| 77 | +## OUTPUTS |
| 78 | +
|
| 79 | +### |
| 80 | +To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Output Type field is blank, the cmdlet doesn't return data. |
| 81 | +
|
| 82 | +## NOTES |
| 83 | +
|
| 84 | +## RELATED LINKS |
| 85 | +
|
| 86 | +[Online Version](https://docs.microsoft.com/powershell/module/exchange/organization/get-authenticationpolicy) |
0 commit comments