it automation - powercli
Category: Automation
Automate VMFS6 Upgrade – Update-VMfsdatastore cmdlet
By now you must be switching onto vSphere 6.5. During this time you would have also figured it out that there is no online upgrade for VMFS5 to VMFS6, which means that there is a little bit of planning would require to upgrade your VMFS datastores to VMFS6 version. As of now, the most common … Continue reading Automate VMFS6 Upgrade – Update-VMfsdatastore cmdlet
Setting Up VSCode for PowerShell in 3 easy step
Recently I have switched from PowerShell ISE to VSCode for script development. I was very comfortable with PowerShell ISE except it's "intellisense" feature which used to hang my system a lot. Switching to VSCode certainly improved my development experience and gave me a better tool for debugging and testing my Powershell scripts. VSCode is an open-source … Continue reading Setting Up VSCode for PowerShell in 3 easy step
VMware Home Lab – Ravello
After a long time, I am coming back here and sharing my work, experience, and thoughts with all of you. A year back I started writing blogs about technology but it quickly went under the carpet and couldn't able to continue the same. I felt that without having my own lab i won't be able … Continue reading VMware Home Lab – Ravello
My Failed Attempt with PowerShell DSC + VMware !
The Idea: Have a DSC Configuration for vSphere which get status of vSwitch Security Policies like Forged transmit, Promiscuous mode and MAC address change. All 3 security settings must be set to Reject. DSC Configuration should set above 3 settings to Reject if it is not. And finally apply this configuration to all ESXi host … Continue reading My Failed Attempt with PowerShell DSC + VMware !
ESXCLI+PowerCLI: Perfect fusion for ESXi
Hello Everyone, In this post I will discuss about managing ESXi hosts using ESXCLI and PowerCLI. Yes, You got it right. ESXCLI is one of the widely used command line interface for ESXi whereas PowerCLI is a PowerShell based snap-in for VMware. ESXCLI is intended to provide a single set of commands to perform host … Continue reading ESXCLI+PowerCLI: Perfect fusion for ESXi