View Device Update configuration settings in Lync Server 2013

 

Topic Last Modified: 2013-02-20

You can view the Device Update Service configuration settings by using Lync Server Management Shell and the Get-CsDeviceUpdateConfiguration cmdlet, which you can run from the Lync Server 2013 Management Shell or from a remote session of Windows PowerShell

Note

For details about using remote Windows PowerShell to connect to Lync Server, see the Lync Server Windows PowerShell blog article "Quick Start: Managing Microsoft Lync Server 2010 Using Remote PowerShell" at https://go.microsoft.com/fwlink/p/?linkId=255876.

  • To view information about all your voice routes, type the following command in the Lync Server Management Shell and press Enter:

    Get-CsDeviceUpdateConfiguration
    

    This command returns information similar to the following:

    Identity               : Global
    ValidLogFileTypes      : {Watson, Config, Diaglog, CELog}
    ValidLogFileExtensions : {.dmp, .clg, .clg1, .clg2...}
    MaxLogFileSize         : 1024000
    MaxLogCacheLimit       : 512000
    LogCleanUpInterval     : 10.00:00:00
    LogFlushInterval       : 00:05:00
    LogCleanUpTimeOfDay    :
    

For details about this cmdlet, see Help topic at Get-CsDeviceUpdateConfiguration.