PowerShell


22 Requested Topics

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
Powershellgallery.com describe what is this web about requested by jumbo 2,444
PSScriptAnalyzer Module that helps to improve quality and readability of PS scripts requested by jumbo 2,444
XML Processing typecasting to [xml], CRUD operations requested by Deptor 180
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
Exchange module describe basic usage of exchange module for powershell requested by jumbo 2,444
Appx module describe basic usage of appx module for powershell requested by jumbo 2,444
Hyper-V module describe basic usage of hyper-v module for powershell requested by jumbo 2,444
Archive module describe basic usage of archive module for powershell requested by jumbo 2,444
ISE module describe basic usage of ISE 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
Gotchas Let people know about things that works different then typically expected. For example using comma to stop array from letting its items into the pipeline separately - ,$array | gm 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