Plaster allows developers to scaffold file and folder structure for a new PowerShell module.
PSModule
sthArgumentCompleter – a PowerShell module that allows you to manage argument completers registered by Register-ArgumentCompleter cmdlet
Register-ArgumentCompleter cmdlet allows you to register argument completers, both custom and native, but there are no integrated ways to get argument completers registered in the current session or to remove some of them.
sthArgumentCompleter – is a module that allows you to manage argument completers registered by Register-ArgumentCompleter cmdlet.
sthInvokeUsingCulture – a PowerShell module for invoking commands using specified culture
sthInvokeUsingCulture – is a module, containing four functions for invoking commands using specified culture.
sthVault – a PowerShell module for working with vaults
sthVault – is a module, containing five functions for working with vaults.
sthMailProfile – a PowerShell module for creating mail profiles and using them to send mail messages.
sthMailProfile – is a module, containing four functions for creating mail profiles and using them to send mail messages.
sthModuleScope – functions for working with elements in module’s scope.
sthModuleScope – is a module containing four functions for working with elements in module’s scope. If you write your own modules, where some of the functions and variables are for internal use only, and not exported into caller’s scope, then this module can be used for diagnosing and debugging.
sthAdminSDHolder – a module for work with Active Directory groups and user accounts, protected by AdminSDHolder container
When you add user to one of the protected groups, like ‘Account Operators’, ‘Administrators’, ‘Backup Operators’, ‘Domain Admins’, ‘Domain Controllers’, ‘Enterprise Admins’, ‘Print Operators’, ‘Read-only Domain Controllers’, ‘Replicator’, ‘Schema Admins’ or ‘Server Operators’, it becomes protected too.
sthPipelineTools – a module for working with and exploring PowerShell pipeline
If you are using PowerShell pipeline regularly or just getting acquainted with it, sthPipelineTools module may be of some help.