IUpdateServerConfiguration.SyncFromMicrosoftUpdate Property
Gets or sets whether the WSUS server synchronizes updates from Microsoft Update or a local WSUS server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @property */ boolean get_SyncFromMicrosoftUpdate () /** @property */ void set_SyncFromMicrosoftUpdate (boolean value)
function get SyncFromMicrosoftUpdate () : boolean function set SyncFromMicrosoftUpdate (value : boolean)
Property Value
true if the WSUS server synchronizes updates from Microsoft Update, false if the WSUS server synchronizes updates from a local WSUS server.You cannot set this property to true if IsReplicaServer is true.
If it is false, you must use UpstreamWsusServerName to specify an upstream WSUS server with which to synchronize. To specify the port to use to synchronize with the upstream server, use UpstreamWsusServerPortNumber. By default, WSUS uses HTTP over port 80. To indicate that the port is an HTTPS port, set UpstreamWsusServerUseSsl to true.
WSUS ignores the following property values if you synchronize updates with an upstream WSUS server:
Languages specified using
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2