PowerShell Logo Small

Set-WsusServerSynchronization



This is the built-in help made by Microsoft for the command 'Set-WsusServerSynchronization', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Sets whether the Windows Server Update Services (WSUS) server synchronizes from Microsoft Update, or an upstream server and the upstream server properties.

SYNTAX


Set-WsusServerSynchronization [-PortNumber <Int32>] [-Replica] [-UpdateServer <IUpdateServer>] [-UseSsl] -UssServerName <String> [-Confirm] [-WhatIf] [<CommonParameters>]
Set-WsusServerSynchronization [-UpdateServer <IUpdateServer>] -SyncFromMU [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-WsusServerSynchronization cmdlet sets whether the Windows Server Update Services (WSUS) server synchronizes from Microsoft Update or an upstream server. This cmdlet
allows the user to specify settings such as the upstream server name, the port number, and whether or not to use Secure Sockets Layer (SSL).



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=789395
Get-WsusServer

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Set-WsusServerSynchronization -UssServerName Test -PortNumber 42 -UseSSL



This example specifies that the local WSUS Server is to synchronize from another server named Test using port number 42 and the SSL protocol.






EXAMPLE 2

PS C:\> Set-WsusServerSynchronization -SyncFromMU
The Update Server was successfully configured with the following parameters: Synchronize from Microsoft Update



This example specifies that the local WSUS Server is to synchronize from Microsoft Update.