Page 1 of 1

You implement Skype for Business Online. You deploy the following client policy: You have the following requirements: P

Posted: Mon Oct 17, 2022 4:34 pm
by answerhappygod
You implement Skype for Business Online. You deploy the following client policy:

You have the following requirements: Photos must be displayed for users. If possible, the maximum size for user photos must be 25 KB.
You need to reconfigure the environment.
Which Windows PowerShell command or commands should you run?
You Implement S 1
You Implement S 1 (17.11 KiB) Viewed 93 times
A. Get-CsOnlineUser | Set-CsClientPolicy –PolicyName ClientPolicyDefaultPhoto –MaxPhotoSizeKB 25
B. New-CsClientPolicy –Identity PhotoPolicy –DisplayPhoto AllPhotos –MaxPhotoSizeKB 25Get-CsOnlineUser |Grant-CsClientPolicy –PolicyName PhotoPolicy
C. Set-CsClientPolicy –Identity ClientPolicyDefaultPhoto –MaxPhotoSizeKB 25Get-CsOnlineUser | Grant-CsClientPolicy –PolicyName ClientPolicyDefaultPhoto
D. New-CsClientPolicyEntry Identity ClientPolicyDefaultPhoto MaxPhotoSizeKB 25Get-CsOnlineUser | Grant-CsClientPolicy PolicyName ClientPolicyDefaultPhoto
E. Get-CsOnlineUser | Grant-CsClientPolicy –PolicyName ClientPolicyDefaultPhoto