OS Quiz Lab 6

OS Quiz Lab 6

University

12 Qs

quiz-placeholder

Similar activities

Keamanan Komputer

Keamanan Komputer

University

15 Qs

Network Fundamentals-IOS Operating System Part 1

Network Fundamentals-IOS Operating System Part 1

9th Grade - University

9 Qs

Exception handling -oracle plsql

Exception handling -oracle plsql

University

15 Qs

DBS Lab 3 Quiz

DBS Lab 3 Quiz

University

8 Qs

Yoeurn Tara

Yoeurn Tara

University

10 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Keamanan Komputer : Mengamankan Sistem Operasi

Keamanan Komputer : Mengamankan Sistem Operasi

University

10 Qs

Safeguarding Your Data Online Quiz

Safeguarding Your Data Online Quiz

12th Grade - University

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