Microsoft ADFS (Active Directory Federation Services) has a feature known as extranet lockout and extranet smart lockout. ADFS extranet smart lockout allows you to differentiate between sign-in...
Category: Powershell
There are many Powershell scripts to determine the operating system version, but determining is the edition is a bit harder. You might need this information for certain applications. The information...
One of our users suddenly had this issue, this user had over 340.000 contacts most of them duplicates. As it turns out it was a syncing issue with his mobile phone. Deleting 340.000 contacts using...
Exchange Custom Attribute editor with GUI, written in Powershell
Microsoft Exchange extends the default Active Directory schema with some additional attributes, also known as custom attributes. These extra free fields are very handy, we use them for example for...
Disable hibernation on multiple Windows 2008 servers using Windows Powershell
By default hibernation is disabled on Windows 2008 server machines. However, a file called "hiberfil.sys" (equally sized to the amount of memory in the machine) is created in the root of the system...
Mass creation of HP WSEM WiFi guest accounts using SSH and PowerShell
I was asked to create 365 (1 year) of WiFi (daily) guest access accounts, and export them to CSV. Of course I didn't want to create them by hand.. this is where PowerShell came in. I used the...