From ebdf4233aa44c50a4b4855eb9083db36aa25974c Mon Sep 17 00:00:00 2001 From: JakubPiegza <45433779+JakubPiegza@users.noreply.github.com> Date: Thu, 30 Jan 2020 19:16:40 +0100 Subject: [PATCH] Update description.md --- .../description.md | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/Content Types/Get/All Content Types from a Content Type Hub and their DisplayFormTemplate/description.md b/Content Types/Get/All Content Types from a Content Type Hub and their DisplayFormTemplate/description.md index 3138d0ae..aeb4fb1f 100644 --- a/Content Types/Get/All Content Types from a Content Type Hub and their DisplayFormTemplate/description.md +++ b/Content Types/Get/All Content Types from a Content Type Hub and their DisplayFormTemplate/description.md @@ -1,22 +1,12 @@ The script is part of the explanation on editing the content types available in the article here: -SharePoint Online content types in Powershell: Edit. - - - -This example retrieves all content types from a Content Type Hub, along with their DisplayFormTemplateName property. For instruction how to find a content type hub, you can refer here. - - - +[SharePoint Online content types in Powershell: Edit.](https://social.technet.microsoft.com/wiki/contents/articles/31444.sharepoint-online-content-types-in-powershell-edit.aspx) - +This example retrieves all content types from a Content Type Hub, along with their DisplayFormTemplateName property. For instruction how to find a content type hub, you can refer [here](https://social.technet.microsoft.com/wiki/contents/articles/31051.sharepoint-online-content-types-in-powershell-add.aspx#To_Content_Hub). - - - -The script requires SharePoint Online SDK installed. Before running the script, enter the information: +The script requires [SharePoint Online SDK](https://www.microsoft.com/en-us/download/details.aspx?id=42038) installed. Before running the script, enter the information: ```PowerShell # Paths to SDK. Please verify location on your computer. @@ -28,9 +18,9 @@ $Username="admin@tenant.onmicrosoft.com" $AdminPassword=Read-Host -Prompt "Password" -AsSecureString $AdminUrl="https://tenant.sharepoint.com/sites/contenttypehub" ``` -You can export the results to the CSV or .txt file. +You can export the results to the CSV or *.txt* file.

-Enjoy and please share feedback! \ No newline at end of file +Enjoy and please share feedback!