Skip to content

Commit 45c5f02

Browse files
authored
Update connect-to-scc-powershell.md
Updates to Step 2 per customer feedback.
1 parent 2fe00b3 commit 45c5f02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/connect-to-scc-powershell.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ For more information about the Security & Compliance Center, see [Office 365
7070
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.compliance.protection.outlook.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
7171
```
7272
73-
**Note**: For Office 365 Germany, use the _ConnectionUri_ value: `https://ps.compliance.protection.outlook.de/powershell-liveid/`
73+
**Notes**:
74+
- For Office 365 Germany, use the _ConnectionUri_ value: `https://ps.compliance.protection.outlook.de/powershell-liveid/`
75+
76+
- If you want to connect to Security & Compliance Center PowerShell in the same window as an active Exchange Online PowerShell connection, you need to add `-Prefix "CC"` to the end of this command to prevent cmdlet name collisions (both environments share some cmdlets with the same names).
7477
7578
3. Run the following command:
7679

0 commit comments

Comments
 (0)