Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Items Management/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.


2 changes: 2 additions & 0 deletions Licensing/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.


Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
The script loads a single view from a list and displays all of its properties as in the screenshot below.


<br/>


### Requirements


The following script requires:

SharePoint Online SDK

<br/>



### 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"
```
Original file line number Diff line number Diff line change
@@ -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
<br/>


### Requirements


The following script requires:

SharePoint Online SDK


<br/>



How to use?
### How to use?
1. Open the following location:

"c:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\"
Expand All @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It breaks role inheritance for one specified list.



How to use?
### How to use?


1. Download and open the file.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.