Set expirationdate with powershell from csv bulk import

Set expirationdate with powershell from csv bulk import In many companies you can find useraccounts which are not used anymore in the company but which are still active. A good option is to provide the account with an expiration date. For this I developed a small script. First of all here is a command to …

dkmi DomainKeys Identified Mail in Office 365 Exchange Online How to

dkmi DomainKeys Identified Mail in Office 365 Exchange Online How to For some time, a new option DomainKeys Identified Mail (dkmi) has been added to Exchange Online (Office 365) under the tab “Protection” This setting provides another way to counter phishing and other manipulation mechanisms in mail traffic. This feature is already included with Exchange …

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 …