Question: do as soon as possible Question 7 (1 point) How do you declare a type of variable when declaring a variable? With square brackets surrounding



Question 7 (1 point) How do you declare a type of variable when declaring a variable? With square brackets surrounding the type of variable before the declaration (ie. "[integer) $variable" You cannot declare the type of variable, powershell does this automatically when you declare the variable for the first time. By stating that the variable equals the type of variable before declaring the actual variable (ie. "$variable=integer") With parentheses surrounding the type of variable before the declaration (ie. (integer) $variable" Question 8 (0.5 points) PowerShell cmdlets follow what naming convention which makes them easy to learn? O script-code none of these command-instruction verb-noun Question 9 (1 point) Question 9 (1 point) what is the full form of Alias command "PWD" ? O get-location powershell-directory printworkingdrirectory get-member Question 10 (1 point) What can you type in PowerShell to find out more information about a particular command? O HELP INFO none of these COMMAND-HELP
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
