從遠端電腦使用 WUA
Windows Update Agent (WUA) API 可由遠端電腦上的使用者或遠端電腦上執行的應用程式使用。 不過,遠端使用者或應用程式必須具有系統管理員許可權。
下列清單包含遠端使用者和應用程式可用的介面:
- IUpdateSession
- IUpdateSession2
- IUpdateSearcher
- IAutomaticUpdates
- ISearchResult
- IUpdateCollection
- IUpdate
- IUpdate2
- IWindowsDriverUpdate
- IWindowsDriverUpdate2
- IUpdateIdentity
- IImageInformation
- IInstallationBehavior
- IStringCollection
- IUpdateHistoryEntryCollection
- IUpdateHistoryEntry
- ICategoryCollection
- ICategory
- IUpdateExceptionCollection
- IUpdateException
- IUpdateDownloadContentCollection
- IUpdateDownloadContent
- IUpdateServiceManager
- IUpdateServiceCollection
- IUpdateService
- IWindowsUpdateAgentInfo
下列清單包含遠端使用者和應用程式無法使用的介面和屬性:
- IUpdateSession::CreateUpdateDownloader
- IUpdateSession::CreateUpdateInstaller
- IUpdateSession 的 WebProxy 屬性
- IUpdateSearcher::BeginSearch
- IUpdateSearcher::EndSearch
- 當從遠端呼叫IsHidden 時,IUpdate 的 IsHidden 屬性 (IsHidden是唯讀的。)
- IUpdate::AcceptEula
- IUpdate::CopyFromCache
- IUpdate2::CopyToCache
- IWindowsDriverUpdate2::CopyToCache
- IUpdateServiceManager::AddService
- IUpdateServiceManager::RegisterServiceWithAU
- IUpdateServiceManager::UnregisterServiceWithAU
- IAutomaticUpdate::P ause
- IAutomaticUpdates::Resume
- IAutomaticUpdates::ShowSettingsDialog
- IAutomaticUpdates 的 Settings 屬性
- IAutomaticUpdates 的 ServiceEnabled 屬性
- IAutomaticUpdates::EnableService
- ISystemInformation
下列埠和例外狀況必須新增至 Windows Vista 和 Windows Server 2008 的 Windows 防火牆設定,才能從遠端呼叫 WUA API。
-
例外狀況 1
-
- 本機埠:135
- 遠端埠:ALL
- 通訊協定號碼:6
- 可執行檔: %windir%\\system32\\svchost.exe
- 服務:rpcss
- 遠端許可權:系統管理員
-
例外狀況 2
-
- 本機埠:動態 RPC
- 遠端埠:ALL
- 通訊協定號碼:6
- 可執行檔: %windir%\\system32\\dllhost.exe
- 遠端許可權:系統管理員
下列清單包含可用來設定 Windows 防火牆設定的工具:
- [具有進階安全性的 Windows 防火牆] 嵌入式管理單元
- 群組原則
- Netsh advfirewall 命令列工具
如需如何使用工具來設定 Windows 防火牆設定的詳細資訊,請參閱使用具有進階安全性的 Windows 防火牆消費者入門。