Server Manager Tasks Cmdlets in Windows PowerShell

適用対象: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2

Windows PowerShell® は、特にシステム管理用に設計された、タスク ベースのコマンド ライン シェルおよびスクリプト言語です。情報技術 (IT) プロフェッショナル向けのこの参照トピックは、スクリプトを作成してタスクを自動化するために Windows PowerShell コマンドレットを活用するうえでのサポートとなります。

Server Manager Tasks Cmdlets

This reference provides cmdlet descriptions and syntax for all Server Manager Tasks Configuration cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Get-SMCounterSample

Gets performance counter samples for a particular time stamp.

Get-SMPerformanceCollector

Gets the state of the performance data collector set.

Get-SMServerBpaResult

Gets the results of the Best Practices Analyzer. NOTE: To retrieve BPA results, we recommend that you use the Get-BpaResult cmdlet instead of this cmdlet.

Get-SMServerClusterName

Gets the name of a server cluster. A server cluster is a group of computers that work together as a single resource.

Get-SMServerEvent

Gets the details of events generated in an event log by a particular source.

Get-SMServerFeature

Gets the server features on a managed node.

Get-SMServerInventory

Gets the basic inventory information of a server.

Get-SMServerService

Gets the status of Win32 services on a managed node.

Remove-SMServerPerformanceLog

Removes Server Manager performance log files.

Start-SMPerformanceCollector

Starts a data collector set.

Stop-SMPerformanceCollector

Stops a data collector set.

注意

To list all the cmdlets that are available, use the Get-Command –Module ServerManagerTasks cmdlet.

任意のコマンドレットの詳細について、またはコマンドレットの構文の詳細については、Get-Help <コマンドレット名> コマンドレットを使用します。ここで、<コマンドレット名> は、調べようとするコマンドレットの名前です。詳細については、次のコマンドレットを実行できます。

Get-Help <コマンドレット名> -Detailed
Get-Help <コマンドレット名> -Examples
Get-Help <コマンドレット名> -Full

More Information

For more information about Server Manager, see the following: