Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The script below is described in the article SharePoint Online content types in Powershell: Get and is part of various options on retrieving a single Content Type.
The script below is described in the article [SharePoint Online content types in Powershell: Get](https://social.technet.microsoft.com/wiki/contents/articles/31151.sharepoint-online-content-types-in-powershell-get.aspx) and is part of various options on retrieving a single Content Type.



Expand All @@ -7,9 +7,6 @@ It retrieves the content types that are hidden. If you want to retrieve the cont
```PowerShell
if($cc.Hidden -eq $true)
```




Before running the script, you need to open the file and edit the following lines, entering the Admin username and the site where you want to retrieve the content types. Do not enter the password - you will be prompted for it during the script execution.

Expand Down