Hi all,
Can we Export the RV tools Report through Power Cli script.
I could get the details from RV tools per VC , but i want to get details of RVtools report of multiple VCs in sheet
from Power Cli script.
E.g.
RVTools.exe -passthroughAuth -s VM01.ze.zk.com -c ExportAll2xls -d %EXPORTDESTINATION% -f VM01_%RUNDATETIME%.xls
START /WAIT RVToolsSendMail.bat smtpek.us.zk.com 25 VMwareMEmailNotifications@ZK.comVMSV49_RVTooolsExport@ZK.com %LOG_FILE_ARCHIVE% >> %LOG_FILE_2% 2>&1
Thanks in advance.
vmk2014