OS Quiz Lab 6

OS Quiz Lab 6

University

12 Qs

quiz-placeholder

Similar activities

How the Internet Works

How the Internet Works

4th Grade - University

14 Qs

Basic Excel

Basic Excel

University

15 Qs

Enumeration and Recursion

Enumeration and Recursion

11th Grade - University

12 Qs

 QUIZ  MS Core Java Quiz-3 2023

QUIZ MS Core Java Quiz-3 2023

University

11 Qs

Pengantar Teknologi Informasi 8

Pengantar Teknologi Informasi 8

University

17 Qs

Dart

Dart

University

10 Qs

Simdig

Simdig

12th Grade - University

10 Qs

Industry 4.0 Unit 1

Industry 4.0 Unit 1

University

10 Qs

OS Quiz Lab 6

OS Quiz Lab 6

Assessment

Quiz

Computers

University

Medium

Created by

Umesh Nepal

Used 81+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an role of windows server?

Linux Integration

DNS server

DHCP server

None of the options

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not available in windows server 2022 datacenter edition?

Software-defined Networking

Storage Spaces

Storage Migration Service

None of the options

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create user without password using powershell

new-localusers -name "name" -description "desc" -nopassword

new- localuser -name "name" -description "desc" -nopassword

new-localuser -name "name" -description "desc" -nopassword

None of the options

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In powershell to store input in a variable as secured string

$variable = read-host -assecuredstring

$variable = read-host -assecurestring

$variable = red-host -assecurestring

$variable = read-host -asecuredstring

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The $key variable stores the password. Now which option can be used to create a new user?

new-localuser -name "username" -password "$key" -description "desc"

new-localuser -name "username" -password '$key' -description "desc"

new-localuser -name "username" -password $key -description "desc"

new-localuser -name "username" -password "$key" -description "desc"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a user using $Password variable

new-localuser -name "username" -password $password -description "desc"

new-localuser -name "username" -password $Password -description "desc"

new-localuser -name "username" -pasword $password -description "desc"

new-localuser -name "username" -password $password -descripton "desc"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To list all local user

get alluser

get-alluser

get-localuser

get -localuser

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?