A decision must be made on the default security access
for unknown remote servers. It can be configured to either allow or block servers not specifically listed.
For tighter security, blocking access to remote file servers that are not in the block and allow list is
recommended.
Chapter 6: Confi guring the Client Access Server Role
189
Similar to LinkAccess there are parameters to control public and private computers.
WebReadyDocumentViewingOnPublicComputersEnabled and
WebReadyDocumentViewingOnPrivateComputersEnabled control this feature.
Set-OWAVirtualDirectory -Identity ???owa (default web site)???
-WebReadyDocumentViewingOnPublicComputersEnabled:$false
There is a default list of file attachment types that can be allowed or blocked. By default, users are forced
to save files with unknown file types. Additional file types can be added or existing ones removed from
the default list. The list is ??? global ??? to all users using that OWA virtual directory and cannot be configured
per person. Editing the lists is a little more complicated because they are multi - valued properties.
So if the following cmdlet was executed, it would erase all the existing file types and replace them with
the new list:
Set-OWAVirtualDirectory -Identity ???owa (default web site)??? -AllowedFileTypes ???.
Pages:
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290