SPO Trail Account
Azure Free trail account (created date: 10-19-2023)
Azure
Admin login
https://developer.microsoft.com/en-us/microsoft-365/profile/
Office 365
Admin email ID
naveen25121989@0wjd6.onmicrosoft.com
https://0wjd6.sharepoint.com/sites/Compass
Sharepoint Online Power Shell
check if sharepoint online was installed
Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select Name,Version
if not installed
Install-Module -Name Microsoft.Online.SharePoint.PowerShell
To connect with a user name and password
Connect-SPOService -Url https://0wjd6-admin.sharepoint.com -Credential admin@contoso.com
it will open the popup, click cancel it will redirect to web.
Comments
Post a Comment