This is a simple and quick blog post on how to create or add user to vCenter Permission or Roles Using Powershell or PowerCLI. This is very useful since the decomission of the flash client in vCenter and VCSA 6.7u1 and below having limited support for using the browse option when adding a user from…
Month: October 2021
Script: Extensive Script on How to Deploy VMs and Configure the Guest OS Using PowerShell or Powercli
This is an extensive VM deployment script using powershell or powercli, and configuring the guest OS by joining the server to windows AD. You could obviously have a vanilla template and do same as well.
Top 5 PowerCLI Cmdlets that every VMWare Administrator should know!
This is the top five powercli commands every VMware SA should have or know. I would also highly recommend starting out in the vSphere Documentation Center. It’s not really what I would consider bedtime reading but you can find some excellent new cmdlets and see usage. 1. Get-VM It’s a classic. It has been around for…
Top 10 PowerShell commands every Windows admin should know – VirtuallyThatGuy
This is a useful cmdlets every SA should have in their armoury for starting off their automation jorneny 1: Get-Help The first PowerShell cmdlet every administrator should learn is Get-Help. You can use this command to get help with any other command. For example, if you want to know how the Get-Process command works, you…