IUpdateServer.GetComputersWithRecentNameChange Method ()

 

Applies To: Windows Server Update Services

Gets the list of client computers that have changed their names in the past 24 hours.

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

Syntax

StringCollection GetComputersWithRecentNameChange()
StringCollection^ GetComputersWithRecentNameChange()
abstract GetComputersWithRecentNameChange : unit -> StringCollection
Function GetComputersWithRecentNameChange As StringCollection

Return Value

Type: System.Collections.Specialized.StringCollection

List of client computer fully qualified domain names.

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top