summaryrefslogtreecommitdiffhomepage
path: root/powershell.html.markdown
Commit message (Collapse)AuthorAgeLines
* Fixing formatting in published pageAndrew Ryan Davis2020-08-20-0/+1
| | | the markdown powershell checker didn't have a space before it
* Adjusting last items before landAndrew Ryan Davis2020-08-20-3/+4
|
* Final look-over and adjusting carriage returnsAndrew Ryan Davis2020-08-20-107/+117
| | | | | Reducing line length Adjusting grammar Fixing some inconsistencies in variables and properties
* Final commentsAndrew Ryan Davis2020-08-20-2/+2
|
* Moving Escape chars section to string sectionAndrew Ryan Davis2020-08-20-13/+12
|
* Adding in escape chars and more info on call operator with exe'sAndrew Ryan Davis2020-08-20-1/+27
| | | | escape chars like newlines, tabs, negating affects call operator and dot-sourcing for paths to exes with spaces in them and arguments passed.
* Fixing typo and some other formattingAndrew Ryan Davis2020-08-20-9/+5
| | | | | Doubled input on 'pipeline' spaces between commented sections expand alias on where
* I don't think CI was happy about those header tagsAndrew Ryan Davis2020-08-20-2/+2
| | | Changing back to the way they were
* Adding changes discussedAndrew Ryan Davis2020-08-20-5/+40
| | | | | | | | | 1. Added info on scoping with dot sourcing, IEX, and call operator 2. Added comments about .NET class calling 3. Changed Get-EventLog to Get-WinEvent 4. Added info on Pipeline caveats related to passing bytes and speed 5. Added in a couple more pipeline examples to iteration and filtering And some formatting changes
* Adjusting truthy falsy sectionAndrew Ryan Davis2020-08-20-17/+1
|
* Removing duped entryAndrew Ryan Davis2020-08-20-2/+0
|
* Addressing commentsAndrew Ryan Davis2020-08-20-8/+36
| | | | | 1. Clarifying '[]' and null-assigned expressions. 2. Removing "-contains" on switch example from Wouter, it does not appear to be true anymore 3. Adding comments and adjusting some func examples a bit
* Adjusting array section to be more accurateAndrew Ryan Davis2020-08-20-3/+4
| | | The default array object is mutable, but is of a fixed length. Changing comments to better reflect that.
* Addressing bitwise and/orAndrew Ryan Davis2020-08-20-3/+3
| | | Mistakenly left "and/or", changed to "-band/-bor"
* Update powershell.html.markdownAndrew Ryan Davis2020-08-20-1/+1
| | | Co-authored-by: 谭九鼎 <109224573@qq.com>
* Removing duped sectionAndrew Ryan Davis2020-08-20-20/+1
| | | There was a duplicate section
* Making some minor fixesAndrew Ryan Davis2020-08-20-16/+54
| | | | | | Adjusting some inconsistent names. Changing Remove-Array to Format-Array since Remove is not an approved Posh verb. Adding Kevin Marquette's blog because it's awesome Adding a simpler array reversal example
* Revamping PowershellAndrew Ryan Davis2020-08-20-261/+610
| | | Changing to reflect current capabilities and draw similarities to other languages in terms of capabilities
* Adding comment next to new link at bottomAndrew Ryan Davis2020-05-17-1/+1
| | | It seems I didn't add the details of the link initially.
* [powershell/en] Adding some things I find usefulAndrew Ryan Davis2020-05-16-3/+31
|
* Update powershell.html.markdown谭九鼎2020-01-12-1/+1
|
* [powershell/en] Update url谭九鼎2020-01-12-2/+2
|
* Fix typo in powershell pagedee-see2019-02-02-1/+1
|
* add list syntax example in for powershellRenze Yu2018-11-08-0/+1
|
* Try a backslash to fix formattingAdam Bard2017-09-12-1/+1
|
* Fix backtick that was messing up syntax highlighting on powershell.Samantha McVey2016-11-23-1/+1
|
* Add syntax highlight (#2581)derek-austin2016-11-22-3/+3
| | | Only the first chunk of code was highlighted
* Fixed a few spelling errorsAmru Eliwat2016-10-30-3/+3
|
* Partial fix for #2498ven2016-10-23-1/+1
|
* [PowerShell/en]: fixed typos/layout. Added some extra aliases/info.Laoujin2016-01-08-2/+8
|
* Fix formatting.Adam Bard2016-01-06-0/+4
|
* Merge branch 'master' of https://github.com/Laoujin/learnxinyminutes-docsLaoujin2015-11-28-2/+1
|\
| * [Powershell/en] Deleted a left-over from the bash turorialWouter Van Schandevijl2015-11-27-2/+1
| |
* | [PowerShell/en] Markdown ```powershell didn't render properlyLaoujin2015-11-28-4/+4
|/
* [PowerShell/en] More usefull snippets and interesting projectsLaoujin2015-11-27-1/+18
|
* [PowerShell/en] IO, Interesting Projects, Not Covered, Exception Handling, ↵Laoujin2015-11-27-15/+129
| | | | UseFull stuff, max line 80.
* [PowerShell/en] control-flow, pipeline, getting helpLaoujin2015-11-27-1/+95
|
* [PowerShell/en] execution-policy, builtin variables, configure your shellLaoujin2015-11-27-10/+50
|
* [PowerShell/en] introLaoujin2015-11-27-0/+56