Recent Contributions

Join Stack Overflow
Want to help improve PowerShell documentation?
Join the Stack Overflow community!
It only takes a minute, and your contributions will benefit developers forever.
Package management
Introduced in v5, formerly known as OneGet, supporting multiple providers - MSI, chocolatey, nuget
requested by jumbo 2,444
Terminology Overview
Help define a Class, Function, Array, or Hash Table. Many users of PowerShell are unfamiliar with these concepts.
requested by RowdyVinson 40
Scheduled tasks module
describe basic usage of scheduled tasks module for powershell
requested by jumbo 2,444
PSScriptAnalyzer
Module that helps to improve quality and readability of PS scripts
requested by jumbo 2,444
Cmdlet naming rules in Powershell
Public cmdlet names are supposed to be composed as Verb-Noun. There is a list of approved verbs - Get-Verb.
requested by jumbo 2,444
ActiveDirectory module
describe basic usage of active directory module for powershell
requested by jumbo 2,444
Powershell modules
Describe how to create own powershell module and how to import it.
requested by jumbo 2,444
Calculated Properties
Explain what is calculated properties in and where to use them
requested by Prageeth Saravanan 368
powershell sql queries
different examples of querying MS SQL and returning different data into variables.
requested by Silentbob 609
Transaction Management in Powershell
Desired content: Approach to rollback on error. Start-transaction is not supported by all providers.
requested by Saurav Maiti 4