Delegate “logoff” permission RDS 2012
Recently I had a challenge with delegating the permission to logoff sessions to a group of users on...
Error when expanding disks in Windows Server 2008
If you try to expand disks on a Windows Server 2008 and you get an error message like...
IPconfig is blank (Windows IP Configuration)
Recently I found that a server lost it’s IP configuration, or so it looked like. When runnin the...
Java security settings
Java 7u51 has been a headache so far with security settings, especially on a terminalserver. I needed to...
Delete old files from commandline
To quickly run a command (like delete) on files older than X days in commandprompt: forfiles -p “C:\folder\Subfolder”...
Create a custom event with powershell
To create an event without eventcreate.exe, which is limited to EventID below 1000, you can use powershell. {...
How to find locked out users by using PowerShell
To retrive a list of locked user in Active Directory use these PowerShell commands: 1. start powershell on...
AD: Get lists of users and computers that is not in use
Here i have listed some powershell commands to get lists of users that have never logged in to...
Resize disk in windows server 2003
To extend a disk in windows 2003 use diskpart. To use Diskpart.exe, follow these steps: Open a command...