Tony Sangha
Home
  • DFW2Excel now with Hyperlink Support

    Oct 12, 2017 NSX-v Automation Powershell DFW

    So it’s been close to a year since I took this tool out of the murky depths of my ~/code folder and put it on GitHub and during the last twelve months, I have made some minor improvements here and there. But since I’ve been using it, I found although it documents the contents of the DFW configuration well enough, …

    Read More
  • Human Logic, Robot Automation

    Aug 3, 2017 NSX-v Automation Powershell PowerNSX

    Automation is one of several tech buzz words of late, and it’s one that has caught on amongst most infrastructure/networking folk. The tech behind the buzzword is Ansible, AWS CloudFormation, vRealize, etc. which provide the capability to automate your infrastructure and start treating infrastructure as code or just to …

    Read More
  • PowerNSX One Liners

    May 11, 2017 PowerNSX NSX-v Automation Powershell

    So instead of using the old point-click method of navigating NSX to find an IP address, firewall rule or service definition, I often find myself using PowerNSX to find that same information. Using PowerNSX comes with the added bonus of extreme speed i.e. not using the pointy-clicky method! Below you’ll find some of …

    Read More
  • Documenting the NSX-v DFW with PowerNSX

    Oct 20, 2016 NSX-v Automation Powershell DFW PowerNSX

    Documenting firewall configuration is challenging at the best of times, in most enterprise networks there are tens of thousands of lines of ACLs that have been added organically over time to any number of firewalls. Documentation of said policy is normally the actual configuration that you see on the console in front …

    Read More
  • Hyper-V 2.0: Get all VM’s in Cluster

    Feb 12, 2015 Hyper-v Powershell

    Quick script to find all VM’s running in a Hyper-V cluster (Windows 2012). You will need to run this command on a Hyper-V host in powershell. 1$clusterNodes = Get-ClusterNode; 2ForEach($item in $clusterNodes) 3{Get-VM -ComputerName $item.Name; }

    Read More

Tony Sangha

Yet another tech blog... | Opinions are my own
Read More

Featured Posts

  • Human Logic, Robot Automation
  • Documenting the NSX-v DFW with PowerNSX

Recent Posts

  • vRealize Network Insight Searches
  • PowerNSX and vRA
  • DFW2Excel now with Hyperlink Support
  • Human Logic, Robot Automation
  • PowerNSX One Liners
  • vRNI Console Password
  • My list of NSX-v resources
  • NSX-v Central CLI Packet Capture

categories

CISCO 16 VMWARE 15 APPLE 1 GOOGLE 1 LINUX 1 MICROSOFT 1 PYTHON 1

tags

NSX-V 11 ISE 8 AUTOMATION 6 IDENTITY 6 NETWORKING 5 POWERSHELL 5 ASA 4 POWERNSX 4 TCPDUMP 3 DFW 2 DMVPN 2 MACOS 2 OSPF 2 ROUTING 2
All tags
API1 APPSCRIPT1 ASA4 AUTOMATION6 DFW2 DIAGRAMS1 DMVPN2 GOOGLE-DRIVE1 HYPER-V1 IDENTITY6 IMESSAGE1 IPSEC1 ISE8 LOAD-BALANCING1 MACOS2 NETWORKING5 NSX-V11 OSPF2 POWERNSX4 POWERSHELL5 PYTHON1 ROUTING2 TCPDUMP3 TIPS/TRICKS1 UBUNTU1 UPGRADES1 VPN1 VRA1 VRNI2 WLC2 WORKSTATION1
[A~Z][0~9]

Copyright © 2020 TONY SANGHA. All Rights Reserved