PowerShell
827 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
πŸ“» Windows Terminal 1.0 with Kayla Cinnamon

What if there was one place for Windows CLI commands, PowerShell, even SSH and Bash? There is, and its called Windows Terminal.

#podcast #terminal
πŸ“š Magic of $MyInvocation in PowerShell

$MyInvocation is an automatic variable which contains information about the invocation details of the current execution, such as function or script name, parameters, parameter values, script root, script path, invocation name and etc., and $MyInvocation works with scripts, functions, and script blocks only.

https://kpatnayakuni.com/2020/07/01/powershell-magic-of-myinvocation/
🎁 Hey! PowerShell v7.1.0-preview 5 is out!

- Engine Updates and Fixes
- Code Cleanup
- Build and Packaging Improvements

Check full list of changes on GitHub
πŸ“˜ PowerShell 7 for IT Pros: A Guide to Using PowerShell 7 to Manage Windows Systems

#ebook #notfree
πŸ“Œ Simple script dumping data from password-protected KeePass databases
🎁 PowerShell 7.0.3 and 6.2.7 are out!

- Fix Azure file copy issues in release build by fixing the path to upload directory content
- Update .NET Core to 3.1.6
- Fix Azure file copy break in AzDevOps by updating task version to latest
πŸ“˜ Detecting Wired, Wireless, and VPN Connections using PowerShell

The script detects the following VPN platforms
- Palo Alto GlobalProtect
- Cisco
- Juniper
- Dell VPN (Sonicwall)
- F5 Networks VPN

https://deploymentresearch.com/detecting-wired-wireless-and-vpn-connections-using-powershell
Powershell fully supports unicode, meaning you can do fun stuff like this

#fun
πŸ—“οΈ Join this free virtual PowerShell conference on July 31 at 8:00AM CST

- Rapid Function Development
- Building a Better Module Structure
- Securing PSRemoting
- Purpose build PowerShell script orchestration with Universal Automation
- Manage vSphere with PowerCLI DSC Resources, Finally!
- Azure DevOps Pipelines for the Infrastructure Automator
- Azure Administration Using Azure Functions and Logic Apps
- GitHub Actions to Automate Terraform for Azure
- Publishing Your First Package to the PowerShell Gallery
- PowerShell Toolmaking: From Zero To Hero

https://www.chicagopowershell.com/

#conference
πŸ—‚οΈ Simple, but working PoC for poisoning RDP cache.