mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
ffd39b2853
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'ForEach-Object' (alias is '%' or 'foreach') - Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'Where-Object' (alias is '?' or 'where') - Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'Select-Object' (alias is 'select') - Fix PSScriptAnalyzer warnings of type PSPossibleIncorrectComparisonWithNull. Essentially, $null has to be on the left-hand side when using it for comparison. - A Test in ParameterBinding.Tests.ps1 needed adapting as this test used to rely on the wrong null comparison - Replace a subset of tests of kind '($object -eq $null) | Should Be $true' with '$object | Should Be $null' |
||
---|---|---|
.. | ||
Apache | ||
Azure | ||
crontab | ||
Docker-PowerShell | ||
DSC | ||
install | ||
powershellget | ||
python | ||
rest | ||
SSHRemoting | ||
SystemD | ||
dsc.ps1 | ||
README.md |
This folder contains demos primarily targeted for Linux systems. Each demo showcases how to use PowerShell to be more productive by leveraging objects and how it can integrate with existing Linux scripts and/or commands.