mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
Basic formatting and style guide updates for consistency
This commit is contained in:
@ -15,11 +15,11 @@ ms.localizationpriority: Normal
|
||||
|
||||
## Connect to Exchange Server PowerShell
|
||||
|
||||
> [!NOTE]
|
||||
> It is important that you know the FQDN of the Client Access service of the on-premises Exchange server.
|
||||
> [!IMPORTANT]
|
||||
> You'll need the Fully Qualified Domain Name (FQDN) for the Client Access service of the on-premises Exchange server for some of these cmdlets.
|
||||
|
||||
```PowerShell
|
||||
$ExchServer = Read-Host "Please Enter the FQDN of your Exchange Server"
|
||||
$ExchServer = Read-Host "Please Enter the FQDN of your Exchange Server"
|
||||
$ExchSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://$ExchServer/PowerShell/ -Authentication Kerberos -Credential (Get-Credential)
|
||||
Import-PSSession $ExchSession
|
||||
```
|
||||
|
Reference in New Issue
Block a user