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" - +```