Add Custom Attributes for Notes Annotation .................. A request to add custom attributes for Virtual Machines when using the fat client. (Web client in 5.1 and 5.5 requires a plugin,…
Install Azure PowerShell Modules
Just some quick notes and links for setting up Azure to be managed by PowerShell https://docs.microsoft.com/en-us/powershell/azure/install-azurerm-ps?view=azurermps-4.0.0 Get-Module PowerShellGet -list | Select-Object Name,Version,Path https://docs.microsoft.com/en-us/powershell/azure/install-azurerm-ps?view=azurermps-4.0.0#how-to-get-powershellget # Install the Azure Resource Manager modules…
Bulk Virtual Machines Deployment and Zero Clicks Part 1
A recent project revisited deploying virtual machines via PowerCli. Its fair to say this isn’t a new tool but sometimes over looked. Part 1 / Part 2 My requirements were…
Bulk Virtual Machines Deployment and Zero Clicks Part 2
Based on the CSV file used to create the VMs, re-use the CSV to control Part 1 / Part 2 What else can I do now? Delete Computer Objects from…
Check if an AD user has a roaming profile configured (PowerShell) – OneScript Team
Check if an AD user has a roaming profile configured (PowerShell) This script can query specified active directory users whether or not a roaming profile was configured. Scenarios IT admins…
PowerActions for vSphere Web Client
PowerActions 1.5.0 is now available for vSphere 6.0 Web Client http://blogs.vmware.com/PowerCLI/2015/06/good-news-poweractions-now-available-vsphere-6-0-web-client.html "PowerActions integrates the vSphere Web Client and PowerCLI to provide complex automation solutions from within the standard vSphere management…