Mass update of distribution list members – Powershell

Mass update of distribution list members – Powershell
Some time ago I had to perform update of one of DLs with all mails from company. I prepared a simple commands and will share it with you. The csv file is the export of emails I want to add. Imported file has 2 columns - surname and email address (primarySmtpAddress). 1st one column is not obligatory…

When AD user password expired ? – PowerShell

When AD user password expired ? – PowerShell
In this short port I publish PS script which in easy way is checking when user password is expired (or when will expire). I am using this in my daily work. This is very simple code. It is getting from user some part of name or surname of AD account, then is searching account and lists all…

Hello !

Hi, since some time I have planned to start blog like that. I am actually working in IT and met a lot of ocassions to write script which helped me in my daily work. It helped me and i hope also will help someone. Will add some scripts, instructions of the some interesting things I am doing.…