Skip to content

Commit 9f37fd0

Browse files
authored
Update description.md
1 parent d742b2b commit 9f37fd0

File tree

1 file changed

+9
-25
lines changed
  • Items Management/Attachments/Enable or disable attachments to items of a chosen list

1 file changed

+9
-25
lines changed

Items Management/Attachments/Enable or disable attachments to items of a chosen list/description.md

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,18 @@
1-
A short Powershell script to set the EnableAttachments property for a SharePoint Online list. The property is responsible for the Attach File icon under new item tab. If you disable the button, you and your users will not be able to add the attachments to list items.
1+
A short Powershell script to set the EnableAttachments property for a SharePoint Online list. The property is responsible for the **Attach File** icon under **new item** tab. If you disable the button, you and your users will not be able to add the attachments to list items.
22

3-
A short Powershell script to set the EnableAttachments property for a SharePoint Online list. The property is responsible for the Attach File icon under new item tab (see screenshot). The button allows you to add attachments to the list item.
4-
5-
6-
7-
8-
9-
10-
11-
3+
<img src="../Enable or disable attachments to items of a chosen list/attachments3.png">
124

135
If you disable the button, you and your users will not be able to add the attachments to list items:
146

15-
16-
17-
18-
19-
7+
<img src="../Enable or disable attachments to items of a chosen list/attachments-nobutton.png">
208

219
Applies to lists.
2210

2311

2412

2513

2614

27-
It requires installed SharePoint Online SDK
15+
It requires installed [SharePoint Online SDK](https://www.microsoft.com/en-us/download/details.aspx?id=42038)
2816

2917
You have to enter the list information before running the script:
3018

@@ -45,18 +33,14 @@ $ListName="Tasks list"
4533
$Attachments =$false
4634
```
4735

48-
### Related scripts
49-
Set direction of the reading order for a single list
36+
## **Related scripts**
37+
[Set direction of the reading order for a single list](https://gallery.technet.microsoft.com/office/Set-the-direction-of-the-f17ca66a)
5038

51-
Set-SPOList properties (module)
52-
53-
54-
55-
39+
[Set-SPOList properties (module)](https://gallery.technet.microsoft.com/office/Set-SPOList-properties-9d16f2ba)
5640

57-
### Related article
41+
## **Related article**
5842

59-
SharePoint Online: Disable or enable attachments to list items using Powershell
43+
[SharePoint Online: Disable or enable attachments to list items using Powershell](https://social.technet.microsoft.com/wiki/contents/articles/30024.sharepoint-online-disable-or-enable-attachments-to-list-items-using-powershell.aspx)
6044

6145

6246
<br/><br/>

0 commit comments

Comments
 (0)