2016-07-14 5 views

答えて

2

あなたは

get-help Connect-DatabaseCluster -full 

を行う場合は、すべての可能な値のリストを取得します。あなたのために重要なのは

-StandAlone [<SwitchParameter>] 
Specifies if the database is standalone. 

Required?     false 
Position?     named 
Default value 
Accept pipeline input?  true (ByValue, ByPropertyName) 
Accept wildcard characters? false 

ドキュメント

で書かれ

Connect-DatabaseCluster -StandAlone 

そのにだからあなたのコマンドの変更であります

関連する問題