#Get-SPOHomePage Returns the URL to the home page ##Syntax
Get-SPOHomePage [-Web <WebPipeBind>]##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |
| ##Examples |
###Example 1
PS:> Get-SPOHomePageWill return the URL of the home page of the web.