Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What PowerShell command is used to get a directory listing of the working directory? Get-content Get-help Get-childitem. Read-host QUESTION 6 1. Logic provides decision-making
What PowerShell command is used to get a directory listing of the working directory? Get-content Get-help Get-childitem. Read-host QUESTION 6 1. Logic provides decision-making in scripts based on whether a condition is true or false. C C True False 1 points Senv:192.168.2.5 $env:IP='192.168.2.5' SIP = Senv:192.168.2.5' 1 points QUESTION 7 1. Which is the correct command syntax to create a new environment variable called IP and assign a value of 192.168.2.5? SIP = 192.168.2.5' 1 points QUESTION 8 1. If variables are defined as follows: $var1=2, $var2=3, $var3="four", $var4="five", what is the value of $answer in this line of PowerShell script: $answer $var1+ $var2 5 Cfive 3 C error message W AutoSave L Page 1 of 6 Off H New Microsoft Word Document (2).docx File Home Insert Draw Design Layout References Mailings Review 1205 words DX Text Predictions: On Type here to search QUESTION 9 1. How do you test if File.txt exists in PowerShell? c o o Accessibility: Investigate O QUESTION 10 1. What PowerShell Environment variable holds the name of the computer? $Computername $Env:Computername $Variable:Computername $Env:LocalServer O Search (Alt+Q) O View I Help If File.txt -eq True Test-File File.txt Test-Path File.txt There is no command to test the existance of a file, only directories. QUESTION 11 1. You need to spin up a VM running Windows Server 2019. Which cloud service model is this? o laaS PaaS o SaaS O This is not an application for the cloud. True False 9 QUESTION 12 1. In a Public Cloud, services are owned and operated by a cloud provider, such as Microsoft Azure or AWS. O 1 points 1 points O 1 points 1 points 1 points A Vishal Vishal Focus 6C Cloudy W I Comments V 0 12:09 AM 4/21/2022 X Share 110% W AutoSave L Page 1 of 5 Off H New Microsoft Word Document (2).docx File Home Insert Draw Design Layout 1092 words DX Text Predictions: On Type here to search References Mailings Review View Help QUESTION 13 1. You are purchasing a new server to set up a domain controller for a small office. Which cloud service model is this? laaS PaaS Accessibility: Investigate O SaaS This is not an application for the cloud. QUESTION 14 1. DevTest labs is a service in Azure that creates an excellent development and testing environment, but is also very good for learning. True False O Search (Alt+Q) True QUESTION 15 1. The SaaS Cloud Service model requires a lot more setup and maintenance by the subscriber than laaS. False 1 points 9 1 points O 1 points A Vishal Vishal Focus 6C Cloudy W I Comments V 12:10 AM 4/21/2022 X Share 130%
Step by Step Solution
There are 3 Steps involved in it
Step: 1
here are the answers with explanations QUESTION 6 Logic provides decisionmaking in scripts based on whether a condition is true or false True Explanation In programming logic allows scripts to make de...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started