Export AD User Details
To list the name, department, and manager of all users in an Active Directory OU: Full documentation of Dsquery user and Dsget user.
To list the name, department, and manager of all users in an Active Directory OU: Full documentation of Dsquery user and Dsget user.
While investigating unusual WordPress behavior, I needed a way to log all queries to a file for detailed analysis, but stream a subset to the console. This wp-config parameter and snippet in functions.php (from Bob Sherron) logs all queries to … Continue reading
Capital Bikeshare just posted quarterly Trip History Data. I’ve imported the files into Google Fusion Tables: 2011-4th-quarter 2011-3rd-quarter 2011-2nd-quarter 2011-1st-quarter 2010-4th-quarter
The Android WebDriver docs imply that you need the Android SDK and a USB connection to run Selenium tests on an Android device. This is not the case. You can run the WebDriver APK and connect via Wi-Fi. On your … Continue reading
I use Selenium (via the Python bindings) for automated browser testing. My current project needs to run as fast as possible, so I compared the executions speed of a small test script in various browsers, both directly via WebDriver and … Continue reading