当前位置:网站首页>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 .
边栏推荐
- 3dslam with 16 line lidar and octomap
- Rust基础入门之(基本类型)
- Introduction to deep learning (II) -- univariate linear regression
- 【实战项目】自主web服务器
- 1094 the largest generation (25 points)
- "Hands on deep learning" pytorch edition Chapter II exercise
- [batch dos-cmd command - summary and summary] - CMD window setting and operation command - close CMD window and exit CMD environment (exit, exit /b, goto: EOF)
- Celebrate the new year together
- Training method of grasping angle in grasping detection
- Webapidom get page elements
猜你喜欢
![[set theory] relation properties (transitivity | transitivity examples | transitivity related theorems)](/img/c2/87358af6b2b2892a6eceb751b3b60c.jpg)
[set theory] relation properties (transitivity | transitivity examples | transitivity related theorems)

微服务常见面试题

求质数的方法

es7创建索引容易犯的错误

appium1.22. Appium inspector after X version needs to be installed separately

(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)

大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南

Gbase8s composite index (I)

BIO、NIO、AIO区别
![[practical project] autonomous web server](/img/99/892e600b7203c63bad02adb683c8f2.png)
[practical project] autonomous web server
随机推荐
Classification and discussion of plane grab detection methods based on learning
1095 cars on campus (30 points)
Self introduction and objectives
How to connect the network: Chapter 2 (Part 1): a life cycle of TCP connection | CSDN creation punch in
求质数的方法
appium1.22.x 版本後的 appium inspector 需單獨安裝
Common methods of JS array
Redis expiration elimination mechanism
Gbase8s unique index and non unique index
Use posture of sudo right raising vulnerability in actual combat (cve-2021-3156)
XML Configuration File
C language program ideas and several commonly used filters
Progressive multi grasp detection using grasp path for rgbd images
Introduction to deep learning (II) -- univariate linear regression
Intégration profonde et alignement des séquences de protéines Google
[batch dos-cmd command - summary and summary] - CMD window setting and operation command - close CMD window and exit CMD environment (exit, exit /b, goto: EOF)
Skip table: principle introduction, advantages and disadvantages of skiplist
动态规划——相关概念,(数塔问题)
Yolov5 input (II) | CSDN creative punch in
Web APIs exclusivity