Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 441 Bytes

GetPnPHomePage.md

File metadata and controls

22 lines (18 loc) · 441 Bytes

#Get-PnPHomePage Returns the URL to the home page ##Syntax

Get-PnPHomePage [-Web <WebPipeBind>]

##Returns

System.String

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

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