Skip to content

Commit 216dcd0

Browse files
authored
Merge branch 'master' into chrisda
2 parents 429c8df + 305159d commit 216dcd0

File tree

8 files changed

+624
-1
lines changed

8 files changed

+624
-1
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
3+
online version: https://docs.microsoft.com/powershell/module/exchange/get-eventsfromemailconfiguration
4+
applicable: Exchange Online
5+
title: Get-EventsFromEmailConfiguration
6+
schema: 2.0.0
7+
author: chrisda
8+
ms.author: chrisda
9+
ms.reviewer:
10+
monikerRange: "exchonline-ps"
11+
---
12+
13+
# Get-EventsFromEmailConfiguration
14+
15+
## SYNOPSIS
16+
This cmdlet is only available in the cloud-based service.
17+
18+
Use the Get-EventsFromEmailConfiguration cmdlet to view the events from email settings on a mailbox. These settings define whether Outlook or Outlook on the web (formerly known as Outlook Web App) automatically discovers events from email messages and adds them to the user's calendar.
19+
20+
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).
21+
22+
## SYNTAX
23+
24+
```
25+
Get-EventsFromEmailConfiguration [-Identity] <RecipientIdParameter> [<CommonParameters>]
26+
```
27+
28+
## DESCRIPTION
29+
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://docs.microsoft.com/powershell/exchange/exchange-server/find-exchange-cmdlet-permissions).
30+
31+
## EXAMPLES
32+
33+
### Example 1
34+
```powershell
35+
Get-EventsFromEmailConfiguration –Identity [email protected]
36+
```
37+
38+
This example retrieves all events from email settings for [email protected]’s mailbox.
39+
40+
## PARAMETERS
41+
42+
### -Identity
43+
The Identity parameter specifies the mailbox that you want to view. You identify the mailbox by email address.
44+
45+
```yaml
46+
Type: RecipientIdParameter
47+
Parameter Sets: (All)
48+
Aliases:
49+
Applicable: Exchange Online
50+
51+
Required: True
52+
Position: 0
53+
Default value: None
54+
Accept pipeline input: True (ByValue)
55+
Accept wildcard characters: False
56+
```
57+
58+
### CommonParameters
59+
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).
60+
61+
## INPUTS
62+
63+
###
64+
65+
## OUTPUTS
66+
67+
###
68+
69+
## NOTES
70+
71+
## RELATED LINKS
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
online version: https://docs.microsoft.com/powershell/module/exchange/get-regulatorycomplianceui
4+
applicable: Office 365 Security & Compliance Center
5+
title: Get-RegulatoryComplianceUI
6+
schema: 2.0.0
7+
monikerRange: "o365scc-ps"
8+
---
9+
10+
# Get-RegulatoryComplianceUI
11+
12+
## SYNOPSIS
13+
This cmdlet is available only in the Office 365 Security & Compliance Center. For more information, see [Office 365 Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/office-365-scc/office-365-scc-powershell)
14+
.
15+
16+
Use the Get-RegulatoryComplianceUI cmdlet to view the status of the regulatory compliance UI in the Office 365 Security & Compliance Center (whether the preservation lock checkbox is displayed for retention policies and the immutable label checkbox is displayed for retention labels).
17+
18+
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).
19+
20+
## SYNTAX
21+
22+
```
23+
Get-RegulatoryComplianceUI [<CommonParameters>]
24+
```
25+
26+
## DESCRIPTION
27+
You need to be assigned permissions in the Office 365 Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in Office 365 Security & Compliance Center](https://go.microsoft.com/fwlink/p/?LinkId=511920).
28+
29+
## EXAMPLES
30+
31+
### Example 1
32+
```powershell
33+
Get-RegulatoryComplianceUI
34+
```
35+
36+
This example returns the status of regulatory compliance UI.
37+
38+
## PARAMETERS
39+
40+
### CommonParameters
41+
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).
42+
43+
## INPUTS
44+
45+
###
46+
47+
## OUTPUTS
48+
49+
###
50+
51+
## NOTES
52+
53+
## RELATED LINKS
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
online version: https://docs.microsoft.com/powershell/module/exchange/remove-recordlabel
4+
applicable: Office 365 Security & Compliance Center
5+
title: Remove-RecordLabel
6+
schema: 2.0.0
7+
author: chrisda
8+
ms.author: chrisda
9+
ms.reviewer:
10+
monikerRange: "o365scc-ps"
11+
---
12+
13+
# Remove-RecordLabel
14+
15+
## SYNOPSIS
16+
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).
17+
18+
Use the Remove-RecordLabel cmdlet to remove record labels from your organization.
19+
20+
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).
21+
22+
## SYNTAX
23+
24+
```
25+
Remove-RecordLabel -ItemUrl <String> -LabelName <String> [<CommonParameters>]
26+
```
27+
28+
## DESCRIPTION
29+
You need to be assigned permissions in the Office 365 Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in Office 365 Security & Compliance Center](https://go.microsoft.com/fwlink/p/?LinkId=511920).
30+
31+
## EXAMPLES
32+
33+
### Example 1
34+
```powershell
35+
{{ Add example code here }}
36+
```
37+
38+
{{ Add example description here }}
39+
40+
## PARAMETERS
41+
42+
### -ItemUrl
43+
{{ Fill ItemUrl Description }}
44+
45+
```yaml
46+
Type: String
47+
Parameter Sets: (All)
48+
Aliases:
49+
Applicable: Office 365 Security & Compliance Center
50+
51+
Required: True
52+
Position: Named
53+
Default value: None
54+
Accept pipeline input: False
55+
Accept wildcard characters: False
56+
```
57+
58+
### -LabelName
59+
{{ Fill LabelName Description }}
60+
61+
```yaml
62+
Type: String
63+
Parameter Sets: (All)
64+
Aliases:
65+
Applicable: Office 365 Security & Compliance Center
66+
67+
Required: True
68+
Position: Named
69+
Default value: None
70+
Accept pipeline input: False
71+
Accept wildcard characters: False
72+
```
73+
74+
### CommonParameters
75+
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).
76+
77+
## INPUTS
78+
79+
###
80+
81+
## OUTPUTS
82+
83+
###
84+
85+
## NOTES
86+
87+
## RELATED LINKS

0 commit comments

Comments
 (0)