[Index]

Model: device/skypeforbusiness/CsDeviceUpdateConfiguration

Model Details

Title Description Details
LogFlushInterval Indicates how often information stored in the log file cache is written to the actual log file. By default, device update information is not immediately written to the log file; instead, that information is cached in memory until: 1) the log flush time interval has expired; or, 2) the cache has reached its maximum size. If this value is set to 10 minutes (00:10:00), then information in the cache will be written to the log file every 10 minutes. After the data has been logged the cache will be cleared. The value must be entered in the format hh:mm:ss where hh is hours, mm is minutes, and ss is seconds. Minimum Value: 00:01:00 (1 minute) Maximum Value: 1:00:00 (1 hour) Default: 00:05:00
  • Field Name: LogFlushInterval
  • Type: String
LogCleanUpTimeOfDay Indicates the time of day when the system checks to see if there are any expired log files that should be deleted. (Expired log files are any files older than the value specified in by the LogCleanupInterval property.) The value passed to the LogCleanupTimeOfDay parameter must be in the 24-hour time format hh:mm, where hh represents the hours and mm represents the minutes. In this format, midnight is represented as 00:00; 8:30 A.M. is represented as 08:30; and 11:52 P.M. is represented as 23:52. The default value is null.
  • Field Name: LogCleanUpTimeOfDay
  • Type: String
  • Format: date-time
ValidLogFileTypes Indicates the log file types retained by the device update system. The default file types include the following: Watson. Log files automatically generated by a device if the system stops responding. CELog. Logs for phones running Skype for Business that contain the results of functional tests and a record of critical system events. Additional file types can be added if you have a device running Skype for Business Phone Edition that creates a different kind of log file. You can also remove files. For example, if you do not want to store CELog files then you can remove the CELog file type.
  • Field Name: ValidLogFileTypes.[n]
  • Type: Array
ScopeClass
  • Field Name: ScopeClass
  • Type: String
Element
  • Field Name: Element
  • Type: String
InMemory Creates an object reference without actually committing the object as a permanent change. If you assign the output of this cmdlet called with this parameter to a variable, you can make changes to the properties of the object reference and then commit those changes by calling this cmdlet's matching Set-<cmdlet>.
  • Field Name: InMemory
  • Type: Boolean
ValidLogFileExtensions Indicates the valid log file extensions that can be used with the Device Update Web service. This list can be modified; however, there is no reason to modify the list unless you have a device running Skype for Business that creates log files that use a different file extension. Default: .dmp, .clg, .clg2, .bak, .kdmp, .dat, .bin, .cat, .xml, .txt, .hex
  • Field Name: ValidLogFileExtensions.[n]
  • Type: Array
LogCleanUpInterval Specifies the amount of time a device update log file is kept before it is deleted by the system. The value must be entered in the format dd.hh:mm:ss where dd is days, hh is hours, mm is minutes, and ss is seconds. To enter only days, you must follow the value with a period (.). Minimum Value: 1.00:00:00 (1 Day) Maximum Value: 365.00:00:00 (1 Year) Default: 10.00:00:00 (10 Days)
  • Field Name: LogCleanUpInterval
  • Type: String
MaxLogFileSize Indicates the maximum size, in bytes, for an individual log file. When a file reaches the maximum size, the next batch of data is automatically written to a new log file. The old log file will be retained until the log cleanup interval has expired. Default: 1024000
  • Field Name: MaxLogFileSize
  • Type: Integer
Anchor
  • Field Name: Anchor
  • Type: String
Identity * Indicates the Identity of the new device update configuration settings. Because new settings can only be created at the site scope, the Identity will look something like this: -Identity "site:Redmond".
  • Field Name: Identity
  • Type: String
MaxLogCacheLimit Indicates the maximum amount of information (in bytes) that can be held in the log file cache before that cache must be cleared and the data written to a log file. By default, log files are "flushed" every X number of minutes. (For details, see the description of the parameter LogFlushInterval.) However, if the cache reaches its maximum size, the information in it will automatically be written to a log file (and the cache cleared) even if the log flush interval has not yet expired. Default: 512000
  • Field Name: MaxLogCacheLimit
  • Type: Integer
API reference for device/skypeforbusiness/CsDeviceUpdateConfiguration