Fundamentos de PowerShell

Fundamentos de PowerShell

Professional Development

15 Qs

quiz-placeholder

Similar activities

Estructura y Servicios Basicos del Sistema Operativo

Estructura y Servicios Basicos del Sistema Operativo

Professional Development

10 Qs

PowerShell 1.1 Introducción

PowerShell 1.1 Introducción

Professional Development

20 Qs

Advanced JS

Advanced JS

Professional Development

10 Qs

Capacidades de administración empresarial de Microsoft 365

Capacidades de administración empresarial de Microsoft 365

Professional Development

17 Qs

Google Docs

Google Docs

1st Grade - Professional Development

10 Qs

Intro M3

Intro M3

Professional Development

13 Qs

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

University - Professional Development

20 Qs

PowerShell and Windows Server

PowerShell and Windows Server

12th Grade - 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?