OS Quiz Lab 6

OS Quiz Lab 6

University

12 Qs

quiz-placeholder

Similar activities

4-mavzu. Ma’lumotlar tartiblash va guruhlash

4-mavzu. Ma’lumotlar tartiblash va guruhlash

University

12 Qs

Understand Computer Security and Privacy

Understand Computer Security and Privacy

9th Grade - University

14 Qs

Computer Security & Privacy

Computer Security & Privacy

9th Grade - University

14 Qs

Basic Device &  Switching Concepts

Basic Device & Switching Concepts

University

10 Qs

linux user and group dfn30053

linux user and group dfn30053

1st Grade - University

10 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

Exception handling -oracle plsql

Exception handling -oracle plsql

University

15 Qs

Password Hacking Techniques

Password Hacking Techniques

9th Grade - University

14 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?