IUpdateServerConfiguration Methods

 

Applies To: Windows Server Update Services

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Methods

Name Description
System_CAPS_pubmethod GetEnabledUpdateLanguages()

Gets the language codes that are enabled on the WSUS server.

System_CAPS_pubmethod GetProgramKeys()

Gets the program keys registered with the WSUS server.

System_CAPS_pubmethod GetSigningCertificate(String)

Saves the current registered certificate to the specified path.

System_CAPS_pubmethod GetUpdateServerConfigurationState()

Gets the database state, which determines whether the WSUS database is able to process requests at this time.

System_CAPS_pubmethod GetUssEnabledUpdateLanguages()

Gets the update languages on the upstream server.

System_CAPS_pubmethod Save()

Saves WSUS configuration information to the database.

System_CAPS_pubmethod Save(Boolean)

Saves the server configuration information, specifying whether or not to throw an exception if the configuration has changed after it was loaded.

System_CAPS_pubmethod SetEnabledUpdateLanguages(StringCollection)

Enables updates for the specified languages.

System_CAPS_pubmethod SetProgramKeys(IEnumerable<ProgramKey>)

Sets the program keys to register.

System_CAPS_pubmethod SetProxyPassword(SecureString)

Sets the password to use when accessing the proxy server.

System_CAPS_pubmethod SetProxyPassword(String)

Sets the password to use when accessing the proxy server.

System_CAPS_pubmethod SetSigningCertificate()

Creates and registers a new certificate in the WSUS store and removes any existing certificate.

System_CAPS_pubmethod SetSigningCertificate(String, SecureString)

Registers a specified certificate in the WSUS store and removes any existing certificate. This version of the method requires the PFX certificate name and the certificate password, which is passed as a SecureString object.

System_CAPS_pubmethod SetSigningCertificate(String, String)

Registers a specified certificate in the WSUS store and removes any existing certificate. This version of the method requires the PFX certificate name and the certificate password, which is passed as a .NET Framework String object.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top