Import Users into iRedMail with a CSV file.
iRedmail is a great open source email server, however, importing a large number of users can represent a challenge when using the provided import scripts. Depending on the method, some… Read more »
iRedmail is a great open source email server, however, importing a large number of users can represent a challenge when using the provided import scripts. Depending on the method, some… Read more »
This PowerShell script will give you some options to search Active Directory users: Report Locked Accounts Report Expired Accounts Report Expired Passwords Report Enabled accounts that have no recent activity… Read more »
This script will disable the Hyper-V Time Synchronization Integration Service, for all VMs in a VLAN you specify. The VLAN would be the “tagged” network within a the Virtual Machines… Read more »
With cybersecurity being a hot topic throughout media, business, and IT worlds, I thought that Microsoft would have strengthened their efforts to de-bloat the Windows Server 2016 family, but that… Read more »
We recently had a project that needed 164 SharePoint sites to be created across development, testing, and production environments. The sites would be created prior (with other scripts on the… Read more »
I had been deploying Polycom SoundStation IP7000 phones, when I found that DHCP reservation names kept updating to “Polycom_<mac_address of phone>,” from the reservation name that was set by system… Read more »
I needed to query a database table with PowerShell and manipulate the results, preferably in a data table. I found querying this information was possible, but the results would be… Read more »
Sometimes you will find a “time” value in an application or database (normally on the back-end of an application) that is really a Unix Timestamp. Also known as “EPOCH,” the… Read more »
Search in files with PowerShell and return files, line numbers. The script in this article will allow you to enter a search directory and the value you’re looking for. As the… Read more »
Parse a PowerShell string is something that may need to be done when handling a report or log file. Looking around the net on how to parse a PowerShell string,… Read more »