Guest User

Untitled

a guest
Apr 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $pnpTemplate = @'
  2. {
  3. "$schema": "schema.json",
  4. "actions": [
  5. {
  6. "verb": "createSPList",
  7. "listName": "Customer Tracking",
  8. "templateType": 100,
  9. "subactions": [
  10. {
  11. "verb": "SetDescription",
  12. "description": "List of Customers and Orders"
  13. }
  14. ]
  15. }
  16. ],
  17. "version": 1
  18. }
  19. '@
  20.  
  21. Add-SPOSiteScript -Title "Create Column RnD" -Content $pnpTemplate
Add Comment
Please, Sign In to add comment