リモート コンピューターからの WUA の使用
Windows Update エージェント (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
- 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
WUA API をリモートで呼び出すには、Windows Vista および Windows Server 2008 の Windows ファイアウォール設定に次のポートと例外を追加する必要があります。
-
例外 1
-
- ローカル ポート: 135
- リモート ポート: ALL
- プロトコル番号: 6
- 実行可能ファイル: %windir%\\system32\\svchost.exe
- サービス: rpcss
- リモート特権: 管理者
-
例外 2
-
- ローカル ポート: 動的 RPC
- リモート ポート: ALL
- プロトコル番号: 6
- 実行可能ファイル: %windir%\\system32\\dllhost.exe
- リモート特権: 管理者
次の一覧には、Windows ファイアウォール設定を構成するために使用できるツールが含まれています。
- 高度なセキュリティ スナップインのある Wiindows ファイアウォール
- グループ ポリシー
- Netsh advfirewall コマンドライン ツール
ツールを使用して Windows ファイアウォール設定を構成する方法の詳細については、「セキュリティが強化された Windows ファイアウォールを使用したはじめに」を参照してください。