Update appendix-a-powershell-scripts-for-surface-hub.md

minor change to formatting where cmdlet wasn't marked as code but arguments were. It previously appeared at first glance that the PS to execute was 
$admin -RemotePowerShellEnabled $true
rather than
set-user $admin -RemotePowerShellEnabled $true
This commit is contained in:
Chris
2016-12-16 10:31:26 +00:00
committed by GitHub
parent 47e548d2f0
commit 481a2eb4ec

View File

@ -1620,7 +1620,7 @@ In the following cmdlets, `$strPolicy` is the name of the ActiveSync policy, and
Note that in order to run the cmdlets, you need to set up a remote PowerShell session and:
- Your admin account must be remote-PowerShell-enabled. This allows the admin to use the PowerShell cmdlets that are needed by the script. (This permission can be set using set-user `$admin -RemotePowerShellEnabled $true`)
- Your admin account must be remote-PowerShell-enabled. This allows the admin to use the PowerShell cmdlets that are needed by the script. (This permission can be set using `set-user $admin -RemotePowerShellEnabled $true`)
- Your admin account must have the "Reset Password" role if you plan to run the creation scripts. This allows the admin to change the password of the account, which is needed for the script. The Reset Password Role can be enabled using the Exchange Admin Center.
Create the policy.