Skip to content

Commit bcbfe83

Browse files
authored
Merge pull request MicrosoftDocs#5026 from MicrosoftDocs/master
Master to Live
2 parents 00ef5fe + 6cfcec3 commit bcbfe83

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/Get-CaseHoldPolicy.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monikerRange: "o365scc-ps"
1515
## SYNOPSIS
1616
This cmdlet is available only in Office 365 Security & Compliance Center PowerShell. For more information, see [Office 365 Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/office-365-scc/office-365-scc-powershell).
1717

18-
Use the Get-CaseHoldPolicy to view existing case hold policies in the Security & Compliance Center.
18+
Use the Get-CaseHoldPolicy to view existing case hold policies in the Security & Compliance Center. To get relevant information about how the hold was applied and the affected locations, you need to include the DistributionDetail switch.
1919

2020
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-server/exchange-cmdlet-syntax).
2121

@@ -70,7 +70,18 @@ Accept wildcard characters: False
7070
```
7171
7272
### -DistributionDetail
73-
The DistributionDetail switch returns detailed policy distribution information in the DistributionResults property. You don't need to specify a value with this switch.
73+
The DistributionDetail switch returns detailed policy distribution information on the case hold policy. You don't need to specify a value with this switch.
74+
75+
If you don't use this switch, the command won't return information about the current deployment status, and the DistributionStatus property will only show as "Pending".
76+
77+
The following properties are affected by this switch:
78+
79+
- SharePointLocation
80+
- ExchangeLocation
81+
- PublicFolderLocation
82+
- DistributionStatus
83+
- DistributionResults
84+
- LastStatusUpdateTime
7485
7586
```yaml
7687
Type: SwitchParameter

exchange/exchange-ps/exchange/powershell-v2-module/Connect-ExchangeOnline.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Connect-ExchangeOnline
3434
[-LogDirectoryPath <String>]
3535
[-LogLevel <String>]
3636
[-PageSize <UInt32>]
37+
[-Prefix <String>]
3738
[[-PSSessionOption] <PSSessionOption>]
3839
[-ShowProgress <Boolean>]
3940
[-TrackPerformance <Boolean>]
@@ -248,6 +249,22 @@ Accept pipeline input: False
248249
Accept wildcard characters: False
249250
```
250251

252+
### -Prefix
253+
The Prefix parameter specifies an alias to add to nouns in the names of older remote PowerShell cmdlets (cmdlet with nouns that don't already start with EXO). A valid value is a text string without spaces, and you can't use the value EXO (this prefix is reserved for PowerShell V2 module cmdlets).
254+
255+
```yaml
256+
Type: String
257+
Parameter Sets: (All)
258+
Aliases:
259+
260+
Required: False
261+
Position: Named
262+
Default value: None
263+
Accept pipeline input: False
264+
Accept wildcard characters: False
265+
```
266+
267+
251268
### -PSSessionOption
252269
The PSSessionOption parameter specifies the PowerShell session options to use in your connection to Exchange Online. You store the output of the [New-PSSessionOption](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionoption) command in a variable (for example, `$Options = New-PSSessionOption <Settings>`), and you use the variable name as the value for this parameter (for example, $Options).
253270

sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPFolder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Get-PnPFolder -List <ListPipeBind>
3434
```
3535

3636
## DESCRIPTION
37-
Retrieves a folder if it exists or all folders inside a provided list or library. Use Ensure-PnPFolder to create the folder if it does not exist.
37+
Retrieves a folder if it exists or all folders inside a provided list or library. Use Resolve-PnPFolder to create the folder if it does not exist.
3838

3939
## EXAMPLES
4040

@@ -128,4 +128,4 @@ Accept pipeline input: False
128128
129129
## RELATED LINKS
130130
131-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Ensure-PnPFolder](https://github.com/OfficeDev/PnP-PowerShell/blob/master/Documentation/EnsureSPOFolder.md)
131+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Ensure-PnPFolder](https://github.com/OfficeDev/PnP-PowerShell/blob/master/Documentation/EnsureSPOFolder.md)

0 commit comments

Comments
 (0)