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 @@
.
+
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 @@
.
+
+
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..01cf23a1
--- /dev/null
+++ b/Lists and Libraries Management/Views/Get all list view properties using view GUID/README.md
@@ -0,0 +1,52 @@
+The script loads a single view from a list and displays all of its properties as in the screenshot below.
+
+
+
+
+
+### 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"
+```
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:
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.
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 @@
+.
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 @@
+.