Josh King
Josh King
I'm trying to use `Send-TwitterAccount_UpdateProfileBanner` to update my account banner: ```powershell $Image = [Convert]::ToBase64String((Get-Content .\TwitterBanner.png -Encoding Byte)) Send-TwitterAccount_UpdateProfileBanner -banner $Image ``` Naturally, that Image string is HUGE, as I'm trying...
As an alternative to copy/pasting, is it possible to have whatever is selected in my open file pulled through to Polacode when it's opened?
This PR contains all of the changes between v1.0.0-Preview1 and v1.0.0-Preview2.
Is it possible to add the custom app to the focus assist priority list and would doing this making burnt toast notifications obey the focus assist rules? _Originally posted by...
"Use collections to organize your app's toasts in Action Center. Collections help users locate information within Action Center more easily and allow for developers to better manage their notifications. The...
## Is Your Feature Request Related To A Problem? Please describe. Chocolatey GUI uses the term "update" for the act of upgrading packages which is inconsistent with the related Chocolatey...
## What New Or Updated Would You Like To See? There is currently no instructions regarding how to update certificates in the Chocolatey for Business Azure Environment documentation. This should...
**Please describe your program and how to run it.** This file can be "dot sourced" in a PowerShell prompt: ```powershell . .\path\last_command_runtime.ps1 ``` Or it's content can be types interactively...
Hey @adbertram, my dept is moving office and I've got an itch to refresh my How I Work post. Any appetite for a 2018 Edition of How I Work IT?
#### Is your Enhancement request related to a problem? Please describe Sometimes scripts get created in the wrong (probably root) folder, it would be desirable to move these after creation...