powershell-tricks
  • Introduction
  • Run Remote Script from Host
  • Expand Array as Parameter
  • Output a Hashtable
  • Use Add-Type without Pollute Current Session
  • Get-Location is the execution path.
  • About Dot Sourcing
  • About ScriptBlock
Powered by GitBook
On this page

Output a Hashtable

@{} ¦ format-table ¦ out-string ¦ write-host
PreviousExpand Array as ParameterNextUse Add-Type without Pollute Current Session

Last updated 7 years ago