Tag: vSphere
-
Create NSX-T Segments using powerCLI Script
Before running the script you’ll need the following: Script file can be accessed here along with an example txt file: https://github.com/PhilCDW/NSXTCreateSegments/blob/c1203d93948a3623dfb1b9732a20022ea04fd860/CreateNSXTSegments.ps1 The Script will ask the following: Input your NSX-T FQDN:Credentials for NST-TInput your Transport Zone ID. Another script I’ve uploaded is delete segments using a CSV file, can be useful if you make any…
-
ESXi vmkping command
This is a post about using the VMKping command on ESXi, something that each time i’m using it i have to double check i have the command correct. (-s & -d are key for me) Some examples (1) Basic ping command: vmkping x.x.x.x (2) Ping command out of a certain vmk interface: vmkping -I vmk1…