Skip to content

Commit d7cb37f

Browse files
authored
Merge branch 'master' into patch-343
2 parents ced4e92 + f1882b9 commit d7cb37f

11 files changed

+217
-95
lines changed

exchange/exchange-ps/exchange/Get-ComplianceSearchAction.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ The Identity parameter specifies the compliance search action that you want to v
9797
- Name: The compliance search action name uses the syntax `"Compliance Search Name\_Action"`. For example, `"Case 1234\_Preview"`.
9898
- JobRunId (GUID)
9999

100+
You can't use this parameter with the Export, Preview, or Purge parameters.
101+
102+
When you use the Identity parameter, more details are returned in the results. For example:
103+
104+
- In the Results line, the values of the Item count, Total size, and Details properties are populated.
105+
- Location lines are added to the results.
106+
- The NumBinding property value is populated.
107+
- The affected location properties (for example, ExchangeLocation) are populated.
108+
- The CaseName property value is populated.
109+
100110
```yaml
101111
Type: ComplianceSearchActionIdParameter
102112
Parameter Sets: Identity
@@ -113,7 +123,7 @@ Accept wildcard characters: False
113123
### -Case
114124
This parameter is available only in the cloud-based service.
115125
116-
This parameter is reserved for internal Microsoft use.
126+
The Case parameter filters the results by the name of the specified case. If the value contains spaces, enclose the value in quotation marks.
117127
118128
```yaml
119129
Type: String
@@ -165,6 +175,8 @@ Accept wildcard characters: False
165175
### -Export
166176
The Export switch filters the results by Export compliance search actions. You don't need to specify a value with this switch.
167177
178+
You can't use this switch with the Identity, Preview, or Purge parameters.
179+
168180
```yaml
169181
Type: SwitchParameter
170182
Parameter Sets: Export
@@ -197,6 +209,8 @@ Accept wildcard characters: False
197209
### -Preview
198210
The Preview switch filters the results by Preview compliance search actions.
199211
212+
You can't use this switch with the Export, Identity, or Purge parameters.
213+
200214
```yaml
201215
Type: SwitchParameter
202216
Parameter Sets: Preview
@@ -213,6 +227,8 @@ Accept wildcard characters: False
213227
### -Purge
214228
The Purge switch filters the results by Purge compliance search actions.
215229
230+
You can't use this switch with the Export, Identity, or Preview parameters.
231+
216232
```yaml
217233
Type: SwitchParameter
218234
Parameter Sets: Purge

exchange/exchange-ps/exchange/Get-MailDetailATPReport.md

Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -146,37 +146,27 @@ Accept wildcard characters: False
146146
### -EventType
147147
The EventType parameter filters the report by the event type. Valid values are:
148148
149-
Email phishing EventTypes:
150-
151-
- Advanced phish filter (Indicates a message caught by the machine learning model.)
152-
- Anti-spoof: Intra-org (Indicates an internal message caught by anti-phish spoof protection.)
153-
- Anti-spoof: external domain (Indicates an external message caught by anti-phish spoof protection.)
154-
- ATP-generated URL reputation\* (Indicates a message with a known malicious URL caught Defender for Office 365.)
155-
- Domain impersonation\* (Indicates a message impersonating a domain protected by an anti-phish policy.)
156-
- Brand impersonation (Indicates a message caught by phish filters as impersonating a known brand.)
157-
- EOP URL Reputation (Indicates a message with a known malicious URL caught by EOP.)
158-
- General phish filter (Indicates a message caught by basic phish protection.)
159-
- Malicious URL reputation (Indicates a message with a known malicious URL caught by phish filters.)
160-
- Phish ZAP (Indicates a phish or spam message detected and auto-purged after delivery.)
161-
- User impersonation\* (Indicates a message impersonating a user protected by an anti-phish policy.)
162-
163-
Email malware EventTypes:
164-
165-
- Anti-malware engine\* (Indicates a message caught by the anti-malware engine.)
166-
- Anti-malware policy file type block (Indicates when the Common Attachment Types filter blocks a file.)
167-
- ATP-generated file reputation\* (Indicates a message with a known malicious file blocked Defender for Office 365.)
168-
- ATP Safe Attachments\* (Indicates a message with a malicious attachment blocked Defender for Office 365.)
169-
- ATP Safe Links\* (Indicates when a malicious link is blocked Defender for Office 365.)
170-
- File Detonation\* (Indicates a message with a malicious attachment blocked by the detonation service.)
171-
- Malware ZAP (Indicates a message with malware detected and auto-purged after delivery.)
172-
- Office 365 file reputation (Indicates a message with a known malicious file blocked.)
173-
174-
Content malware EventTypes:
175-
176-
- AtpDocumentMalware\* (Indicates malicious content detected by Safe Attachments.)
177-
- AvDocumentMalware (Indicates malware found by the anti-malware engine. Reporting requires Defender for Office 365 or E5.)
178-
179-
\* Requires Defender for Office 365 (included in Microsoft 365 E5 or in an add-in subscription).
149+
- Advanced filter
150+
- Anti-malware engine
151+
- Campaign
152+
- File Detonation
153+
- File Reputation
154+
- File detonation reputation
155+
- Fingerprint matching
156+
- General filter
157+
- Impersonation brand
158+
- Impersonation domain
159+
- Impersonation user
160+
- Message passed
161+
- Mixed analysis detection
162+
- Spoof DMARC
163+
- Spoof external domain
164+
- Spoof intra-org
165+
- URL detonation
166+
- URL detonation reputation
167+
- URL malicious reputation
168+
169+
**Note**: Some values values correspond to features that are only available in Defender for Office 365 (plan 1 and plan 2 or plan 2 only).
180170
181171
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
182172

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOMigrationPackageAzureSource.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ This cmdlet returns a Microsoft.Online.SharePoint.Migration. MigrationPackageAzu
6363

6464
## EXAMPLES
6565

66-
### -----------------------EXAMPLE 1-----------------------------
66+
### EXAMPLE 1
6767

6868
```powershell
6969
$azurelocations = Set-SPOMigrationPackageAzureSource -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_TgtPkg -FileContainerUri migration-files -PackageContainerUri migration-package -AccountName migrationstore -AccountKey "nmcXQ+1NctB7BlRVm+8+qWUn6GUFIH7E5ZQPThcjg8SfFWTJ34HthyOEoROwxHYIajpOYxYDt7qUwSEBQlLWoA=="
7070
```
7171

7272
This example creates migration package containers in Azure storage using the supplied account credentials, uploads the package files into them, snapshots the files and lastly returns the connection strings to a PowerShell variable.
7373

74-
### -----------------------EXAMPLE 2-----------------------------
74+
### EXAMPLE 2
7575

7676
```powershell
7777
Set-SPOMigrationPackageAzureSource -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_TgtPkg -MigrationPackageAzureLocations $azurelocations -AccountName migrationstore -AccountKey "nmcXQ+1NctB7BlRVm+8+qWUn6GUFIH7E5ZQPThcjg8SfFWTJ34HthyOEoROwxHYIajpOYxYDt7qUwSEBQlLWoA==" -NoUpload
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
148148
### -EncryptionParameters
149149
150-
PARAMVALUE: EncryptionParameters
150+
An EncryptionParameters object. See [New-SPOMigrationEncryptionParameters](https://docs.microsoft.com/powershell/module/sharepoint-online/new-spomigrationencryptionparameters) for more information.
151151
152152
```yaml
153153
Type: EncryptionParameters
@@ -196,7 +196,7 @@ Accept wildcard characters: False
196196

197197
### -MigrationSourceLocations
198198

199-
PARAMVALUE: MigrationPackageLocation
199+
Possible Source locations to migrate.
200200

201201
```yaml
202202
Type: MigrationPackageLocation

skype/skype-ps/skype/Disable-CsOnlineSipDomain.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ ms.reviewer: rogupta
1313
# Disable-CsOnlineSipDomain
1414

1515
## SYNOPSIS
16+
1617
This cmdlet prevents provisioning of users in Skype for Business Online for the specified domain. This cmdlet allows organizations with multiple on-premises deployments of Skype For Business Server or Lync Server to safely synchronize users from multiple forests into a single Office 365 tenant.
1718

1819
## SYNTAX
1920

20-
```
21+
```powershell
2122
Disable-CsOnlineSipDomain -Domain <String> [-Force] [-Confirm] [<CommonParameters>]
2223
```
2324

@@ -31,24 +32,31 @@ This cmdlet enables organizations with *multiple on-premises deployments of Skyp
3132
This cmdlet facilitates consolidation of multiple Skype for Business Server deployments into a single Office 365 tenant. Consolidation can be achieved by moving one deployment at a time into Office 365, **provided the following key requirements are met**:
3233

3334
- There must be at most 1 O365 tenant involved. Consolidation in scenarios with >1 O365 tenant is not supported.
35+
3436
- At any given time, only 1 on-premises SfB forest can be in hybrid mode (Shared Sip Address Space) with Office 365. All other on-premises SfB forests must remain on-premises. (They presumably are federated with each other.)
37+
3538
- If 1 deployment is in hybrid mode, all sip domains from any other SfB forests must be disabled using this cmdlet before they can be synchronized into the tenant with Azure AD Connect. Users in all SfB forests other than the hybrid forest must remain on-premises.
39+
3640
- Organizations must fully migrate each SfB forest individually into the O365 tenant using hybrid mode (Shared Sip Address Space), and then detach the "hybrid" deployment, *before* moving on to migrate the next on-premises SfB deployment.
3741

3842

3943
This cmdlet may also be useful for organizations with on-premises deployments of Skype for Business Server that have not properly configured Azure AD Connect. If the organization does not sync msRTCSIP-DeploymentLocator for its users, then Skype for Business Online will attempt to provision online any users with an assigned Skype for Business license, despite there being users on-premises. While the correct fix is to update the configuration for Azure AD Connect to sync those attributes, using Disable-CsOnlineSipDomain can also mitigate the problem until that configuration change can be made. If this cmdlet is run, any users that were previously provisioned online in that domain will be de-provisioned in Skype for Business Online.
4044

41-
**IMPORTANT**
42-
This cmdlet should not be run for domains that contain users hosted in Skype for Business Online. Any users in a sip domain that are already provisioned *online* will cease to function if you disable the online sip domain:
45+
> [!IMPORTANT]
46+
> This cmdlet should not be run for domains that contain users hosted in Skype for Business Online. Any users in a sip domain that are already provisioned *online* will cease to function if you disable the online sip domain:
47+
>
48+
> - Their SIP addresses will be removed.
49+
> - All contacts and meetings for these users hosted in Skype for Business Online will be deleted.
50+
> - These users will no longer be able to login to the Skype for Business Online environment.
51+
> - If these users use Teams, they will no longer be able to inter-operate with Skype for Business users, nor will they be able to federate with any users in other organizations.
4352
44-
- Their SIP addresses will be removed.
45-
- All contacts and meetings for these users hosted in Skype for Business Online will be deleted.
46-
- These users will no longer be able to login to the Skype for Business Online environment.
47-
- If these users use Teams, they will no longer be able to inter-operate with Skype for Business users, nor will they be able to federate with any users in other organizations.
53+
> [!NOTE]
54+
> If the Tenant is disabled for Regionally Hosted Meetings in Skype for Business Online, Online SIP Domains must be disabled in all regions. You must execute this cmdlet in each region that is added in Allowed Data Location.
4855
4956
## EXAMPLES
5057

5158
### Example 1
59+
5260
```powershell
5361
Disable-CsOnlineSipDomain -Domain Fabrikam.com
5462
```
@@ -58,6 +66,7 @@ The cmdlet above disables the online sip domain Fabrikam.com. This would be usef
5866
## PARAMETERS
5967

6068
### -Domain
69+
6170
The SIP domain to be disabled for online provisioning in Skype for Business Online.
6271

6372
```yaml
@@ -73,6 +82,7 @@ Accept wildcard characters: False
7382
```
7483
7584
### -Confirm
85+
7686
Prompts you for confirmation before running the cmdlet.
7787
7888
```yaml
@@ -88,6 +98,7 @@ Accept wildcard characters: False
8898
```
8999
90100
### -Force
101+
91102
Suppresses all confirmation prompts that might occur when running the command.
92103
93104
```yaml
@@ -104,6 +115,7 @@ Accept wildcard characters: False
104115
105116
106117
### CommonParameters
118+
107119
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
108120
For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
109121
@@ -116,6 +128,7 @@ For more information, see [about_CommonParameters](https://go.microsoft.com/fwli
116128
### None
117129
118130
## NOTES
131+
119132
This cmdlet is for advanced scenarios only. Organizations that are pure online or have only 1 on-premises deployment need not run this cmdlet.
120133
121134
## RELATED LINKS

skype/skype-ps/skype/Enable-CsOnlineSipDomain.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,39 @@ ms.reviewer: rogupta
1313
# Enable-CsOnlineSipDomain
1414

1515
## SYNOPSIS
16+
1617
This cmdlet enables provisioning of users in Skype for Business Online for the specified domain. This cmdlet is only necessary to run if you previously disabled a domain using Disable-CsOnlineSipDomain. Enable-CsOnlineSipDomain is used to facilitate consolidation of separate Skype for Business deployments into a single Office 365 tenant.
1718

1819
## SYNTAX
1920

20-
```
21+
```powershell
2122
Enable-CsOnlineSipDomain -Domain <String> [-Force] [-Confirm] [<CommonParameters>]
2223
```
2324

2425
## DESCRIPTION
26+
2527
This cmdlet enables online provisioning of users in the specified SIP domain. In conjunction with Disable-CsOnlineSipDomain, this cmdlet allows organizations to consolidate *multiple on-premises deployments of Skype for Business Server (or Lync Server)* into a single Office 365 tenant. Consolidation can be achieved by moving one deployment at a time into Office 365, provided the following key requirements are met:
2628

2729
- There must be at most 1 O365 tenant involved. Consolidation for scenarios with > 1 O365 tenant is not supported.
30+
2831
- At any given time, only 1 on-premises SfB forest can be in hybrid mode (Shared Sip Address Space) with Office 365. All other on-premises SfB forests must remain on-premises. (They presumably are federated with each other.)
32+
2933
- If 1 deployment is in hybrid mode, all online SIP domains from any other SfB forests must be disabled before they can be synchronized into the tenant with Azure AD Connect. Users in all SfB forests other than the hybrid forest must remain on-premises.
34+
3035
- Organizations must fully migrate (e.g move all users to the cloud) each SfB forest individually into the O365 tenant using hybrid mode (Shared Sip Address Space), and then detach the "hybrid" deployment, *before* moving on to migrate the next on-premises SfB deployment.
3136

3237
Before running this cmdlet for any SIP domain in a Skype for Business Server deployment, you must complete migration of any other existing hybrid SfB deployment that is in progress. All users in an existing hybrid deployment must be moved to the cloud, and that existing hybrid deployment must be detached from Office 365, as described in this article: [Disable hybrid to complete migration to the cloud](https://docs.microsoft.com/skypeforbusiness/hybrid/cloud-consolidation-disabling-hybrid).
3338

34-
**IMPORTANT**
35-
If you have more than one on-premises deployment of Skype for Business Server, you *must* ensure SharedSipAddressSpace is disabled in all other Skype for Business Server deployments except the deployment containing the SIP domain that is being enabled.
39+
> [!IMPORTANT]
40+
> If you have more than one on-premises deployment of Skype for Business Server, you *must* ensure SharedSipAddressSpace is disabled in all other Skype for Business Server deployments except the deployment containing the SIP domain that is being enabled.
41+
42+
> [!NOTE]
43+
> If the Tenant is enabled for Regionally Hosted Meetings in Skype for Business Online, Online SIP Domains must be Enabled in all regions. You must execute this cmdlet in each region that is added in Allowed Data Location for Skype for Business.
3644
3745
## EXAMPLES
3846

3947
### Example 1
48+
4049
```powershell
4150
Enable-CsOnlineSipDomain -Domain contoso.com
4251
```
@@ -46,6 +55,7 @@ Enables the domain contoso.com for online provisioning in Skype for Business Onl
4655
## PARAMETERS
4756

4857
### -Domain
58+
4959
The SIP domain to be enabled for online provisioning in Skype for Business Online.
5060

5161
```yaml
@@ -61,6 +71,7 @@ Accept wildcard characters: False
6171
```
6272
6373
### -Confirm
74+
6475
Prompts you for confirmation before running the cmdlet.
6576
6677
```yaml
@@ -76,6 +87,7 @@ Accept wildcard characters: False
7687
```
7788
7889
### -Force
90+
7991
Suppresses all confirmation prompts that might occur when running the command.
8092
8193
```yaml
@@ -91,7 +103,9 @@ Accept wildcard characters: False
91103
```
92104
93105
### CommonParameters
94-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
106+
107+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable,
108+
-OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
95109
For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
96110
97111
## INPUTS

0 commit comments

Comments
 (0)