by DeploymentSwede | Jan 30, 2013 | Windows |
Here’s a small script the disable the power save “feature” on the network adapter. The script disables the power save on all physical interfaces, both LAN and WLAN adapters. After the script has been run, you have to restart the computer. The script...
by Admin | Jan 15, 2013 | Other |
I try hard to be an effective Sysadmin both by using processes and techniques such as GTD, Getting Things Done to manage my everyday work, try to follow Inbox Zero to always keep my Inbox empty and I’m always interested in ways to get me more efficient. Some of...
by Admin | Jan 9, 2013 | Windows |
Here’s how to get Schema Version of Active Directory from command line or using PowerShell: Using dsquery: dsquery * “CN=Schema,CN=Configuration,DC=lab,DC=local” -scope base -attr objectversion Using PowerShell: Get-ADObject...