OS Quiz Lab 6

OS Quiz Lab 6

University

12 Qs

quiz-placeholder

Similar activities

F3 Linux User Management Quiz

F3 Linux User Management Quiz

12th Grade - University

15 Qs

แบบทดสอบการเขียนโปรแกรมเพิ่มข้อมูล (INSERT) พร้อม Sweet Alert 2

แบบทดสอบการเขียนโปรแกรมเพิ่มข้อมูล (INSERT) พร้อม Sweet Alert 2

University

10 Qs

Chapter 2: Input Device

Chapter 2: Input Device

12th Grade - University

12 Qs

Data Privacy and Security

Data Privacy and Security

9th Grade - University

14 Qs

Post Test Modul 4 APSI

Post Test Modul 4 APSI

University

15 Qs

Authentication Quiz for learning

Authentication Quiz for learning

University

9 Qs

Injection Part 2

Injection Part 2

University

10 Qs

MySQL Python Connectivity

MySQL Python Connectivity

12th Grade - 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?