Sort Windows Network Adapter by PCI Slot via PowerShell
If you work with Windows, Windows Server or Hyper-V you know that before Windows Server 2012 Windows named the network adapters randomly....
Configure Hyper-V Host Network Adapters Like A Boss
If you are working a lot with Hyper-V and Hyper-V Clustering you know that something that takes a lot of time is configure the Hyper-V...
Run Remote Powershell Commands on multiple standalone Computers
With this little Powershell Script you can run Powershell Commands on multiple Remotehosts even if...
Powershell: Send Tweet
For some reason your Powershell script should send a Tweet. With this function Powershell will send a message to Twitter. function...
Powershell: Invoke-Expression
Using the Invoke-Expression Cmdlet: The Invoke-Expression cmdlet provides one way to run a script from within Windows PowerShell....