From 710291a496590a221768f40762a22d1c2f994a02 Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Mon, 18 Jan 2021 19:30:27 +0200 Subject: [PATCH 01/10] Update README.md --- Licensing/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Licensing/README.md b/Licensing/README.md index 9c558e35..3421a72c 100644 --- a/Licensing/README.md +++ b/Licensing/README.md @@ -1 +1,3 @@ . + + From 62dfde5dbea93e9fe97380b4ad8059b8422a8312 Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Tue, 19 Jan 2021 20:10:25 +0200 Subject: [PATCH 02/10] Update README.md --- Items Management/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Items Management/README.md b/Items Management/README.md index d2f8a3c5..00ee058f 100644 --- a/Items Management/README.md +++ b/Items Management/README.md @@ -1,2 +1,3 @@ . + From cbe2a04d4920cc705e48b7c9cf8971c779605126 Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Wed, 20 Jan 2021 23:56:09 +0200 Subject: [PATCH 03/10] Update README.md --- .../Break role inheritance for a single list/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Permissions/Powershell/Break role inheritance for a single list/README.md b/Permissions/Powershell/Break role inheritance for a single list/README.md index a4449c6d..42e3e6ce 100644 --- a/Permissions/Powershell/Break role inheritance for a single list/README.md +++ b/Permissions/Powershell/Break role inheritance for a single list/README.md @@ -6,7 +6,7 @@ It breaks role inheritance for one specified list. -How to use? +### How to use? 1. Download and open the file. From 3c053bce5257ef5317f4b0d1164641ea31803305 Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Thu, 21 Jan 2021 23:05:18 +0200 Subject: [PATCH 04/10] Create README.md --- .../README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Versioning/Enable versions for selected sites and their subsites/README.md diff --git a/Versioning/Enable versions for selected sites and their subsites/README.md b/Versioning/Enable versions for selected sites and their subsites/README.md new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/Versioning/Enable versions for selected sites and their subsites/README.md @@ -0,0 +1 @@ +. From f5b86f8769f63edd99519d72b8c7d6fb76fc0911 Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Thu, 21 Jan 2021 23:05:32 +0200 Subject: [PATCH 05/10] Create description.md --- .../description.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Versioning/Enable versions for selected sites and their subsites/description.md diff --git a/Versioning/Enable versions for selected sites and their subsites/description.md b/Versioning/Enable versions for selected sites and their subsites/description.md new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/Versioning/Enable versions for selected sites and their subsites/description.md @@ -0,0 +1 @@ +. From f6a05a2fea109428d093ef9412d85b808ef42286 Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Fri, 22 Jan 2021 18:34:20 +0200 Subject: [PATCH 06/10] Create README.md --- .../Views/Get all list view properties using view GUID/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md diff --git a/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md b/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md @@ -0,0 +1 @@ +. From be474acef4b48f1603b29a38de8b46c046fb1267 Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Fri, 22 Jan 2021 18:35:09 +0200 Subject: [PATCH 07/10] Update README.md --- .../README.md | 56 ++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md b/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md index 9c558e35..6bb68d9f 100644 --- a/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md +++ b/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md @@ -1 +1,55 @@ -. +The script loads a single view from a list and displays all of its properties as in the screenshot below. + +View also similar scripts on Technet Gallery: + +Get all views from a single list and their properties using Powershell +Get all SharePoint Online list view properties using view's name + + + +### Requirements + + +The following script requires: + +SharePoint Online SDK + + + + + +### How to use? +1. Open the following location: + +"c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\" + +If the location exists and you can see + +Microsoft.SharePoint.Client.dll and + +Microsoft.SharePoint.Client.Runtime.dll + +Skip the next step and go to Step 3. + + + +2. If the dlls are not in this location, find them, open the file with the script and correct the following paths to the locations on your computer: + + + +```PowerShell +Add-Type -Path "c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.dll" +Add-Type -Path "c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Runtime.dll" + ``` + +3. Edit the file to add the necessary parameters: + + + +```PowerShell +# Insert the credentials and the name of the admin site +$Username = "ana@etr56.onmicrosoft.com" +$AdminUrl = "https://etr56.sharepoint.com/sites/testflow" +$ListTitle = "Customers" +$ViewGUID = "47FA121F-B26F-4CCD-B785-70DF105597F7" +``` From cff71a4a1070e69b0b31f787a81d95b9c74ca3ef Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Fri, 22 Jan 2021 18:35:29 +0200 Subject: [PATCH 08/10] Update README.md --- .../Get all list view properties using view GUID/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md b/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md index 6bb68d9f..46387211 100644 --- a/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md +++ b/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md @@ -5,6 +5,7 @@ View also similar scripts on Technet Gallery: Get all views from a single list and their properties using Powershell Get all SharePoint Online list view properties using view's name +
### Requirements @@ -14,7 +15,7 @@ The following script requires: SharePoint Online SDK - +
From 2d03a976c5d5c11d36a14b0d7379fafb1c546f16 Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Fri, 22 Jan 2021 18:35:52 +0200 Subject: [PATCH 09/10] Update README.md --- .../Get all list view properties using view GUID/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md b/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md index 46387211..01cf23a1 100644 --- a/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md +++ b/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md @@ -1,9 +1,5 @@ The script loads a single view from a list and displays all of its properties as in the screenshot below. -View also similar scripts on Technet Gallery: - -Get all views from a single list and their properties using Powershell -Get all SharePoint Online list view properties using view's name
From 82a15896098e1f11387a3b726b4f1284f84b78bd Mon Sep 17 00:00:00 2001 From: PowershellScripts <42035526+PowershellScripts@users.noreply.github.com> Date: Fri, 22 Jan 2021 18:35:54 +0200 Subject: [PATCH 10/10] Update description.md --- .../description.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Lists and Libraries Management/Views/Get all list view properties using view GUID/description.md b/Lists and Libraries Management/Views/Get all list view properties using view GUID/description.md index 4b9563d4..01cf23a1 100644 --- a/Lists and Libraries Management/Views/Get all list view properties using view GUID/description.md +++ b/Lists and Libraries Management/Views/Get all list view properties using view GUID/description.md @@ -1,21 +1,21 @@ The script loads a single view from a list and displays all of its properties as in the screenshot below. -View also similar scripts on Technet Gallery: -Get all views from a single list and their properties using Powershell -Get all SharePoint Online list view properties using view's name -Requirements +
+ + +### Requirements The following script requires: SharePoint Online SDK - +
-How to use? +### How to use? 1. Open the following location: "c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\" @@ -34,10 +34,10 @@ Skip the next step and go to Step 3. -PowerShell +```PowerShell Add-Type -Path "c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.dll" Add-Type -Path "c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Runtime.dll" - + ``` 3. Edit the file to add the necessary parameters: