Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This example releases the mailbox for the user Brian Johnson from quarantine.

### -Identity

> Applicable: Exchange Server 2013
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Identity parameter specifies the mailbox that you want to release from quarantine. You can use any value that uniquely identifies the mailbox. For example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This example quarantines the mailbox for the user Brian Johnson.

### -Identity

> Applicable: Exchange Server 2013
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Identity parameter specifies the mailbox that you want to quarantine. You can use any value that uniquely identifies the mailbox. For example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: Get-ConnectionInformation
# Get-ConnectionInformation

## SYNOPSIS
This cmdlet is available in the Exchange Online PowerShell module version 3.0.0 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
This cmdlet is available only in the Exchange Online PowerShell module version 3.0.0 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).

Use the Get-ConnectionInformation cmdlet to get information about all REST-based connections in the current PowerShell instance with Exchange Online.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Accept wildcard characters: False

### -Mailbox

> Applicable: Exchange Server 2010, Exchange Server 2013
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Mailbox parameter filters the results by the source mailbox where the contents are being exported from.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Accept wildcard characters: False

### -Mailbox

> Applicable: Exchange Server 2010, Exchange Server 2013
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

This parameter is functional only in on-premises Exchange.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ This example exports all messages from Kweku's Inbox to the .pst file InPlaceHol

### -Mailbox

> Applicable: Exchange Server 2010, Exchange Server 2013
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Mailbox parameter specifies the source mailbox where the contents are being exported from.

Expand Down Expand Up @@ -239,7 +239,7 @@ Accept wildcard characters: False

### -RemoteCredential

> Applicable: Exchange Server 2013, Exchange Server 2016
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

This parameter is reserved for internal Microsoft use.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ This example imports all of the .pst files on a shared folder. Each .pst file na

### -Mailbox

> Applicable: Exchange Server 2010, Exchange Server 2013
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Mailbox parameter specifies the destination mailbox where the content is being imported to.

Expand Down