Powershell – Get Permissions on folders and/or files

Sometimes it is useful to get permissions (NTFS and/or Share) on Windows systems (Server and/or Client). The following Powershell code will generate, in the same folder in which is saved the ps1 file (once the below code is copied and saved on the system as ps1 file), a CSV file which will include all the permissions (subfolders included) set in that moment. Read More …

Sharepoint – Unlock and Delete a locked Library

Sometimes, some of the libraries and lists in SharePoint, both online and on-premises, might get locked for deletion, meaning you cannot delete them by any means, this is particularly through for Record libraries. Let’s see how to unlock and/or delete a locked library on a Sharepoint site. Read More …

SharePoint – Install SharePoint Client Components SDK

As Sharepoint server developers or administrators, we will have to look for a necessary component that is required when preparing client machines for CSOM based PowerShell development. These components, called Sharepoint Client Components SDK, are available for free by Microsoft. Read More …

Linux – Disabling a webcam or USB ports

Disabling the access to a specific USB device or storage by terminal, in Linux Ubuntu, can be quite useful sometimes, so here is a specific article: disabling a webcam or USB ports, on Linux. Read More …