Skip to content

Commit 90f6674

Browse files
authored
Merge branch 'master' into patch-3
2 parents 535df99 + ab7dbc2 commit 90f6674

File tree

5 files changed

+246
-236
lines changed

5 files changed

+246
-236
lines changed

exchange/exchange-ps/exchange/reporting/Get-MailTrafficReport.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,24 @@ For information about the parameter sets in the Syntax section below, see Exchan
2121
## SYNTAX
2222

2323
```
24-
Get-MailTrafficReport [-Action <MultiValuedProperty>] [-AggregateBy <String>]
25-
[-Direction <MultiValuedProperty>] [-Domain <MultiValuedProperty>] [-EndDate <DateTime>]
26-
[-EventType <MultiValuedProperty>] [-Expression <Expression>] [-Page <Int32>] [-PageSize <Int32>]
27-
[-ProbeTag <String>] [-StartDate <DateTime>] [-SummarizeBy <MultiValuedProperty>] [<CommonParameters>]
24+
Get-MailTrafficReport
25+
[-Action <MultiValuedProperty>]
26+
[-AggregateBy <String>]
27+
[-Direction <MultiValuedProperty>]
28+
[-Domain <MultiValuedProperty>]
29+
[-EndDate <DateTime>]
30+
[-EventType <MultiValuedProperty>]
31+
[-Expression <Expression>]
32+
[-Page <Int32>]
33+
[-PageSize <Int32>]
34+
[-ProbeTag <String>]
35+
[-StartDate <DateTime>]
36+
[-SummarizeBy <MultiValuedProperty>]
37+
[<CommonParameters>]
2838
```
2939

3040
## DESCRIPTION
31-
You can use the EventTypes values from the Get-MailTrafficReport cmdlet to analyze what happened to messages when they were filtered by the service. The following list describes all possible event types for messages.
41+
You can use the EventTypes values from the Get-MailTrafficReport cmdlet to analyze what happened to messages when they were filtered by the service. The following list describes the event types for messages.
3242

3343
Mail traffic summary
3444

@@ -38,6 +48,10 @@ Mail traffic summary
3848

3949
- TransportRuleHits: Messages that matched a rule. If a message matched multiple rules, this event type would show each of the rule matches.
4050

51+
- EncryptionManual: Messages manually encrypted by users.
52+
53+
- EncryptionPolicy: Messages that matched a rule for encrypting email messages using the latest Office 365 Message Encryption (OME) capabilities.
54+
4155
Spam detections
4256

4357
- SpamIPBlock: Messages that were blocked based on the sender IP.

skype/skype-ps/skype/Invoke-CsComputerFailOver.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Accept wildcard characters: False
8787
### -Force
8888
If the Force parameter is specified, the server is failed over without verifying the pool's capacity to absorb the failed over server's workload.
8989

90+
**Note:** If you run this parameter toghether with -WhatIf parameter, it will be ignored and a server failover will be started.
91+
9092
```yaml
9193
Type: SwitchParameter
9294
Parameter Sets: (All)
@@ -187,7 +189,7 @@ Accept wildcard characters: False
187189
```
188190

189191
### -SkipFabricHealthCheck
190-
{{Fill SkipFabricHealthCheck Description}}
192+
This parameter is reserved for internal Microsoft use.
191193

192194
```yaml
193195
Type: SwitchParameter
Lines changed: 74 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,74 @@
1-
---
2-
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3-
Module Name: MicrosoftTeams
4-
applicable: Microsoft Teams
5-
title: Get-TeamPolicyPackage
6-
author: etgottli
7-
ms.author: etgottli
8-
ms.reviewer: icchan
9-
manager: amitar
10-
online version:
11-
schema: 2.0.0
12-
---
13-
14-
# Get-TeamPolicyPackage
15-
16-
## SYNOPSIS
17-
18-
This cmdlet supports retrieving all the policy packages available on a tenant.
19-
20-
## SYNTAX
21-
22-
```
23-
Get-TeamPolicyPackage [[-Identity] <String>] [<CommonParameters>]
24-
```
25-
26-
## DESCRIPTION
27-
28-
This cmdlet supports retrieving all the policy packages available on a tenant. Provide the identity of a specific policy package to retrieve its definition, including details on the policies applied with the package.
29-
For more information on policy packages, please review https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
30-
31-
## EXAMPLES
32-
33-
### Example 1
34-
```powershell
35-
PS C:\> Get-TeamPolicyPackage
36-
```
37-
38-
Returns all policy packages available on the tenant.
39-
40-
### Example 2
41-
```powershell
42-
PS C:\> Get-TeamPolicyPackage -Identity Education_PrimaryStudent
43-
```
44-
45-
Returns the definition of the Education_PrimaryStudent policy package, including the policies applied with the package.
46-
47-
## PARAMETERS
48-
49-
### -Identity
50-
51-
The name of a specific policy package. All possible policy package names can be found by running Get-TeamPolicyPackage.
52-
53-
```yaml
54-
Type: String
55-
Parameter Sets: (All)
56-
Aliases:
57-
Applicable: Microsoft Teams
58-
Required: False
59-
Position: 0
60-
Default value: None
61-
Accept pipeline input: False
62-
Accept wildcard characters: False
63-
```
64-
65-
### CommonParameters
66-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
67-
68-
## INPUTS
69-
70-
## OUTPUTS
71-
72-
## NOTES
73-
74-
## RELATED LINKS
75-
76-
https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
1+
---
2+
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
applicable: Microsoft Teams
5+
title: Get-TeamPolicyPackage
6+
author: etgottli
7+
ms.author: etgottli
8+
ms.reviewer: icchan
9+
manager: amitar
10+
online version:
11+
schema: 2.0.0
12+
---
13+
14+
# Get-TeamPolicyPackage
15+
16+
## SYNOPSIS
17+
18+
This cmdlet supports retrieving all the policy packages available on a tenant.
19+
20+
## SYNTAX
21+
22+
```
23+
Get-TeamPolicyPackage [[-Identity] <String>] [<CommonParameters>]
24+
```
25+
26+
## DESCRIPTION
27+
28+
This cmdlet supports retrieving all the policy packages available on a tenant. Provide the identity of a specific policy package to retrieve its definition, including details on the policies applied with the package.
29+
For more information on policy packages, please review https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
30+
31+
## EXAMPLES
32+
33+
### Example 1
34+
```powershell
35+
PS C:\> Get-TeamPolicyPackage
36+
```
37+
38+
Returns all policy packages available on the tenant.
39+
40+
### Example 2
41+
```powershell
42+
PS C:\> Get-TeamPolicyPackage -Identity Education_PrimaryStudent
43+
```
44+
45+
Returns the definition of the Education_PrimaryStudent policy package, including the policies applied with the package.
46+
47+
## PARAMETERS
48+
49+
### -Identity
50+
51+
The name of a specific policy package. All possible policy package names can be found by running Get-TeamPolicyPackage.
52+
53+
```yaml
54+
Type: String
55+
Parameter Sets: (All)
56+
Aliases:
57+
Applicable: Microsoft Teams
58+
Required: False
59+
Position: 0
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### CommonParameters
66+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
67+
68+
## INPUTS
69+
70+
## OUTPUTS
71+
72+
## NOTES
73+
74+
## RELATED LINKS
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,67 @@
1-
---
2-
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3-
Module Name: MicrosoftTeams
4-
applicable: Microsoft Teams
5-
title: Get-TeamUserPolicyPackageRecommendation
6-
author: etgottli
7-
ms.author: etgottli
8-
ms.reviewer: icchan
9-
manager: amitar
10-
online version:
11-
schema: 2.0.0
12-
---
13-
14-
# Get-TeamUserPolicyPackageRecommendation
15-
16-
## SYNOPSIS
17-
18-
This cmdlet supports retrieving recommendations for which policy packages are best suited for a given user.
19-
20-
## SYNTAX
21-
22-
```
23-
Get-TeamUserPolicyPackageRecommendation [-Identity] <String> [<CommonParameters>]
24-
```
25-
26-
## DESCRIPTION
27-
28-
This cmdlet supports retrieving recommendations for which policy packages are best suited for a given user. This recommendation is based on tenant and user information such as license types.
29-
For more information on policy packages, please review https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
30-
31-
## EXAMPLES
32-
33-
### Example 1
34-
```powershell
35-
PS C:\> Get-TeamUserPolicyPackageRecommendation -Identity [email protected]
36-
```
37-
38-
Returns recommendations for which policy packages are best suited for [email protected]. The recommendation value per package can either be none, weak, or strong based on how confident the existing signals (e.g. license type) imply a user role.
39-
40-
## PARAMETERS
41-
42-
### -Identity
43-
44-
The user that will receive policy package recommendations.
45-
46-
```yaml
47-
Type: String
48-
Parameter Sets: (All)
49-
Aliases:
50-
Applicable: Microsoft Teams
51-
Required: True
52-
Position: 0
53-
Default value: None
54-
Accept pipeline input: False
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](http://go.microsoft.com/fwlink/?LinkID=113216).
60-
61-
## INPUTS
62-
63-
## OUTPUTS
64-
65-
## NOTES
66-
67-
## RELATED LINKS
68-
69-
https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
1+
---
2+
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
applicable: Microsoft Teams
5+
title: Get-TeamUserPolicyPackageRecommendation
6+
author: etgottli
7+
ms.author: etgottli
8+
ms.reviewer: icchan
9+
manager: amitar
10+
online version:
11+
schema: 2.0.0
12+
---
13+
14+
# Get-TeamUserPolicyPackageRecommendation
15+
16+
## SYNOPSIS
17+
18+
This cmdlet supports retrieving recommendations for which policy packages are best suited for a given user.
19+
20+
## SYNTAX
21+
22+
```
23+
Get-TeamUserPolicyPackageRecommendation [-Identity] <String> [<CommonParameters>]
24+
```
25+
26+
## DESCRIPTION
27+
28+
This cmdlet supports retrieving recommendations for which policy packages are best suited for a given user. This recommendation is based on tenant and user information such as license types.
29+
For more information on policy packages, please review https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
30+
31+
## EXAMPLES
32+
33+
### Example 1
34+
```powershell
35+
PS C:\> Get-TeamUserPolicyPackageRecommendation -Identity [email protected]
36+
```
37+
38+
Returns recommendations for which policy packages are best suited for [email protected]. The recommendation value per package can either be none, weak, or strong based on how confident the existing signals (e.g. license type) imply a user role.
39+
40+
## PARAMETERS
41+
42+
### -Identity
43+
44+
The user that will receive policy package recommendations.
45+
46+
```yaml
47+
Type: String
48+
Parameter Sets: (All)
49+
Aliases:
50+
Applicable: Microsoft Teams
51+
Required: True
52+
Position: 0
53+
Default value: None
54+
Accept pipeline input: False
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](http://go.microsoft.com/fwlink/?LinkID=113216).
60+
61+
## INPUTS
62+
63+
## OUTPUTS
64+
65+
## NOTES
66+
67+
## RELATED LINKS

0 commit comments

Comments
 (0)