PowerShell Wochenrückblick KW11

PowerShell Wochenrückblick KW11

Professional Development

5 Qs

quiz-placeholder

Similar activities

Tangled

Tangled

KG - Professional Development

10 Qs

Dietetik

Dietetik

Professional Development

10 Qs

Raid

Raid

10th Grade - Professional Development

8 Qs

Knowledge Navision for QA

Knowledge Navision for QA

Professional Development

10 Qs

WoW Application

WoW Application

Professional Development

8 Qs

PCO Magic Hour Quiz

PCO Magic Hour Quiz

Professional Development

10 Qs

Taco Bell Trivia

Taco Bell Trivia

6th Grade - Professional Development

10 Qs

PowerShell and Windows Server

PowerShell and Windows Server

12th Grade - Professional Development

10 Qs

PowerShell Wochenrückblick KW11

PowerShell Wochenrückblick KW11

Assessment

Quiz

Fun, Computers

Professional Development

Hard

Created by

jvan kocherhans

Used 6+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Listen Sie alle Aliase auf, die sich auf Cmdlets auswirken, die als Substantiv ItemProperty aufweisen.

get-alias -definition ItemProberty*

get-alias -definition *ItemProperty

get-alias -name *ItemProperty

catch-alias -definition *ItemProperty

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Wie lässt sich der Profilpfad des aktuellen Users anzeigen?

get-path $Profile

$Profile

get-profile -path

path.$profile

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Beim Starten der Windows PowerShell-Konsole soll immer die aktuelle Version von PowerShell ausgegeben werden!

Was muss ins Profilskript geschrieben werden?

(2 Antworten)

$PSVersion | format-table

powershell -version

($PSVersionTable).psversion

(get-host).version

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Fehlermeldungen sollen immer in gelber, statt roter Schrift ausgegeben werden.

$host.PrivateData.ErrorForegroundColor="yellow"

$host.PrivateData.ErrorForegroundColor="pink"

color.Error="yellow"

color ="yellow"

5.

OPEN ENDED QUESTION

20 sec • 1 pt

Was ist ein PowerShell Profilskript?

Evaluate responses using AI:

OFF

Answer explanation

Ein PowerShell Profil Skript hat einen bestimmten Namen und ist ein Skript, welches beim Start von PowerShell ausgeführt wird.