Tag: PSTip (Page 2/54)

#PSTip Editing remote file in PowerShell ISE
Note: This tip requires PowerShell 5.0 or later. If you have ever wondered how you can edit files on a…
Read More
#PSTip Replacing special characters
Once upon a time I answered Stack Overflow question about easy way to replace ‘special’ characters with something ‘web safe’….
Read More
#PSTip Taking control of verbose and debug output, part 5
Note: This tip requires PowerShell 3.0 or later. In the final part of the series, we will combine everything we’ve…
Read More
#PSTip Taking control of verbose and debug output, part 4
Note: This tip requires PowerShell 3.0 or later. PowerShell commands, both advanced and simple, can work with the pipeline. The…
Read More
#PSTip Taking control of verbose and debug output, part 3
Note: This tip requires PowerShell 2.0 or later. In the first two tips of this series we focused on the…
Read More
#PSTip Taking control of verbose and debug output, part 2
Note: This tip requires PowerShell 3.0 or later. In the first part of this series, we identified the problem–commands (scripts…
Read More