Robocopy sync with logfiles small tutorial

Hi everyone, doing on-premises project you often need to copy files from site A to site B. You need to sync folders or files or anyother things. Therefor robocopy is a small and integrated solution in windows environments. It’s integrated by default from Windows Vista and Server 2008 and above. If you have any older …

Generate robocopy jobs from foldername automatically

Generate robocopy jobs from foldername automatically Hi there, from time to time I’m migrating some small fileservers. Often I have to create a hole new folder structure for the new fileserver. When the structure is available of course I have to migrate the data, by using robocopy. But it is difficult to copy all data …

Windows Fileserver Ressource Manager (FSRM) update Ransomware List from multiple TXTs and compare via powershell

Windows Fileserver Ressource Manager (FSRM) update Ransomware List from multiple TXTs and compare via powershell Lots of people today concerning about ransomware and how to prevent their network before encryption.  There are quite few articels where you can find to configure fsrm on Windows File Server which does not allow special extensions for files etc. …

Folder owner should not be able to change permissions / OWNER Rights explained for NTFS security

Folder owner should not be able to change permissions / OWNER Rights explained for NTFS security Some time ago we had a interesting discussion concerning ownership of folder which were created by regular users. Standard behaviour: as user who has created the folder you have FULLACCESS to it and you are able to change permissions …

Generate a folderstructure with the help of powershell from template with NTFS permissions

Generate a folderstructure with the help of powershell from template with NTFS permissions some customer asked me to help them creating a special folderstructure with ntfs permission in some subfolders. In my case we want to break inheritance beginning this subfolder. Have a look at this simple structure We want to generate a new project …