PowerShell/demos
bergmeister ffd39b2853 PSScriptAnalyzer fixes by category (#4261)
- 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'
2017-07-21 21:03:49 -07:00
..
Apache PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Azure PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
crontab PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Docker-PowerShell Adding Docker-PowerShell demo (#1862) 2016-08-17 21:01:12 -07:00
DSC Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
install Fix docs/installation/windows.md 2016-08-17 16:18:26 -07:00
powershellget Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
python Updated to include Aleksandar's editorial changes; mostly python to Python 2016-08-04 17:39:12 -07:00
rest Merge pull request #2125 from alexandair/patch-3 2016-08-29 16:51:00 -07:00
SSHRemoting Fix markdown lint issues for SSH Remoting demo and enable related tests (#3484) 2017-04-11 09:42:37 -07:00
SystemD PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
dsc.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
README.md Update README.md 2016-08-11 09:00:59 -07:00

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.