Transcription of Windows PowerShell 3.0 Language Quick Reference
{{id}} {{{paragraph}}}
Windows PowerShell Language Quick ReferenceCreated by CommandsUpdate-HelpDownloads and installs newest helpfilesGet-HelpDisplays information about commands and conceptsGet-Command Gets all commandsGet-MemberGets the properties and methods of objectsGet-ModuleGets the modules that have been imported or that can be imported into the current sessionBitwise Operators-bandBitwise AND-borBitwise OR (inclusive)-bxorBitwise OR (exclusive)-bnotBitwise NOT-shl, -shrBitwise shift operators. Bit shift left, bit shift right (arithmetic for signed, logical for unsigned values)Other Operators-SplitSplits a string abcdefghi -split de -joinJoins multiple strings abc , def , ghi -join.
Windows PowerShell 3.0 Language Quick Reference Created by http://powershellmagazine.com "a", "b", "c" Array of strings 1,2,3 Array of …
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}