Problem uninstall dotNet Framework

If you have issues uninstalling whatever version of dot NET Framework, try uninstalling with the .NET Framework Cleanup Tool. Download it here: http://blogs.msdn.com/astebner/pages/8904493.aspx

Softgrid: Clear the AppV cache

Many AppV client issue’s are solved by clearing the virtual application cache.  Also while troubleshooting sequenced applications whipping the cache is a common task.  Here are several possibilities to clear …

About page not found in WordPress

Set your desired permalink for your blog and add this code in the your .htaccess file (in the root of the WordPress installation); # BEGIN WordPress <IfModule mod_rewrite.c>ErrorDocument 404 /index.php?error=404RewriteEngine …

Enumerate user memberships with Powershell

Enumerating user memberships is a common task to perform.  Unlike other scripting languages, with Powershell it’s a one-line action. First download/install Quest AD Tools, and add them: add-pssnapin quest.activeroles.admanagement I …