This small cmdlet will show you how to create a folder with Today’s date using PowerShell, this very handy when creating backup script. Continue reading “Question: How To Create A Folder With Today’s Date Using PowerShell”
Question: How To Schedule A PowerShell script with Windows Server 2008
Answer: Schedule a PowerShell script to run in Windows Server 2008 is very simple compare to windows server 2003. Continue reading “Question: How To Schedule A PowerShell script with Windows Server 2008”
Question:How To Schedule A PowerShell script with Windows Server 2003
Answer: Schedule a PowerShell script to run in Windows Server 2003 requires the use of .bat script that calls a PowerShell scripts. Continue reading “Question:How To Schedule A PowerShell script with Windows Server 2003”
Question:How To Find Which PowerShell Version I’m Using
To find which PowerShell Version your computer is running you simply need to type the following cmdlet: Continue reading “Question:How To Find Which PowerShell Version I’m Using”
Question: How To Use PowerShell Remoting
Answer: Powershell Remoting is a new feature that was introduced with PowerShell 2.0 which allows you to remote control another computer using PowerShell. Continue reading “Question: How To Use PowerShell Remoting”