Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 415 Bytes

File metadata and controls

19 lines (16 loc) · 415 Bytes

#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-SPOHomePage

Will return the URL of the home page of the web.