Skip to content

Powershell

Warning

In progress...

  • Read about enhancing your Powershell sessions with a profile.
  • Check the snippets page for code examples with little/no explanation.
  • Learn more about grouping a collection of related scripts into a Powershell module

Todo

  • Document writing functions
  • Document executing on remote host
  • Document favorite modules
    • Get-AdUser
  • Document environment variables
  • Document params
  • Document arrays
  • Document loops
    • If
    • ForEach
    • ForEach-Object
  • Document custom objects
  • Document logging
  • Document working with JSON