Announcing PowerShell, DevOps, and Cloud Conference 2021
PowerShell Conference Asia 2019 was a huge success. The attendee turnout was …
Read MorePowerShell Conference Asia 2019 was a huge success. The attendee turnout was …
Read MoreWhat Posh-SSH is a PowerShell 3.0 or newer module for automating tasks against …
Read MoreWhen developing software based on .NET it is quite common to strong name your assemblies especially if you’re a library vendor providing your libraries to other people.
Read MoreNote: This tip requires PowerShell 3.0. In PowerShell 3.0 you need to run the Update-Help cmdlet in order to stay up-to-date whenever new help content is available.
Read MoreNote: This tip requires PowerShell 2.0 or above. PowerShell offers a powerful method of working with URIs by leveraging the System.
Read MoreThe parameters for a PowerShell command can be quite complex. Some parameters are only valid in certain parameter sets. Parameters have types, may be mandatory or optional, can have aliases and may or may not support pipeline input.
Read MoreWhen dealing with files under source control it is quite often useful to be able to make a bunch of files readonly or writable in bulk.
Read MoreIf you’ve updated PowerShell to version 3.0 you probably noticed that help is no longer shipped in the box. PowerShell 3.
Read More