Scenario 22

< Back | Next>

Scenario:

You are the administrator of a large vSphere environment, where management automation is extremely important. You use PowerCLI to create detailed reports containing information that is not readily available in the vSphere Client. You need to produce a report on the firewall configuration of all your ESXi hosts.

Requirements:

Environment Information:

VDCA510 Objective: 7.2 Configure and Maintain the ESXi Firewall
VDCA550 Objective: 6.1 Secure a vSphere Environment

Guide Reference(s):

 

Click Here For Solution

 

Solution

Get-VmHost host-01.vclass.local | Get-vmhostfirewallException | Where{$_.Enabled}