Creating a SharePoint list along with all column types and
related data is obviously helpful for users. However, it can take a long time,
involving many steps to get to that point. Moreover, when creating a large number
of items using Quick Edit in the Tasks list, you are limited to dragging one
the item for copying, rather than using multiform data. In this article, we’ll show
you how to create a Custom List with the following data types using PowerShell
Script:
ID |
Data |
1 |
Attachment |
2 |
Single Text |
3 |
Multiple Text |
4 |
Choice |
5 |
Multiple Choice |
6 |
User |
7 |
Multiple Users |
8 |
Currency |
9 |
Number |
10 |
Lookup |
11 |
Yes/No |
12 |
Date Time |
13 |
Hyperlink |
14 |
Calculated Number |
15 |
Calculated Date Time |
Get the code here:CreateCustomListwithAllColumnTypes.ps1
How does it work?
Download code here: CreateCustomListwithAllColumnTypes.ps1
First of all, make
sure you change account names on these lines in the CreateCustomListwithAllColumnTypes.ps1file:
Step 1: Run CreateCustomListwithAllColumnTypes.ps1
file with PowerShell.
Step 2:
Input your chosen parameters as pictured below and click Enter.
Step 3: Go to your site to check out the
results.