This script helps to remove all user mappings from a specific poolInput –> Pool idWorks with Horizon Cloud on Hosted Infrastructure / DAAS but not useful for Horizon Cloud on Azure
Tag: PowerShell/PowerCLI
PowerCLI – Find the clusters with NSX VIBs not showing as ready
A simple script to find NSX VIBs status in NSX-V
Horizon Cloud / Horizon DAAS Rest APIs – PowerShell – VM to User mapping
This script helps With User to VM mapping assignments.Input –> CSV FileWorks with Horizon Cloud on Hosted Infrastructure / DAAS but not useful for Horizon Cloud on Azure CSV file should be in below format
PowerCLI – Enabling SSH to ESXi host and execute esxcli commands
Simple PowerCLI script to enable SSH on Esxi server and run esxcli commands
VSAN Disks Health Check Report
Using PowerCLI , we can check whether a disk in error state in VSAN cluster
PowerCLI – Simple scripts – 01 (VM Exists, Reboot, Stop & Delete)
At sometimes the simple scripts are useful to accomplish a complex task. rather than spending hours manually going through UI search and act, we can create simple PowerShell/powercli scripts. In this article we will discuss few of them. Check whether the VM exists in a specific cluster (remove cluster if you would like to target […]
Change network adapter for multiple VM’s in a cluster
A simple script for changing the network adapter for multiple VM’s in a cluster. since we are looking for VM’s in a specific cluster, we are using get-cluster multiple times.
PowerShell – Useful SCCM client status check scripts
At the time patching cycles starts, every windows admin must go through a lot of pain in troubleshooting patch installation failures wrt to SCCM status, version, site code, etc.So, before the patching cycle start, we can just execute a few of the below scripts to find whether SCCM client health is good or not. SCCM […]
Powershell/PowerCLI – Capacity report for virtual machines
If your company won’t have any capacity reporting tools, then vCenter helps in getting some useful data about how the VM’s are getting utilized wrt to CPU/Memory.The below script helps in getting the reports on average for the weekdays. At times it’s useful to inform management to add some CPU/Memory to those highly CPU/Memory utilized […]
PowerShell – Find Disabled users accounts from Active Directory
If you get a requirement to find disabled user accounts and find the account is a contact from a list of user accounts, below a simple PowerShell script will help