Get-SCACCloudSystem

Get-SCACCloudSystem

Gets a cloud system on an server.

構文

Parameter Set: SearchByName
Get-SCACCloudSystem [[-Name] <String> ] [ <CommonParameters>]

Parameter Set: SearchByServer
Get-SCACCloudSystem -ServerName <String> [ <CommonParameters>]

詳細説明

The Get-SCACCloudSystem cmdlet gets one or more cloud systems on an server. If a cloud system is specified by using the Name parameter, Get-SCACCloudSystem retrieves the specified cloud system. If no cloud system is specified, Get-SCACCloudSystem retrieves all cloud systems on the server.

パラメーター

-Name<String>

Specifies the name of a cloud system.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ServerName<String>

Specifies the name of the server for a cloud system.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

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

入力

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

  • System.String

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.SystemCenter.CloudManager.PowerShell.ACCloudSystem

Example 1: Get all cloud systems on the App Controller server

This command gets all cloud systems on the App Controller server.

PS C:\> Get-SCACCloudSystem

Example 2: Get a cloud system by its server name

This command gets the cloud system object on the server named Management.Core.Windows.Net.

PS C:\> Get-SCACCloudSystem -ServerName "Management.Core.Windows.Net"

関連トピック

Add-SCACCloudSystem

Remove-SCACCloudSystem