You are an administrator with 550 devices to enroll into Intune. You choose to bulk enroll them. Which other software will you need to build the package necessary to bulk enroll the devices via USB or network location

Answers

Answer 1

Answer: Windows Configuration Designer (WCD)

Explanation:

The other software that will be needed to build the package which is vital in bulk enroll the devices through USB or network location is Windows Configuration Designer (WCD).

Windows Configuration Designer typically allows the configuration of several aspects of Windows devices such as Active Directory, Connect to WiFi, Device name, and install applications.


Related Questions

cuales son los signos de exel

Answers

Answer

explanation

Operador de comparaciónSignificadoEjemplo< (signo menor que)Menor que=A1<B1>= (signo mayor o igual que)Mayor o igual que=A1>=B1<= (signo menor o igual que)Menor o igual que=A1<=B1<> (signo distinto de)No es igual a=A1<>B1

Answer:

¿Qué quieres decir?

Explanation:

When you assign a value of one data type to a variable of another data type, Visual Basic attempts to perform ________ type conversion. Group of answer choices

Answers

Answer: implicit

Explanation:

When a value of one data type is assigned to a variable of another data type, then Visual Basic attempts to perform an implicit type conversion.

Implicit type conversion, simply refers to when one data type is converted automatically by Python to another data type. It should be noted that no user involvement is needed.

Which activity is the best example of a negative habit that may result from
heavy computer and Internet usage?
A. Playing web-based games instead using social media
B. Shopping online in order to find a gift for a friend
c. Using apps for driving directions instead of using a paper map
O D. Avoiding local friends in order to play online games
SUBMIT

Answers

Answer:

D

Explanation:

Any of these is an example, but the most drastic would be D, Avoiding local friends in order to play online games

A Web site uses several strategies to prevent unauthorized individuals from accessing user accounts. Which of the following is NOT an example of multifactor authentication?

Answers

Answer: “When a user enters an incorrect password more than two times in a row, the user is locked out of the account for 24 hours.”

An attacker has obtained the logon credentials for a regular user on your network. Which type of security threat exists if this user account is used to perform administrative functions

Answers

Answer:

privilege escalation.

Explanation:

An access control can be defined as a security technique use for determining whether an individual has the minimum requirements or credentials to access or view resources on a computer by ensuring that they are who they claim to be.

Simply stated, access control is the process of verifying the identity of an individual or electronic device. Authentication work based on the principle (framework) of matching an incoming request from a user or electronic device to a set of uniquely defined credentials.

Basically, authentication and authorization is used in access control, to ensure a user is truly who he or she claims to be, as well as confirm that an electronic device is valid through the process of verification

Hence, an access control list (ACL) primarily is composed of a set of permissions and operations associated with a user account or new technology file system (NTFS) file such as full control, read only, write, read and execute and modify.

In this scenario, an attacker or hacker was able to obtain the logon credentials for a regular user on your network. Thus, the type of security threat which exists if this user account is used by the attacker or hacker to perform administrative functions is privilege escalation.

Privilege escalation can be defined as a network or security threat which involves the exploitation of a design flaw, bug or unsecured configuration settings in a software program (application), operating system (OS), computer system, etc., so as to have an unauthorized access and gain more permissions, elevated rights or privileges that are normally protected from a user account or software program.

Hence, when an attacker or malicious user such as a hacker gains an unauthorized access to the privileges of another user account beyond what is intended or entitled to a user, it is known as privilege escalation.

Select the correct answer
Kevin is scanning oild images from his cliene Ibany. He might use these scanned images in the college magazine. He might also use them an
the college website. What is the best practice for Rento failow when scanning the images?

A
scan the images with 72 DPI
B. Scan only the images that are ideal for a website
с. Scan the images with 150 DPI
D. Scan the images with 600 DPI
E. Scan the images that are ideal for a magzine

Answers

Answer:

b

Explanation:

scan the images with 72DPI

what is computer generation.
name that generations ​

Answers

Generation in computer terminology is a change in technology a computer is/was being used. Initially, the generation term was used to distinguish between varying hardware technologies. Nowadays, generation includes both hardware and software, which together make up an entire computer system.

Generation & Description
1 First Generation
The period of first generation: 1946-1959. Vacuum tube based.

2 Second Generation
The period of second generation: 1959-1965. Transistor based.

3 Third Generation
The period of third generation: 1965-1971. Integrated Circuit based.

4 Fourth Generation
The period of fourth generation: 1971-1980. VLSI microprocessor based.

5 Fifth Generation
The period of fifth generation: 1980-onwards. ULSI microprocessor based.

1940 – 1956: 1st generation – Vacuum Tubes based.

1956 – 1963: 2nd generation – Transistors based.

1964 – 1971: 3rd generation – Integrated Circuits based.

1972 – 2010: 4th generation – Microprocessors based.

The present and future: 5th generation – Artificial intelligence based.

We can draw crescent using ?

Answers

Answer:

I think it's B

hope this helps

have a good day :)

Explanation:

An IT suspects that an unauthorized device is connected to a wireless network. This is a result of passkey sharing on a device brought from home. What is put in place to stop such activity

Answers

Answer:

In the router settings you can just block/ban/remove access to the unauthorized device.

what is the difference btween a microcontroller a mini computer?

Answers

Answer:

The latter is also present in both Microcontrollers and Microcomputers; both of which are essentially the same but built for different purposes: the microcontroller does basic logic and requires little time and components to do so, whilst the microcomputer does heavier computation and requires a longer time and more power to do so.

Answer:

The latter is also present in both Microcontrollers and Microcomputers; both of which are essentially the same but built for different purposes: the microcontroller does basic logic and requires little time and components to do so, whilst the microcomputer does heavier computation and requires a longer time and more power to do so.

Input the time in hours. Calculate and print the time in minutes and seconds. [I hr = 60 minutes]

Answers

Answer:

The program in Python is as follows:

hrs = float(input("Hours: "))

mins = 60 * hrs

print("Minutes: ",mins)

Explanation:

This prompts the user for hours

hrs = float(input("Hours: "))

This converts to minutes

mins = 60 * hrs

This prints the minutes equivalent

print("Minutes: ",mins)

Which tool allows users to share code and also serves as a social networking
site for programmers?
A. Dropbox
B. Scratch
C. Kezmo
O D. GitHub

Answers

Answer:

D. GitHub

Explanation:

A P E X

The tool that allows users to share code and also serves as a social networking site for programmers is GitHub. Thus, option D is correct.

What is GitHub?

A GitHub is a type of tool that has been used quickly fix an issue or bug in the main branch of a repository.

The main purpose of GitHub is to quickly fix an issue without disrupting the ongoing development work in the main branch. This has been allow for more efficient as well as streamlined workflow, as the main branch can continue to be updated while the hotfix branch has been used to address any urgent issues.

The hotfix branch has been created from the main branch and has used to make necessary changes to the code. Once the changes are made, the hotfix branch then merged back into the main branch to update the code and fix the issue.

Thus, option D is correct.

Learn more about GitHub on:

https://brainly.com/question/29316401

#SPJ7

PLEASE HELP I DONT HAVE TME

Answers

9514 1404 393

Answer:

  (d)

Explanation:

The cell reference to pi in D3 must be absolute ($D$3), and the value of the radius in A2 must be cubed (A2^3). The product of these must be multipied by 4/3. The only choice with these correct is the last choice.

What is a worm?
the process of using e-mail to trick a user to share personal information
a type of virus that targets programs and files, and duplicates itself like a biological virus
O a type of software designed to secretly capture personal information and track online activities
O a type of virus that spreads from computer to computer through a network connection

Answers

Answer:

Answer is a type of virus that spread from computer to computer through a network connection

Explanation:

in python write a code to find power (2 & -2)

Answers

Explanation:

b) (c) ... Want to see the step-by-step answer ? ... Q: Write a python program with comments

introduction of waste management​

Answers

Answer:

Waste management (or waste disposal) includes the activities and actions required to manage waste from its inception to its final disposal. ... Waste management deals with all types of waste, including industrial, biological and household. In some cases, waste can pose a threat to human health.

please answer this question​

Answers

Answer:

The answer for this question is Kry+Ptography

1.Choose the best answer.:
 a) Broadly, computers are of ................ purpose and ................ purpose
     (i) specific, general     (ii) specific, broad    (iii) precise, broad     (iv) None of them
 b) .................. computers works on continuous signals
 (i) Analog     (ii) Digital    (iii) PS/2        (iv) None of them
 c) ................ computers are the largest and most expensive digital computers.
 (i) Mainframe        (ii) Mini    (iii) Super        (iv) Apple 
d) .................. is the example of mainframe computer.
 (i) CYBER 205    (ii) IBM 3081        (iii) VAX        (iv) IBM 9375
 e) Macintosh is the OS used in .................. computer.
 (i) IBM        (ii) mainframe        (iii) super    (iv) apple
 f) .............. was mainframe computer brought first time to process census data in Nepal.
 i) IBM 1400        ii) IBM1401        iii) IBM1402 
g) ……… computer are used in hospital for Ultra Sound.
 i) Analog    ii) Digital        iii)Laptop    iv) Hybrid 
h) Nowadays, most powerful super commuter is Sunway taihulight from .......................
 i) India    ii) Germany         iii) China    iv) Nepal

Answers

Answer:

specific, generaldigitalminiCYBER 205IBMIBM1401digitalGermany

Suppose you are developing a data visualization application DataViz which calls some functions from a statistics library class SuperStats. You recently heard about another statistics library UberStats with supposedly significantly better performance than SuperStats. Explain how you would redesign the DataViz class using the Adapter pattern so that DataViz can be configured at runtime to use either SuperStats or UberStats. Does your design use dependency inversion and/or dependency injection? Explain

Answers

Answer:

By using dependency injection, create the adapter to adapt both the DataViz and the UberStats interface as expected.

Explanation:

Adapters are used in Objected-oriented programming to run or convert the output of one class object to another. The DataViz class currently uses the SuperStats class as an adaptee to get and output statistical results.

Write a new code from the scratch is tedious, so, the UberStats class dependencies are injected in the adapter and the DataViz and UberStats class functionalities can be experimented with.

1. Define what grasslands are ?
2-3 How can savanna help the animals?
4-5 What are the benefits of grasslands to nature?

paki answer po please ​

Answers

Answer:

1) Grasslands are areas where the vegetation is dominated by grasses. However, sedge and rush can also be found along with variable proportions of legumes, like clover, and other herbs. Grasslands occur naturally on all continents except Antarctica and are found in most ecoregions of the Earth.

2) Animals adapt to the shortage of water and food through various ways, including migrating (moving to another area) and hibernating until the season is over. Grazing animals, like gazelles and zebras, feed on grasses and often use camouflage to protect themselves from predators when they are roaming in the open.

3) Grasslands clearly provide the feed base for grazing livestock and thus numerous high-quality foods, but such livestock also provide products such as fertilizer, transport, traction, fibre and leather.

Hope it helps u✌️

Answer:

Grassland, area in which the vegetation is dominated by a nearly continuous cover of grasses. Grasslands occur in environments conducive to the growth of this plant cover but not to that of taller plants, particularly trees and shrubs.

Grasslands are areas where the vegetation is dominated by grasses. However, sedge and rush can also be found along with variable proportions of legumes, like clover, and other herbs. Grasslands occur naturally on all continents except Antarctica and are found in most ecoregions of the Earth.

Explanation:

I hope this helps u have a nice day

SeleCT all correct text​

Answers

Answer:

the anwser is b

Explanation:

________ is a human-computer interaction method whereby inputs to and outputs from a computer-based application are in a conventional spoken language such as English.

Answers

[tex]\sf\purple{Natural\: language\: interaction}[/tex] is a human-computer interaction method whereby inputs to and outputs from a computer-based application are in a conventional spoken language such as English.

[tex]\circ \: \: { \underline{ \boxed{ \sf{ \color{green}{Happy\:learning.}}}}}∘[/tex]

Select the correct answer from each drop-down menu.
Complete the sentence about uses of spreadsheets.

Two of the most common uses of spreadsheets are to _____ data and _____ data.

First blank
1. Create new
2. Search for
3. Store available

Second blank
1.Sort
2. Classify
3. Download

Answers

I think it’s 1, 2 and if im wrong im sorry

Two of the most common uses of spreadsheets are to create new data and classify data. Thus, the correct options for this question are A and B respectively.

What are the uses of Spreadsheet?

The uses of spreadsheets are as follows:

It is used to collect and store data that is systematically organized.It authorizes users in order to make calculations with the stored data.Spreadsheets are also used to make charts and graphs.It actively supports users in data sifting and cleanup.

According to the context of this question, apart from the above top uses of spreadsheets, there are other various uses that can be delivered by this platform to the user that make their professional work more efficient, organized, and attractive.

Therefore, the most common uses of spreadsheets are to create new data and classify data. Thus, the correct options for this question are A and B respectively.

To learn more about Spreadsheets, refer to the link:

https://brainly.com/question/26919847

#SPJ2

pls help it’s on a test!! no links :) you can zoom in if hard to read

Answers

Answer:

the last one

Explanation:

the domain specifies exactly what file is requested the path specifies where the browsers request should be sent

How can data be calculated?

Answers

Answer:

Data can be calculated by solving an equation

Explanation:

drive
eN
n
Complete the following calculations in your workbook.
What mechanical advantage does a hydraulic press have when punching
holes in a metal sheet with a force of 800 N using only 200 N? Provide your
answer as a ratio.
(3)
06 2. A hydraulic press has an input piston radius of 0,5 mm. It is linked to
an output piston that is three times that size. What mechanical advantage
does this press have?
(9)
3. A hydraulic lift has a mechanical advantage of 5. If the load weighs 350 N,
what effort is required to lift the weight? Provide your answer in newtons. (4)
4. Your deodorant sprays with a force of 15 N. What mechanical advantage is
achieved if your finger presses the deodorant nozzle with a force of 60 N?
Explain your answer.
(4)
[TOTAL: 20​

Answers

Answer:

uses goodgle

Explanation:

It 25 for 3 and 350n it 21n I hope this is the answer

COMP
Mention six characteristics of modern computers.
i.
ii.
iv.​

Answers

Answer:

speed

storage capacity

reliability

accuracy

diligence

multitasking

Which of the following ports is not considered to be exclusively a video port? Group of answer choices HDMI DVI USB DisplayPort Flag question: Question 22 Question 221 pts To speed up the display of graphics, a(n) ________ is integrated into most video cards. Group of answer choices GPU VGA ALU SSD

Answers

Answer:

The answer is "USB and GPU".

Explanation:

USB ports are not considered as a video ports only. It could also connect USB devices & transfer digital information via USB cables. It could also power gadgets who need it via the cord.

A GPU is integrated into certain video cards to help speed up the overall viewing of visuals. It was initially a specialized CPU designed to accelerate graphic rendition. GPUs can write down several pieces of information, making it useful for artificial intelligence, photo editing, and online games.

tone to mera barosa tora kotte​

Answers

Answer:

yo thx for points

lakin yeh kaya likha ha (..

Match the spreadsheet functions to their operations.

ROUND
COUNT
MIN
MAX

-tells you how many numbers are present in a set of numbers or cell range
-trims numbers with trailing decimal digits to display only a specified number of those decimals
-tells you the lowest value in a set of numbers
-tells you the highest value in a set of numbers

Answers

Answer:

The match is as follows:

ROUND: -trims numbers with trailing decimal digits to display only a specified number of those decimals  

COUNT: -tells you how many numbers are present in a set of numbers or cell range  

MIN: -tells you the lowest value in a set of numbers  

MAX: -tells you the highest value in a set of numbers

Explanation:

The answers are self-explanatory. However, the usage of each function is as follows:

(a) ROUND

= ROUND(cell)

e.g, = ROUND(A1) to round up A1

(b) COUNT

= COUNT(cell range)

e.g. = COUNT(A1,A5)

(c) MIN

= MIN(cell range)

e.g. = MIN(A1,A5)

(d) MAX

= MAX(cell range)

e.g. = MAX(A1,A5)

Answer:

Tells you how many numbers are present in a set  of numbers or cell range - COUNT

trims numbers with trailing decimal digits to  display only a specified number of those decimals - ROUND

Tells you the lowest value in a set of numbers - MIN

Tells you the highest value in a set of numbers - MAX

Explanation:

I got it right on the Edmentum test.

Other Questions
Find the missing sides from the right-angled triangled given below How can oil spills affect the ability of sea birds to access resources such as food and shelter? How will other animals that depend on birds for food be affected? help me guys I need help opposite Please I need help ASAP Consider two solutions of different sodium concentrations separated by a selectively permeable membrane. The net movement of water across the membrane will be from the area of ______ sodium concentration to the area of ______ sodium concentration. 8.8. Why is the chapter 10. percy jackson is titled, "I Ruin a Perfectly Good Bus?" What did the Spanish missions offer to attract American Indians? Rewrite the linear function 7xy=15 in slope-intercept form.y=7x15 y=7x+15y=7x+15y=7x15please help!! 4. Up until the last game, Sellina has made 75% of her free-throws. If she continuesto make her free-throws at this rate, what is the probability that she will make thenext two free-throws in the next game? what is the next number in the series? example C. Which of the following can result in the formation of acids in the atmosphere? 2. Caleb wants to tile the floor of his fort, the dimensions are 3mm by 4m. The tiles hewants to buy come in squares. The perimeter of the tile is 80cm.How many tiles will Caleb need?tiles Ellie buys some craft supplies. The supplies cost a total of $6.43. She pays with a $20bill. How much change does she receive? I WILL GIVE BRAINLIEST TO CORRECT ANSWER The nutrition committee at a middle school has decided to find out which vegetables are most popular among the 500 students at the school. Which sampling method is the BEST choice to use?Ask all the students from a randomly chosen class of 25 students to choose their favorite vegetables.Ask 100 randomly chosen students from the student population to choose their favorite vegetables.Ask the parents of 100 randomly chosen students to choose their favorite vegetables.Ask 25 students who have purchased vegetables during lunch to choose their favorite vegetables. Which of the following would be a synonym for style?A. shadeB. mannerC. pictureD. brush Which statements accurately describe arguments made against President Bush's decision to invade Iraq in 2003?CHOOSE ALL CORRECT ANSWERS!!Saddam Hussein was a moderate leader and an important ally of Israel.Invading Iraq would divert attention and resources from the goal of destroying al-Qaeda.The Iraqi army and air force were too strong for the U.S. military to defeat.UN inspectors needed more time to determine if Iraq had weapons of mass destruction.----------------------------------------------------------------------------------------------------------------------------Which statement about government response to Hurricane Katrina is correct?All levels of government cooperated quickly and efficiently to clean up the city.The state of Louisiana undertook all rescue and clean-up operations in New Orleans.The city government of New Orleans refused to accept offers of federal assistance.The slow federal response was a public relations disaster for the Bush administration.----------------------------------------------------------------------------------------------------------------------------In which way was the presidential election of 2008 unique in American history?George W. Bush was the first president to be elected to a third consecutive term of office.Al Gore was the first third-party candidate to win a majority of the popular vote.Hilary Clinton was the first woman to be a close contender for a major party's presidential nomination.John McCain was the first veteran of the armed forces to be nominated for president by a major political party.----------------------------------------------------------------------------------------------------------------------------PLEASE ANSWER ALL QUESTIONS what sum of money amounts to Rs 60000 in 2 years at the rate of 10% per annum find it Many consumers wonder if recycling and reducing use can make a difference. predicts defends studies questions Find the length of the missing side.