Get-WssMsoSharePointSite

Get-WssMsoSharePointSite

Gets SharePoint Online site configuration.

構文

Parameter Set: Default
Get-WssMsoSharePointSite [[-Name] <String> ] [ <CommonParameters>]

詳細説明

The Get-WssMsoSharePointSite cmdlet gets SharePoint Online site configuration. A site stores the SharePoint Online site configuration.

パラメーター

-Name<String>

Specifies a SharePoint site name. The cmdlet gets the site configuration for a SharePoint site that you specify.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

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

True (ByValue, ByPropertyName)

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

false

<CommonParameters>

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

入力

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

  • System.String

    Name

    Type: System.String

    Description: Name of the SharePoint site

出力

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

  • SharePointSite[]

Example 1: Get site configuration details

This command gets the SharePoint site configuration details.

PS C:\> Get-WssMSOSharePointSite
PS C:\>