At the next UM update interval, the UM servers will copy the file locally.
Part II: Working with Server Roles
292
Disabling an AutoAttendant prevents further use of the attendant, but keeps the setting stored in Active
Directory. Being able to do this is useful when testing attendant features. To disable an AutoAttendant,
all that is needed is the AA ??™ s identity. The cmdlet is Disable-UMAutoAttendant -Identity Test .
During the life cycle of any product, there are times where devices will need to have firmware or
software patches applied. UM IP gateways are no exception. It may become necessary to temporarily
remove the device from service to perform maintenance activities. The cmdlet to disable the UM IP
gateway is Disable-UMIPGateway . The identity of the UM IP gateway is required. One other parameter
for this command is the Immediate parameter. If this parameter is set to true, the UM server will drop
all conversations immediately with the affected UM IP gateway. The UM IP gateway that was created
earlier in the chapter was given the name test. To immediately end all calls to test the cmdlet would
look like this:
Disable-UMIPGateway test -Immediate $true
When maintenance is complete on these devices they can be returned to service using the Enable set of
cmdlets.
Pages:
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425