Update-MpSignature

適用対象: Windows 10 Technical Preview, Windows Server Technical Preview

Update-MpSignature

Updates the antimalware definitions on a computer.

構文

Parameter Set: Update0
Update-MpSignature [-CimSession <CimSession[]> ] [-ThrottleLimit <Int32> ] [-UpdateSource <UpdateSource> {InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC | FileShares} ] [ <CommonParameters>] [ <WorkflowParameters>]

詳細説明

The Update-MpSignature cmdlet updates the antimalware definitions with the latest definitions available on an update server.

パラメーター

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。コンピューター名またはセッション オブジェクト (New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など) を入力します。既定値は、ローカル コンピューター上の現在のセッションです。

Aliases

Session

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-ThrottleLimit<Int32>

コマンドレットを実行する際に確立できる同時実行操作の最大数を指定します。このパラメーターを省略するか、値 0 を入力した場合、コンピューター上で実行されている CIM コマンドレットの数に基づいて、コマンドレットに最適なスロットル制限が Windows PowerShell® によって計算されます。スロットル制限は、セッションやコンピューターではなく、現在のコマンドレットにのみ適用されます。

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-UpdateSource<UpdateSource>

Specifies an update source. This cmdlet downloads updated definitions from the server you specify. If you do not specify this parameter, the cmdlet uses the Microsoft Update Server, then Microsoft Malware Protection Center (MMPC), as an update source. このパラメーターに指定できる値は、次のとおりです。

-- InternalDefinitionUpdateServer
-- MicrosoftUpdateServer
-- MMPC
-- FileShares

If you specify the InternalDefinitionUpdateServer setting, the service checks for updates on the Windows Software Update Services (WSUS) server.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

<CommonParameters>

このコマンドレットは共通のパラメーターをサポートしています(-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、および -OutVariable)。詳細については、TechNet の「 「about_CommonParameters」 (https://go.microsoft.com/fwlink/p/?LinkID=113216) を参照してください。

<WorkflowParameters>

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

使用例

Example 1: Update signatures

This command updates the antimalware definitions. By default, the cmdlet uses the default update source.

PS C:\> Update-MpSignature

Example 2: Update signatures from a specific source

This command updates the antimalware definitions from the Microsoft Update Server.

PS C:\> Update-MpSignature -UpdateSource MicrosoftUpdateServer