Get-LnvUpdateConfiguration#
Retrieves the current configuration settings for the Lenovo.Client.Update module.
Synopsis#
Gets the global configuration for the Lenovo.Client.Update module, including proxy settings, repository locations, and runtime limits.
Description#
Get-LnvUpdateConfiguration returns the current module configuration object. This can be used to view existing settings, make modifications, and apply changes back using Set-LnvUpdateConfiguration.
Configuration settings control proxy behavior, timeout limits for various operations, and default repository paths used by other cmdlets.
Parameters#
This cmdlet has no parameters.
Examples#
Example 1: View current configuration#
Displays all current module configuration settings.
Example 2: View proxy settings only#
Shows proxy configuration without other settings.
Example 3: Export configuration for backup#
Saves the current configuration to an XML file for backup or transfer.
Output#
Returns a LnvUpdateConfiguration object with properties such as:
Proxy- Current proxy URL (if set)ProxyCredential- Proxy authentication credentials (if set)ProxyUseDefaultCredential- Whether to use current user credentials for proxyMaxExternalDetectionRuntime- Time limit for detection processesMaxExtractRuntime- Time limit for package extractionMaxInstallerRuntime- Time limit for installer executionRepositoryPath- Default repository location