diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Connect-SPOService.md b/sharepoint/sharepoint-ps/sharepoint-online/Connect-SPOService.md index a74a99e1f..4467cad3d 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Connect-SPOService.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Connect-SPOService.md @@ -14,7 +14,7 @@ ms.reviewer: ## SYNOPSIS -Connects a SharePoint Online administrator to a SharePoint Online connection (the SharePoint Online Administration Center). +Connects a SharePoint Online administrator or SharePoint Embedded administrator to a SharePoint Online connection (the SharePoint Online Administration Center). This cmdlet must be run before any other SharePoint Online cmdlets can run. ## SYNTAX @@ -36,18 +36,18 @@ Connect-SPOService [-Url] [[-Credential] ` +Example 1 shows how a SharePoint Online administrator or SharePoint Embedded administrator with credential admin@contoso.com connects to a SharePoint Online Administration Center that has the URL `` ### -----------------------EXAMPLE 2----------------------------- @@ -68,7 +68,7 @@ $cred = New-Object -TypeName System.Management.Automation.PSCredential -argument Connect-SPOService -Url https://contoso-admin.sharepoint.com -Credential $cred ``` -Example 2 shows how a SharePoint Online administrator with a username and password connects to a SharePoint Online Administration Center that has the URL `` +Example 2 shows how a SharePoint Online administrator or SharePoint Embedded administrator with a username and password connects to a SharePoint Online Administration Center that has the URL `` ### --------------------`---EXAMPLE 3----------------------------- @@ -138,7 +138,7 @@ Accept wildcard characters: False ### -Credential -Specifies the credentials to use to connect. If no credentials are presented, a dialog will prompt for the credentials. The credentials must be those of a SharePoint Online administrator who can access the SharePoint Online Administration Center site. +Specifies the credentials to use to connect. If no credentials are presented, a dialog will prompt for the credentials. The credentials must be those of a SharePoint Online administrator or SharePoint Embedded administrator who can access the SharePoint Online Administration Center site. ```yaml Type: CredentialCmdletPipeBind @@ -226,13 +226,13 @@ Accept wildcard characters: False ### 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](https://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## RELATED LINKS [Introduction to the SharePoint Online management shell](https://support.office.com/en-us/article/introduction-to-the-sharepoint-online-management-shell-c16941c3-19b4-4710-8056-34c034493429) -[Getting started with SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) +[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps) [Disconnect-SPOService](Disconnect-SPOService.md)