Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.11 KB

File metadata and controls

55 lines (35 loc) · 1.11 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spohomesite
applicable SharePoint Online
title Get-SPOHomeSite
schema 2.0.0
author techwriter40
ms.author pamgreen
ms.reviewer

Get-SPOHomeSite

SYNOPSIS

Returns the home site url for your tenant.

SYNTAX

Get-SPOHomeSite [<CommonParameters>]

DESCRIPTION

Use this cmdlet to get the home site url for your tenant.

EXAMPLES

Example 1

Get-SPOHomeSite

This example returns the home site url for your tenant.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS