Skip to content

Commit 0cebefd

Browse files
authored
Merge pull request #7459 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents b5537a2 + 95130df commit 0cebefd

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Connect-ExchangeOnline
4949
[-PageSize <UInt32>]
5050
[-ShowBanner]
5151
[-ShowProgress <Boolean>]
52-
[-SkipImportSession]
5352
[-TrackPerformance <Boolean>]
5453
[-UseMultithreading <Boolean>]
5554
[-UserPrincipalName <String>]
@@ -582,24 +581,6 @@ Accept pipeline input: False
582581
Accept wildcard characters: False
583582
```
584583

585-
### -SkipImportSession
586-
**Note**: This parameter is available only in version 2.0.4-Preview2 or later.
587-
588-
The SkipImportSession switch skips the import of cmdlets from the remote PowerShell session. You don't need to specify a value with this switch.
589-
590-
```yaml
591-
Type: SwitchParameter
592-
Parameter Sets: (All)
593-
Aliases:
594-
Applicable: Exchange Online
595-
596-
Required: False
597-
Position: Named
598-
Default value: None
599-
Accept pipeline input: False
600-
Accept wildcard characters: False
601-
```
602-
603584
### -TrackPerformance
604585
The TrackPerformance parameter measures additional events (for example, CPU load and memory consumed). Valid values are:
605586

exchange/exchange-ps/exchange/New-MailboxImportRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ This example imports a recovered .pst file on SERVER01 into the user Ayla's prim
145145

146146
### Example 2
147147
```powershell
148-
New-MailboxImportRequest User2 -FilePath \\server\share\User1.pst -IsArchive -TargetRootFolder /
148+
New-MailboxImportRequest Kweku -FilePath \\server\share\User1.pst -IsArchive -TargetRootFolder /
149149
```
150150

151151
This example imports a .pst file into Kweku's archive folder. The TargetRootFolder isn't specified; therefore, content is merged under existing folders and new folders are created if they don't already exist in the target folder structure.

0 commit comments

Comments
 (0)