Search Header Logo

PowerShell Wochenrückblick KW11

Authored by jvan kocherhans

Fun, Computers

Professional Development

Used 6+ times

PowerShell Wochenrückblick KW11
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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 • Ungraded

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.

Access all questions and much more by creating a free account

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

Already have an account?