trevor
This module enables you to post tweets. You need to configure the token.json file with your own details from https://apps.twitter.com. Create an application, and then generate an access token for the application. Run the Set-PoshTwitToken command to configure the 1) Consumer Secret, 2) Consumer Key, 3) Access Token, 4) Access Secret. Once you've do... More info |
This PowerShell module enables interaction with the Microsoft Azure Storage Queue service, beyond what's provided in the core Azure.Storage PowerShell module. For example, you can put messages onto a queue, retrieve messages, and delete messages. You can use the functions in this PowerShell module to write distributed applications that pr... More info |
This module helps to simplify the conversion of a command invocation to Splatting. Usage: 1. In PowerShell ISE, navigate the caret to the line you want to splat. Then, go to the console window, and type "splatise." 2. Call "splat" directly, passing in a string containing the command you want to splat. |