Skip to content

Commit 16340f2

Browse files
authored
Update description.md
1 parent 03c8daf commit 16340f2

File tree

1 file changed

+13
-16
lines changed
  • Items Management/Attachments/Disable or enable attachments to list items

1 file changed

+13
-16
lines changed
Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
Want to keep your lists tidy? Saving space?? This is a solution for you! Looking for a quick way to restore the option for all lists? This is also a solution for you! :)
1+
Want to keep your lists tidy? Saving space?? This is a solution for you! Looking for a quick way to restore the option for all lists?
2+
</br>**This is also a solution for you! :)**
23

34

45
Want to keep your lists tidy? Saving space? Do you want to prevent users from adding unnecessary attachments to the list because their place belongs elsewhere?
56
This is a solution for you!
67
Or maybe you already disabled the feature? For some of the lists - for some not, and now you are looking for a quick way to restore the option for all lists?
7-
This is also a solution for you! :)
8-
9-
10-
11-
12-
13-
8+
</br>**This is also a solution for you! :)**
149

10+
```Powershell
1511
# Paths to SDK. Please verify location on your computer.
1612
Add-Type -Path "c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.dll"
1713
Add-Type -Path "c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Runtime.dll"
@@ -21,23 +17,24 @@ $Username="trial@trialtrial123.onmicrosoft.com"
2117
$AdminPassword="Pass"
2218
$Url="https://trialtrial123.sharepoint.com/sites/teamsitewithlists"
2319
$Attachments=$false
24-
20+
2521
2622
2723
2824
Set-SPOListsAttachments -Username $Username -AdminPassword $AdminPassword -Url $Url -Attachments $Attachments
29-
25+
```
3026

3127

32-
For full description please refer here to the Wiki Article
28+
For full description please refer here to the [Wiki Article](https://social.technet.microsoft.com/wiki/contents/articles/30024.sharepoint-online-disable-or-enable-attachments-to-list-items-using-powershell.aspx)
3329

3430

3531

36-
32+
<br/><br/>
33+
<b>Enjoy and please share feedback!</b>
3734

38-
Related scripts
39-
Set direction of the reading order for a single list
35+
**Related scripts** </br>
36+
[Set direction of the reading order for a single list](https://gallery.technet.microsoft.com/office/Set-the-direction-of-the-f17ca66a)
4037

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

43-
Allow or disallow your users to create folders in SPO lists
40+
[Allow or disallow your users to create folders in SPO lists](https://gallery.technet.microsoft.com/scriptcenter/Allow-or-disallow-your-20f7b44a)

0 commit comments

Comments
 (0)