Commit dbae386
authored
Default value of EnableExchangeContactsFolder
Default value of EnableExchangeContactsFolder should be False instead of None.
Here is the value of EnableExchangeContactsFolder of predefined policies.
--
Get-CsClientPolicy | Select Identity, EnableExchangeContactsFolder
Identity EnableExchangeContactsFolder
-------- ----------------------------
Global False
Tag:ClientPolicyDefault False
Tag:ClientPolicyNoSaveIMNoArchivingNoIMURL False
Tag:ClientPolicyNoIMURL False
Tag:ClientPolicyNoSaveIMNoArchiving False
Tag:ClientPolicyDefaultPhoto False
Tag:ClientPolicyNoSaveIMNoArchivingNoIMURLPhoto False
Tag:ClientPolicyNoIMURLPhoto False
Tag:ClientPolicyNoSaveIMNoArchivingPhoto False
Tag:ClientPolicyDisableSkypeUI False
Tag:ClientPolicyEnableSkypeUI False
Tag:ClientPolicyNoSaveIMNoArchivingNoIMURLDisableSkypeUI False
Tag:ClientPolicyNoIMURLDisableSkypeUI False
Tag:ClientPolicyNoSaveIMNoArchivingDisableSkypeUI False
Tag:ClientPolicyDefaultPhotoDisableSkypeUI False
Tag:ClientPolicyNoSaveIMNoArchivingNoIMURLPhotoDisableSkypeUI False
Tag:ClientPolicyNoIMURLPhotoDisableSkypeUI False
Tag:ClientPolicyNoSaveIMNoArchivingPhotoDisableSkypeUI False
Tag:CPCPstnPreviewRateMyCallClientPolicy False
--1 parent 9297929 commit dbae386
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1851 | 1851 | | |
1852 | 1852 | | |
1853 | 1853 | | |
1854 | | - | |
| 1854 | + | |
1855 | 1855 | | |
1856 | 1856 | | |
1857 | 1857 | | |
| |||
0 commit comments