• Configure WebDAV for SCCM 2007 using AppCmd and PowerShell

    If you are one of SCCM administrators and one of you nightmares is the bulk of error messages you receive due to misconfiguration of IIS WebDAV settings, and you are looking for a way to kill you pain. So, it’s my pleasure to inform you that finally...
  • Reset your Windows Sever 2008 / R2 Domain Controller administrator password

    It’s possible to reset your Windows Sever 2008 / R2 Domain Controller administrator password using your installation CD. 1. Restart your Windows server 2008 DC with the installation CD 2. Choose your language and click next 3. Select...
  • Change Outlook attachment security settings using PowerShell

    Sometimes, when you receive an e-mail in outlook with an attachment, you receive a message informing you that outlook blocked access to this unsafe attachment. You receive this message due to a security feature in outlook that blocks attachments...
  • Download all SharePoint 2010 prerequisites on one-click using PowerShell

    Dear SharePoint Geeks, I’m writing this post to share with you a very interesting PowerShell script called “ AutoSPInstaller ”, this script developed by Brian Lalancette for an easier SharePoint 2010 deployment process.This script...
  • How to Generate a Secure Random Password using PowerShell

    The goal of this post is to show you how you can use Windows PowerShell to call .NET Method(). Simply, all you have to know is the namespace, assembly name, and the method name. So, how can I do that ?! Load the required assembly in your PowerShell...