you are the administrator for an organization that uses a hybrid onsite and azure network. you use microsoft azure log analytics workplace to collect all of the event logs from the computers at your organization. you have a computer named laptop1. laptop1 has windows 10 loaded on the system. you need to view the events collected from laptop1. which query would an administrator run in log analytics?

Respuesta :

The query that would an administrator run in log analytics is written below.

What is Microsoft?

Microsoft is a multinational technology company, founded by Bill Gates and Paul Allen in 1975, that develops, manufactures, licenses, supports, and sells computer software, consumer electronics, personal computers, and related services. Microsoft is one of the world’s largest and most successful companies, and it has an impressive history of innovation and development. Microsoft has created a wide range of products and services, from operating systems to the  gaming console. Microsoft has also been a leader in the development of artificial intelligence and cloud computing, which has revolutionized the way people work, play, and interact with technology.

The query an administrator would run in Log Analytics to view the events collected from laptop1 would be:

Event

| where Computer == "laptop1"

| project Computer, TimeGenerated, EventID, Level, TaskCategory, ProviderName, Message

| sort by TimeGenerated desc.

To know more about Microsoft click-

https://brainly.com/question/25813601

#SPJ4