Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Gets an IUpdateServerConfiguration that you use to configure the WSUS server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
IUpdateServerConfiguration GetConfiguration()
IUpdateServerConfiguration^ GetConfiguration()
abstract GetConfiguration : unit -> IUpdateServerConfiguration
Function GetConfiguration As IUpdateServerConfiguration
Return Value
Type: Microsoft.UpdateServices.Administration.IUpdateServerConfiguration
Use IUpdateServerConfiguration to configure the WSUS server. For example, you can specify the update languages to download, the proxy to use, and whether the updates are stored locally.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top