当前位置:网站首页>Export the altaro event log to a text file
Export the altaro event log to a text file
2022-07-03 05:19:00 【kevin20182019】
If you need to list by operation type Altaro Assignment list , Or just a complete list of all assignments , You can follow the steps below :

Navigate to run Altaro Management console machine
Make sure Altaro From [ notice ] The menu is logged to the event log
Open... With elevated permissions PowerShell
Just in PowerShell Paste the following command in the console :
$AltaroEvents = get-winevent -FilterHashtable @{Logname='Application';ID=5000, 5001, 5002, 5003, 5004, 5005, 5007} -MaxEvents 1000 | Format list $AltaroEvents >> C:\AllAltaroEvents.txt
After completion , It will create .txt file , It includes from Altaro VM Backup Create the latest 1000 Entries
Be careful : The default values entered in the command will be collected by Altaro VM Backup Create the latest 1000 Entries , You can modify the following parts from the command as needed :
Id card ; By entering the following corresponding event ID, Choose whatever you need :
event ID 5000 - Successful backup events event ID 5001 - Warning backup events event ID 5002 - Failed backup events event ID 5003 - Successful restore or validation events event ID 5004 - Failed restore or validation events event ID 5005 - Successful offsite replication events event ID 5007 - Failed offsite replication events
MaxEvents; Number of entries to export . It will start with the most recent entry .
边栏推荐
- 1107 social clusters (30 points)
- Pytorch through load_ state_ Dict load weight
- 在PyCharm中配置使用Anaconda环境
- Covering Safari and edge, almost all mainstream browsers have realized webgl 2.0 support
- Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn
- 小学校园IP网络广播-基于校园局域网的小学IP数字广播系统设计
- Force GCC to compile 32-bit programs on 64 bit platform
- 1103 integer factorization (30 points)
- Go language interface learning notes
- Common methods of JS array
猜你喜欢

Common interview questions of microservice

配置xml文件的dtd

Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN

leetcode406. Rebuild the queue based on height

Deploy crawl detection network using tensorrt (I)

Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)

appium1.22.x 版本后的 appium inspector 需单独安装

Use posture of sudo right raising vulnerability in actual combat (cve-2021-3156)

Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in

音频焦点系列:手写一个demo理解音频焦点与AudioMananger
随机推荐
Brief introduction of realsense d435i imaging principle
ninja: build stopped: subcommand failed.
Ueditor, FCKeditor, kindeditor editor vulnerability
Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
study hard and make progress every day
Go language interface learning notes
cookie session jwt
"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released
Go practice - gorilla / handlers used by gorilla web Toolkit
Classification and discussion of plane grab detection methods based on learning
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
leetcode860. Lemonade change
【批处理DOS-CMD命令-汇总和小结】-CMD窗口的设置与操作命令-关闭cmd窗口、退出cmd环境(exit、exit /b、goto :eof)
Introduction to deep learning (II) -- univariate linear regression
About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
1111 online map (30 points)
SimpleITK学习笔记
Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
Go practice -- closures in golang (anonymous functions, closures)
JQ style, element operation, effect, filtering method and transformation, event object