mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
Update surface-hub-2s-onprem-powershell.md
Removes duplicate powershell snippet
This commit is contained in:
@ -26,12 +26,6 @@ $ExchSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUr
|
|||||||
Import-PSSession $ExchSession
|
Import-PSSession $ExchSession
|
||||||
```
|
```
|
||||||
|
|
||||||
```PowerShell
|
|
||||||
$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
|
|
||||||
```
|
|
||||||
|
|
||||||
## Create the device account
|
## Create the device account
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
|
Reference in New Issue
Block a user