PowerShell

  • VMWare Power CLI Disk Usage

    VMWare Power CLI Disk Usage

    On occasions a audit needs to take place on VMware to see how much disk usage was being taken up by all the VMs PowerCLI is an ideal tool for working this out, and this is how I went about it. lets pull a list of all the powered on VM’s. Below we are filtering…

    More Details: VMWare Power CLI Disk Usage
  • Windows updates via PowerShell

    Windows updates via PowerShell

    So with windows updates being temperamental at times i have found that windows PowerShell also has a module for updates. i have been using it for a while and seems to work every time with out failure. it is super simple. PowerShell Module https://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc Copy the whole module folder (after unzipping) to %WINDIR%\System32\WindowsPowerShell\v1.0\Modules Setup Start…

    More Details: Windows updates via PowerShell