共用方式為


Set-SCUpdateServer

設定已新增至 VMM 的 WSUS 伺服器設定。

語法

Set-SCUpdateServer
   [-VMMServer <ServerConnection>]
   [-UpdateServer] <UpdateServer>
   [-UpdateLanguages <System.Collections.Generic.List`1[System.String]>]
   [-UpdateCategories <System.Collections.Generic.List`1[System.String]>]
   [-UpdateClassifications <System.Collections.Generic.List`1[System.String]>]
   [-ProxyCredential <PSCredential>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
Set-SCUpdateServer
   [-VMMServer <ServerConnection>]
   [-UpdateServer] <UpdateServer>
   [-UpdateLanguages <System.Collections.Generic.List`1[System.String]>]
   [-UpdateCategories <System.Collections.Generic.List`1[System.String]>]
   [-UpdateClassifications <System.Collections.Generic.List`1[System.String]>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
Set-SCUpdateServer
   [-VMMServer <ServerConnection>]
   [-UpdateServer] <UpdateServer>
   [-UpdateLanguages <System.Collections.Generic.List`1[System.String]>]
   [-UpdateCategories <System.Collections.Generic.List`1[System.String]>]
   [-UpdateClassifications <System.Collections.Generic.List`1[System.String]>]
   [-EnableProxy]
   -ProxyServerName <String>
   -ProxyServerPort <UInt32>
   -IsProxyAccessAnonymous <Boolean>
   [-ProxyCredential <PSCredential>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
Set-SCUpdateServer
   [-VMMServer <ServerConnection>]
   [-UpdateServer] <UpdateServer>
   [-UpdateLanguages <System.Collections.Generic.List`1[System.String]>]
   [-UpdateCategories <System.Collections.Generic.List`1[System.String]>]
   [-UpdateClassifications <System.Collections.Generic.List`1[System.String]>]
   [-DisableProxy]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
Set-SCUpdateServer
   [-VMMServer <ServerConnection>]
   [-UpdateServer] <UpdateServer>
   -AllowConfigurationChanges <Boolean>
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]

Description

Set-SCUpdateServer Cmdlet 會設定已新增至 Virtual Machine Manager (VMM) 的 Microsoft Windows Server Update Services (WSUS) 伺服器。 如需如何將 WSUS 伺服器新增至 VMM 的相關信息,請輸入 Get-Help Add-SCUpdateServer

範例

範例 1:在更新伺服器上啟用 Proxy 設定

PS C:\> $UpdateServer = Get-SCUpdateServer -ComputerName "WSUSComputer01"
PS C:\> $Categories = @("SQL Server", "Windows")
PS C:\> $Classifications = @("Security Updates", "Service Packs")
PS C:\> $Languages = @("en", "pt-br") 
PS C:\> Set-SCUpdateServer -UpdateServer $UpdateServer -EnableProxy -ProxyServerName "proxy.contoso.com" -ProxyServerPort "88" -IsProxyAccessAnonymous $True -UpdateCategories $Categories -UpdateClassifications $Classifications -UpdateLanguages $Languages

第一個命令會取得名為 WSUSComputer01 的更新伺服器,然後將該物件儲存在$UpdateServer變數中。

第二個命令會建立名為 $Categories 的陣列,並以兩個產品填入陣列。

第三個命令會建立名為 $Classification 的陣列,並使用兩個更新分類填入數位。

第四個命令會建立名為 $Languages 的陣列,並以兩種支援的更新語言英文和巴西葡萄牙文填入陣列。

最後一個命令會啟用儲存在 $UpdateServer 中的更新伺服器的 Proxy 設定。 此命令會設定 Proxy 位址和埠,並設定要同步處理的更新類別、分類和語言。

範例 2:指定更新伺服器的新產品類型設定

PS C:\> $UpdateServer = Get-SCUpdateServer -ComputerName "WSUSComputer01"
PS C:\> Set-SCUpdateServer -UpdateServer $UpdateServer -UpdateClassifications "Service Packs"

第一個命令會取得名為 WSUSComputer01 的更新伺服器,然後將物件儲存在 $UpdateServer 變數中。

第二個命令會針對儲存在 $UpdateServer 中的更新伺服器啟用 Service Pack 更新分類。

參數

-AllowConfigurationChanges

指出是否允許更新伺服器的組態變更。

類型:Boolean
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DisableProxy

指出當更新同步處理更新時,此 Cmdlet 會停用更新伺服器使用 Proxy 伺服器。

類型:SwitchParameter
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-EnableProxy

指出當更新同步處理更新時,此 Cmdlet 可讓更新伺服器使用 Proxy 伺服器。

類型:SwitchParameter
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-IsProxyAccessAnonymous

指出更新伺服器是否需要 Proxy 伺服器才能連線到因特網。

類型:Boolean
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-JobVariable

指定追蹤和儲存作業進度的變數。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PROTipID

指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。

類型:Guid
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ProxyCredential

指定認證物件,其中包含有權與 Proxy 伺服器通訊之帳戶的使用者名稱和密碼。

類型:PSCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ProxyServerName

指定更新伺服器用來與因特網上Microsoft更新目錄連線的 Proxy 伺服器名稱。 您不能在此參數中使用特殊字元,例如正斜線 (/)。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ProxyServerPort

指定更新伺服器用來與指定 Proxy 伺服器通訊的埠。

類型:UInt32
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-RunAsynchronously

表示作業會以異步方式執行,讓控件立即返回命令殼層。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-UpdateCategories

指定更新伺服器同步處理的一或多個產品。

類型:System.Collections.Generic.List`1[System.String]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-UpdateClassifications

指定更新伺服器同步處理的一或多個更新分類。 有效值為:

  • 應用
  • 重大更新
  • 定義更新
  • 司機
  • 功能套件
  • 安全性更新
  • Service Pack
  • 工具
  • 更新匯總
  • 更新
類型:System.Collections.Generic.List`1[System.String]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-UpdateLanguages

指定更新伺服器同步處理的一或多個支援更新語言。

類型:System.Collections.Generic.List`1[System.String]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-UpdateServer

指定這個 Cmdlet 修改的 VMM 更新伺服器物件。

類型:UpdateServer
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-VMMServer

指定此 Cmdlet 設定 WSUS 設定的 VMM 伺服器。

類型:ServerConnection
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

輸出

UpdateServer

此 Cmdlet 會傳回 UpdateServer 物件。