PowerShell: Execution of scripts is disabled

This information is available on many sites, but I’m tired of searching for it every few months when I switch laptops/tablets. Whenever you try to run an unsigned PowerShell script, you get the following message: “File C:\Custom\Test.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see “get-help about_signing” for [...]

AD Recycle Bin Tool

Last year Windows IT Pro magazine highlighted ADRecycleBin from Overall Solutions. It’s an excellent free utility to bring back deleted items (or reanimate for earlier Active Directory installations than 2008 R2). It’s a very nice alternative to the built-in feature in Windows Server 2008 R2 and is a drastic improvement over item recovery in earlier versions of [...]

Sysinternals

If you’re in IT working with Windows and haven’t heard of Sysinternals, you may want to check to see if you’ve been living under a rock. Sysinternals started as the community or free arm of Winternals, the money making portion of the company. Microsoft purchased Winternals back in 2006 for its IP and brain-trust. Mark [...]

User Profile Service service failed

While attempting to log onto an Windows Server 2008 R2 system with Exchange 2010 for the first time, I received the following error: “User Profile Service service failed the logon. User profile cannot be loaded.” After much searching, we found that during a reinstall some bits were left in C:\Users\Default\AppData\Local\Microsoft\Exchange Server Once the files therein [...]

WMIC to the Rescue

A recent project had me trying to script the retrieval of the Dell Service Tag. Luckily there’s WMI Command-line to the rescue. From a command line or in a script wmic bios get serialnumber will display or grab the Dell Service Tag. Furthermore, you can use the WMI Command-line to retrieve all kinds of system data and even make [...]

Function Keys at the Command Prompt

This is sort of a noob post, but I’d forgotten about these, even though I use the command prompt almost hourly at work. With a cmd shell open: Press     To Get F1           Last command displayed one letter at a time F3           Repeat last command F5           Displays the last commands one-by-one F7           Displays the command history F8           Cycles [...]

Microsoft Learning Snacks

You may have guessed it already, but they’re bite-sized videos for learning quite a few of Microsoft’s products. Click here for a full list of what’s available, all that is required is Silverlight for viewing. I’m currently watching the eleven videos for Windows 7, part of my studies for an upcoming certification exam, and they’ve [...]

« go backkeep looking »