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
▼
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 "...
Saturday, December 30, 2017
Get Windows event logs for last 24 hours using PowerShell
›
Analyzing Windows event logs is one of the daily tasks of most IT administrators. And especially if you have more number of servers in your ...
Microsoft PowerShell Help System
›
In this article I will explain briefly about the different ways of using "help" in PowerShell. "Help" is the most import...
‹
›
Home
View web version