Run Remote Powershell Commands on multiple standalone Computers
With this little Powershell Script you can run Powershell Commands on multiple Remotehosts even if those are not in an Active Directory. #...
Quick Powershell Remoting Guide
This is small guide which allows you to create Remote Powershell Sessions (like SSH). It allows you to create connection to Host which have...
PowerShell: Delete Files older than
This is a simple PowerShell script which deletes Files older than some days. You can use it to...
Quest released PowerGUI® Pro and PowerGUI® 2.3
Quest released PowerGUI Pro and PowerGUI 2.3. Both get really cool new features. In the Pro version the most changes are done in the...
PowerShell for System Center Virtual Machine Manager and Hyper-V
This little HowTo shows you how can you get tasks on System Center Virtual Machine Manager done, by using Windows Powershell. Load...
Powershell iTunes v1
In the last days I worked with Powershell and ComObjects. It turned out that iTunes is a really...
PowerShell FTP upload and download
A friend asked me if Powershell can do simple file up and downloads. My answer was, yes of course, very easy. So this is a post with a...
How to Backup a Sharepoint 2010 Site Collection with Powershell
Okay for a real backup solution you should use a backup software like Microsoft System Center Data Protection Manager or Symantec Backup...
How to download files with Powershell
This should show you how you can download a file with Powershell. This is not a script or function...