Please write out the appropriate PowerShell commands for each step
1.Run a cmdlet to display the PowerShell version.
2. Run the cmdlet to display the words “Hello World!” on the screen on the same line. (*Hint: think about how you could have done this in Command Prompt, it is similar for PowerShell. If you need more help, think about Aliases).
3. Update the Help System
1.Run a cmdlet to display the PowerShell version:
host
2. Run the cmdlet to display the words “Hello World!” on the screen on the same line.
write-host Hello World!
3. Update the Help System
Update-Help
Get Answers For Free
Most questions answered within 1 hours.