AsBuiltReport / AsBuiltReport.NetApp.ONTAP

A PowerShell module to generate an as built report on the configuration of NetApp ONTAP storage arrays.
MIT License
15 stars 3 forks source link

Add Audit log destination #30

Closed rebelinux closed 2 years ago

rebelinux commented 2 years ago
PS /home/rebelinux> Get-NcClusterLogForward -ONTAPI

Destination           : 192.168.5.1
Facility              : user
Force                 : False
NcController          : 192.168.7.60
Port                  : 614
Protocol              : udp_unencrypted
VerifyServer          : False
ForceSpecified        : True
PortSpecified         : True
VerifyServerSpecified : True

PS /home/rebelinux> 
rebelinux commented 2 years ago

Done!

image