Fundamentos de PowerShell

Fundamentos de PowerShell

Professional Development

15 Qs

quiz-placeholder

Similar activities

CloudBinary_Basic-Shell-scripting

CloudBinary_Basic-Shell-scripting

Professional Development

15 Qs

Capítulo 3

Capítulo 3

University - Professional Development

11 Qs

PQuiz 161.2.1 - Active Directory, Groups, OUs

PQuiz 161.2.1 - Active Directory, Groups, OUs

Professional Development

16 Qs

PowerShell 2.2-Comandos de archivos y carpetas (I)

PowerShell 2.2-Comandos de archivos y carpetas (I)

Professional Development

19 Qs

Kuis PowerShell v7.4.0

Kuis PowerShell v7.4.0

Professional Development

11 Qs

PowerShell 3.2-Tuberías (II)

PowerShell 3.2-Tuberías (II)

Professional Development

16 Qs

Power Point

Power Point

Professional Development

20 Qs

Coding and Logic (Mitchell)

Coding and Logic (Mitchell)

KG - Professional Development

10 Qs

Fundamentos de PowerShell

Fundamentos de PowerShell

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Mariano Rodriguez

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué es un cmdlet en PowerShell?

Un cmdlet es un comando en PowerShell que realiza una función específica.

Un cmdlet es un script que se ejecuta en PowerShell.

Un cmdlet es una interfaz gráfica en PowerShell.

Un cmdlet es un tipo de archivo en PowerShell.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se crea una variable en PowerShell?

set miVariable = 10

let miVariable = 10

miVariable := 10

$miVariable = 10

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué estructura de control se utiliza para realizar bucles en PowerShell?

if

try-catch

switch

for, foreach, while, do-while

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la sintaxis para ejecutar un cmdlet en PowerShell?

NombreDelCmdlet: Valor -Parámetro

-Parámetro NombreDelCmdlet Valor

NombreDelCmdlet Valor -Parámetro

NombreDelCmdlet -Parámetro Valor

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se asigna un valor a una variable en PowerShell?

$nombreVariable = valor

set nombreVariable to valor

nombreVariable := valor

valor -> nombreVariable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de estructuras de control existen en PowerShell?

if, else, elseif, switch, for, foreach, while, do while

break, continue

try, catch, finally

function, method

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se puede listar todos los cmdlets disponibles en PowerShell?

Get-Help

Get-Module

Get-Process

Get-Command

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?