Get-WssMsoSharePointSite

Get-WssMsoSharePointSite

Gets SharePoint Online site configuration.

Syntax

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

Detailed Description

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

Parameters

-Name<String>

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

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String

    Name

    Type: System.String

    Description: Name of the SharePoint site

Outputs

The output type is the type of the objects that the cmdlet emits.

  • SharePointSite[]

Examples

Example 1: Get site configuration details

This command gets the SharePoint site configuration details.

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