Skip to content

Commit 6a8c284

Browse files
Merge pull request #62 from JakubPiegza/patch-8
Update description.md
2 parents 24b3b9f + 8250848 commit 6a8c284

File tree

1 file changed

+13
-34
lines changed
  • Content Types/Content Types Management Setting/Set content type management setting for a single list

1 file changed

+13
-34
lines changed

Content Types/Content Types Management Setting/Set content type management setting for a single list/description.md

Lines changed: 13 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
1-
Short Powershell script to allow management of content types for a SharePoint Online list or library. It is an equivalent of List>>List Settings>>Advanced>>Content types in User Interface Applies to lists and libraries.
1+
Short Powershell script to allow management of content types for a SharePoint Online list or library. It is an equivalent of **List**>>**List Settings**>>**Advanced**>>**Content types in User Interface Applies to lists and libraries**.
22

33
A short Powershell script to allow management of content types for a SharePoint Online list or library.
44

5-
6-
7-
It is an equivalent of List>>List Settings>>Advanced>>Content types in Graphic User Interface (see screenshot)
8-
9-
10-
11-
12-
13-
14-
15-
5+
It is an equivalent of **List**>>**List Settings**>>**Advanced**>>**Content types in Graphic User Interface** ([see screenshot](https://github.com/PowershellScripts/AllGalleryScriptsSamples/blob/develop/Content%20Types/Content%20Types%20Management%20Setting/Set%20content%20type%20management%20setting%20for%20a%20single%20list/contentTypeManagement.png))
166

177
Applies to lists and libraries.
188

19-
20-
21-
22-
23-
It requires installed SharePoint Online SDK
9+
*It requires installed* [SharePoint Online SDK](http://www.microsoft.com/en-us/download/details.aspx?id=42038)
2410

2511
You have to enter the list information before running the script:
2612

2713

2814

29-
PowerShell
15+
```PowerShell
3016
# Paths to SDK. Please verify location on your computer.
3117
Add-Type -Path "c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.dll"
3218
Add-Type -Path "c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Runtime.dll"
@@ -37,30 +23,23 @@ $AdminPassword="Pass"
3723
$Url="https://trialtrial123.sharepoint.com/sites/teamsitewithlists"
3824
$ListName="Tasks list"
3925
$ContentTypesEnabled =$false
40-
41-
26+
```
4227

43-
4428

45-
Please share your thoughts in the Q&A section!
29+
### Please share your thoughts in the Q&A section!
4630

47-
48-
49-
Wiki article with detailed code description:
50-
31+
#### Wiki article with detailed code description:
5132

52-
SharePoint Online: Turn on support for multiple content types in a list or library using Powershell
53-
54-
33+
[SharePoint Online: Turn on support for multiple content types in a list or library using Powershell](social.technet.microsoft.com/wiki/contents/articles/30038.sharepoint-online-turn-on-support-for-multiple-content-types-in-a-list-or-library-using-powershell.aspx)
5534

56-
Related scripts
57-
Set direction of the reading order for a single list
35+
#### Related scripts
36+
[Set direction of the reading order for a single list](https://gallery.technet.microsoft.com/office/Set-the-direction-of-the-f17ca66a)
5837

59-
Set-SPOList properties (module)
38+
[Set-SPOList properties (module)](https://gallery.technet.microsoft.com/office/Set-SPOList-properties-9d16f2ba)
6039

61-
Disable or enable attachments to list items using Powershell
40+
[Disable or enable attachments to list items using Powershell](https://gallery.technet.microsoft.com/scriptcenter/Disable-or-enable-12cf3795)
6241

63-
Change search setting for all lists in a site using CSOM and Powershell
42+
[Change search setting for all lists in a site using CSOM and Powershell](https://gallery.technet.microsoft.com/scriptcenter/Change-search-setting-for-8e842a48)
6443

6544

6645

0 commit comments

Comments
 (0)