Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying PowerShell Troubleshooting Guide
  • Table Of Contents Toc
PowerShell Troubleshooting Guide

PowerShell Troubleshooting Guide

By : Michael Shepard
4.7 (3)
close
close
PowerShell Troubleshooting Guide

PowerShell Troubleshooting Guide

4.7 (3)
By: Michael Shepard

Overview of this book

The techniques in this book apply to beginners who have just started to learn PowerShell, as well as advanced scripters who have a good grasp of the language.
Table of Contents (10 chapters)
close
close
9
Index

Using Write-* cmdlets

When writing PowerShell functions, it is often confusing to know exactly which cmdlet should be used to produce output. There are a number of cmdlets and methods that seem to do the same thing at first glance. The most important thing to remember in this context is that functions should always write objects to the output stream. In order to do this, there are several correct ways and one incorrect way that is frequently used.

Write-Host

PowerShell scripters who are beginners see the Write-Host cmdlet as a simple way to produce output. It is similar to a PRINT statement in many languages and if output to the console is the goal, it is a perfect fit. Unfortunately, the output is made solely to the console (or, in PowerShell terminology, the host). The following screenshot shows the main issue with Write-Host:

Write-Host

Even though the function seems to output the string, attempting to capture the output in a variable shows that the value isn't actually output, but instead is...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
PowerShell Troubleshooting Guide
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon