This can be enforced either through IIS
Manager or with PowerShell. To require SSL, the cmdlet would be:
Set-OABVirtualDirectory -Identity ???OAB (Default Web Site) -RequireSSL $true
For clients to be able to retrieve the OAB, distribution points need to be configured. Only Outlook 2007
can take advantage of the web - based distribution. All legacy clients require a Public folder installed and
configured as a distribution point.
To configure the Offline Address Book properties, use the Set-OfflineAddressBook cmdlet. The
specifics on how distribution works and how it is configured follows this section.
Chapter 6: Confi guring the Client Access Server Role
185
Set-OfflineAddressBook -Identity < OfflineAddressBookIdParameter >
[-AddressLists < AddressBookBaseIdParameter[] > ] [-DiffRetentionPeriod
< Nullable > ] [-DomainController < Fqdn > ] [-IsDefault < $true | $false > ]
[-Name < String > ] [-PublicFolderDistributionEnabled < $true | $false > ]
[-Schedule < Schedule > ] [-Versions < Collection > ] [-VirtualDirectories
< VirtualDirectoryIdParameter[] > ] [ < CommonParameters > ]
Set-OfflineAddressBook [-AddressLists < AddressBookBaseIdParameter[] > ]
[-DiffRetentionPeriod < Nullable > ] [-DomainController < Fqdn > ] [-Instance
< OfflineAddressBook > ] [-IsDefault < $true | $false > ] [-Name < String > ]
[-PublicFolderDistributionEnabled < $true | $false > ] [-Schedule < Schedule > ]
[-Versions < Collection > ] [-VirtualDirectories
< VirtualDirectoryIdParameter[] > ] [ < CommonParameters > ]
To set the test CAS as a web distribution point, the cmdlet would be:
Set-OfflineAddressBook -Identity ???\Default Offline Address Book???
-VirtualDirectories ???CA100\OAB (Default Web Site)???
Running this cmdlet results in the settings shown in Figure 6 - 15 in the GUI.
Pages:
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285