MS-300T01
Module 1
1. Sign in to VM as administrative account
2. Install SharePoint Online Management Shell module
a. Open Windows PowerShell and run as administrator
b. Run following command to install SharePoint Online Management Shell
module, and Yes and All to prompt questions
Install-Module -Name Microsoft.Online.SharePoint.PowerShell
3. Connect to SharePoint Online Service
a.
Run the following command in the same PowerShell window as previous step. Please
replace the TenanatName to the one you got from exercise 1. Enter the password while
got prompt for credential.
$adminUPN="admin@<TenantName>.onmicrosoft.com" $orgName="<TenantName>" $userCredential = Get-Credential -UserName $adminUPN -Message "Type the password." Connect-SPOService `
-Url https://$orgName-admin.sharepoint.com -Credential $userCredential
4. Register the site as a hub site
a. Run the following command in the same PowerShell window as previous step
Register-SPOHubSite "https://<TenantName>.sharepoint.com/sites/HRWeb" `
-Principals admin@<TenantName>.onmicrosoft.com
MS-300T02
Module 2
Term Set Info
Term Set Name,Term Set Description,LCID,Available for Tagging,Term Description,Level 1 Term,Level 2 Term,Level 3 Term,Level 4 Term,Level 5 Term,Level 6 Term,Level 7 Term
Department,"A sample term set, describing a simple department.",,TRUE,Departments,Departments,,,,,,
,,,TRUE,HR department,Departments,HR,,,,,
,,,TRUE,Marketing department,Departments,Marketing,,,,,
,,,TRUE,Engineer department,Departments,Engineer,,,,,