Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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 |
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).
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
The output type is the type of the objects that the cmdlet emits.
- SharePointSite[]
This command gets the SharePoint site configuration details.
PS C:\> Get-WssMSOSharePointSite
PS C:\>