$platformInfo.isUbuntu = $LinuxInfo.ID -match 'ubuntu' $platformInfo.isUbuntu14 = $platformInfo.isUbuntu -and ($LinuxInfo.VERSION_ID -match '14.04') $platformInfo ...
Oh-My-PowerShell is a customizable PowerShell configuration framework inspired by Oh-My-Bash. It allows users to easily manage their PowerShell environment, load plugins, aliases, themes, and more, ...
One of the appealing features of Windows PowerShell is that it can be extended. You are not limited to the commands that Microsoft ships. You can load additional commands and functionality via a ...