Skip to content

Commit dbae386

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Set-CsClientPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ Applicable: Skype for Business Online
18511851
18521852
Required: False
18531853
Position: Named
1854-
Default value: None
1854+
Default value: False
18551855
Accept pipeline input: False
18561856
Accept wildcard characters: False
18571857
```

0 commit comments

Comments
 (0)