How can Intune manage client desktop computers?

What will be an ideal response?


Microsoft Intune can manage computers that are typically not thought of as mobile devices, including domain-joined workstations and stand-alone computers. These computers can be managed via Intune by installing an Intune client on the local computer. The Intune client provides the mechanism for providing status information, installing software updates, managing apps, enabling and managing Endpoint Protection, updating Windows Firewall settings, and enabling remote assistance.

Computer Science & Information Technology

You might also like to view...

Will the following program terminate?

``` int balance = 10; while (true) { if (balance < 9) continue; balance = balance - 9; } ``` A. Yes B. No

Computer Science & Information Technology

Each object has ________ or data and ________ or behavior.

a) properties, attributes b) attributes, properties c) attributes, methods d) methods, attributes

Computer Science & Information Technology

It is not possible to extract analytical data from operational databases.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You cannot use CSS styles to format text in div tags, instead you must use the Font panel.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology