vineethac.blogspot.com
A blog on SDDCs, Kubernetes, PowerShell, and Python.
Pages
(Move to ...)
Home
Index
vSphere with Tanzu
vRealize Operations (vROps)
VMware PowerCLI
PowerShell
Python
Kubernetes and Containers
Generative AI and LLMs
▼
Wednesday, February 28, 2018
Working with Dell EMC PowerFlex REST API using PowerShell - Part 1
›
In this article, I will explain briefly how to work with REST API exposed by PowerFlex ( formerly known as ScaleIO and VxFlex OS Software) ...
Monday, February 5, 2018
PowerShell Remoting
›
Remoting is a feature that helps you manage Windows infrastructure in scale. It uses WS-MAN protocol implemented using WinRM. PS Remoting is...
Monday, January 29, 2018
PowerShell Pipeline and object filtering
›
Pipeline is a functionality in PowerShell where it allows the output of a cmdlet to be used as input to the next cmdlet in the pipeline and ...
PowerCLI to remove orphaned VM from inventory
›
Recently I came across a situation where one of the VM running on ESXi 6.0 was orphaned. This happened after I updated the ESXi with a patch...
Active Directory Audit using PowerShell
›
Most of the organizations will conduct an audit of their active directory infrastructure once in three or six months as part of a regular cl...
Tuesday, January 2, 2018
Objects, properties and methods in PowerShell
›
An object is something which has a set of properties that describes it and set of methods which are the actions you can perform on it. Lets ...
Monday, January 1, 2018
Avoid disasters in PowerShell
›
WhatIf If you are unsure about the operation or action that is going to happen after executing a PowerShell cmdlet, use " WhatIf "...
‹
›
Home
View web version