From d6cf6aeac0d596c58710484f9f6a02c0297fde67 Mon Sep 17 00:00:00 2001 From: LocalGitty <42035526+lgitty@users.noreply.github.com> Date: Sat, 25 Jan 2020 12:26:07 +0200 Subject: [PATCH] minorfix --- .../description.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File Management/Powershell cmdlet for getting the number of files in a folder/description.md b/File Management/Powershell cmdlet for getting the number of files in a folder/description.md index 2b12c4d7..3bb54658 100644 --- a/File Management/Powershell cmdlet for getting the number of files in a folder/description.md +++ b/File Management/Powershell cmdlet for getting the number of files in a folder/description.md @@ -57,11 +57,11 @@ The following libraries (SharePoint Online SDK) are required. If those libraries -PowerShell +````PowerShell # Paths to SDK. Please verify location on your computer. 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" - +```