From 45d024bfdec343d52f40f364bfaf52d3294cb8d4 Mon Sep 17 00:00:00 2001 From: "Trond B. Krokli" <38162891+illfated@users.noreply.github.com> Date: Thu, 31 Oct 2019 22:35:05 +0100 Subject: [PATCH] Update devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md - grammar improvement Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- .../hybrid-deployment-surface-hub-device-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md index d411b1f4d6..16210e196e 100644 --- a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md @@ -86,7 +86,7 @@ If you haven’t created a compatible policy yet, use the following cmdlet—thi $easPolicy = New-MobileDeviceMailboxPolicy -Name “SurfaceHubs” -PasswordEnabled $false ``` -Once you have a compatible policy, then you will need to apply the policy to the device account. +Once you have a compatible policy, you will need to apply the policy to the device account. ```PowerShell Set-CASMailbox 'HUB01@contoso.com' -ActiveSyncMailboxPolicy $easPolicy.id