Secrets Management in PowerShell with Sydney Smith
Richard chats with Sydney Smith who is the product manager for Secrets Management about how this PowerShell extension helps you access and manage multiple key stores in your organization and provides secrets for your PowerShell noscripts.
📌Useful. The Trim method removes from the current string all leading and trailing characters that are in the parameter.
PS C:\> "123abc456xyz789".Trim([char]'0'..[char]'9')abc456xyz👍1
💡 Adversary Tactics: PowerShell
SpecterOps offers their retired Adversary Tactics: PowerShell course material online for free (PDF).
- PowerShell Basics Refresher
- PowerShell Remoting
- PowerShell Without PowerShell
- Windows Management Instrumentation (WMI)
- Active Directory
- PowerShell Prevention - Implementation, Auditing, and - Bypasses
- Reflection
- Low-level, Win32 Interop
https://github.com/specterops/at-ps
#course #free
SpecterOps offers their retired Adversary Tactics: PowerShell course material online for free (PDF).
- PowerShell Basics Refresher
- PowerShell Remoting
- PowerShell Without PowerShell
- Windows Management Instrumentation (WMI)
- Active Directory
- PowerShell Prevention - Implementation, Auditing, and - Bypasses
- Reflection
- Low-level, Win32 Interop
https://github.com/specterops/at-ps
#course #free
GitHub
GitHub - SpecterOps/at-ps: Adversary Tactics - PowerShell Training
Adversary Tactics - PowerShell Training. Contribute to SpecterOps/at-ps development by creating an account on GitHub.
📌 Awesome PowerShell
- API Wrapper
- Blogs
- Books
- Build Tools
- Code and Package Repositories
- Commandline Productivity
- Communities
- Data
- Documentation Helper
- Editors and IDEs
- Frameworks
- Interactive Learning
- Logging
- Module Development Templates
- Package Managers
- Parallel Processing
- Podcasts
- Security
- SharePoint
- SQL Server
- Testing
- Themes
- UI
- Videos
- Webserver
- Misc
https://github.com/janikvonrotz/awesome-powershell
- API Wrapper
- Blogs
- Books
- Build Tools
- Code and Package Repositories
- Commandline Productivity
- Communities
- Data
- Documentation Helper
- Editors and IDEs
- Frameworks
- Interactive Learning
- Logging
- Module Development Templates
- Package Managers
- Parallel Processing
- Podcasts
- Security
- SharePoint
- SQL Server
- Testing
- Themes
- UI
- Videos
- Webserver
- Misc
https://github.com/janikvonrotz/awesome-powershell
GitHub
GitHub - janikvonrotz/awesome-powershell: This repository has been moved to https://codeberg.org/janikvonrotz/awesome-powershell.…
This repository has been moved to https://codeberg.org/janikvonrotz/awesome-powershell. Please visit the new location for the latest updates. - janikvonrotz/awesome-powershell
🤮1💩1
PowerShell pinned «📌 Awesome PowerShell - API Wrapper - Blogs - Books - Build Tools - Code and Package Repositories - Commandline Productivity - Communities - Data - Documentation Helper - Editors and IDEs - Frameworks - Interactive Learning - Logging - Module Development Templates…»
📘 PowerShell and the LAPS Windows PowerShell Module
https://tommymaynard.com/powershell-and-the-laps-windows-powershell-module/
https://tommymaynard.com/powershell-and-the-laps-windows-powershell-module/
tommymaynard.com
PowerShell and the LAPS Windows PowerShell Module - tommymaynard.com
There’s a difference between Windows PowerShell and just PowerShell. You know that, right? You know what the difference is, yeah? If not, then do know that Jeff Hicks wrote a great blog post about it recently noscriptd “What the Shell is Happening?” I’m going…
❗ PowerShell for Visual Studio Code Updates – February 2021
- New semantic highlighting
- Added Pester v5 support to problem matcher.
- Updated PSScriptAnalyzer to 1.19.1. Which fixes formatting bugs!
- Many squashed bugs
https://devblogs.microsoft.com/powershell/powershell-for-visual-studio-code-updates-february-2021/
- New semantic highlighting
- Added Pester v5 support to problem matcher.
- Updated PSScriptAnalyzer to 1.19.1. Which fixes formatting bugs!
- Many squashed bugs
https://devblogs.microsoft.com/powershell/powershell-for-visual-studio-code-updates-february-2021/
PowerShell Team
PowerShell for Visual Studio Code Updates - February 2021 | PowerShell Team
We are excited to announce that updates to our PowerShell extension and PowerShell Preview extension are now available on the Visual Studio Code marketplace. This blog will explain what is new in these releases as well as what you can expect from the extension…
📘 Integration testing with Pester and PowerShell
http://martink.me/articles/integration-testing-with-pester-and-powershell
http://martink.me/articles/integration-testing-with-pester-and-powershell
martink.me
Integration testing with Pester and PowerShell
Pester is a PowerShell based test framework which makes it very simple to write integration tests. This article gives and overview and some usefull resources.
This media is not supported in your browser
VIEW IN TELEGRAM
🤡 The most important extension: vscode-pets !
This media is not supported in your browser
VIEW IN TELEGRAM
📌 Windows Terminal Preview 1.7 Release
You can now set new terminal windows to launch in an already existing terminal instance.
More updates and details:
https://devblogs.microsoft.com/commandline/windows-terminal-preview-1-7-release/
You can now set new terminal windows to launch in an already existing terminal instance.
More updates and details:
https://devblogs.microsoft.com/commandline/windows-terminal-preview-1-7-release/
💡PowerShell Team 2021 Investments
- PowerShell 7.2
- DSC for PowerShell 7
- Module Isolation
- Enhanced ANSI Support
- Improve native command experience
- Pluggable remoting transports
- Microsoft Update
- SecretManagement and SecretStore 1.0
- Crescendo 1.0
- PSReadLine 2.2
- PowerShellGet 3.0
- VSCode Extension
- Updateable help and PlatyPS 2.0
- OpenSSH 8.x
https://devblogs.microsoft.com/powershell/powershell-team-2021-investments/
- PowerShell 7.2
- DSC for PowerShell 7
- Module Isolation
- Enhanced ANSI Support
- Improve native command experience
- Pluggable remoting transports
- Microsoft Update
- SecretManagement and SecretStore 1.0
- Crescendo 1.0
- PSReadLine 2.2
- PowerShellGet 3.0
- VSCode Extension
- Updateable help and PlatyPS 2.0
- OpenSSH 8.x
https://devblogs.microsoft.com/powershell/powershell-team-2021-investments/
PowerShell Team
PowerShell Team 2021 Investments | PowerShell Team
PowerShell Team 2021 Investments The PowerShell Team plans engineering work per semester (6 months at a time). However, PowerShell itself follows the .NET schedule of release every year. In this blog post, we’ll cover the year long plan for PowerShell 7.2…
🎬 PowerShell: Introduction to Classes with Kevin Marquette
https://www.youtube.com/watch?v=spd46Ba-P_A
https://www.youtube.com/watch?v=spd46Ba-P_A
YouTube
PowerShell: Introduction to Classes with Kevin Marquette
For the March 2021 meeting, Kevin Marquette gave SoCal PowerShell a rundown on PowerShell classes - what problems they solve, when to use them, and how to use them.
Kevin Marquette is the founder of the SoCal PowerShell User Group, a Microsoft MVP, a PowerShell…
Kevin Marquette is the founder of the SoCal PowerShell User Group, a Microsoft MVP, a PowerShell…
💡 SecretManagement and SecretStore Release Candidate 2
https://devblogs.microsoft.com/powershell/secretmanagement-and-secretstore-release-candidate-2
- SecretInformation class now has a new Metadata property for the new secret metadata support.- Set-Secret cmdlet now has a new optional -Metadata property to include additional non-sensitive data associated with a secret.https://devblogs.microsoft.com/powershell/secretmanagement-and-secretstore-release-candidate-2
PowerShell Team
SecretManagement and SecretStore Release Candidate 2 | PowerShell Team
The SecretManagement and SecretStore release candidate 2 (RC2) modules are now available on the PowerShell Gallery. These releases contain an exciting new feature which allows users to provide non-sensitive metadata for secrets (note: this feature may not…
📘 Getting into the Linux world as a PowerShell user
https://www.powershell.no/linux,/powershell,/devops/2021/02/25/learning-linux.html
https://www.powershell.no/linux,/powershell,/devops/2021/02/25/learning-linux.html
📚 Updated PowerShell Practice Primer Now Available
Jeff Hicks went through the book and revised some answers that take PowerShell 7 into account. Also added a bonus part devoted to PowerShell 7.x specific problems.
https://leanpub.com/psprimer
#ebook
Jeff Hicks went through the book and revised some answers that take PowerShell 7 into account. Also added a bonus part devoted to PowerShell 7.x specific problems.
https://leanpub.com/psprimer
#ebook
🥇 PowerShell war games.
Fun and educational way to learn PowerShell.
https://underthewire.tech/wargames
Fun and educational way to learn PowerShell.
https://underthewire.tech/wargames
📌 v7.1.3 Release of PowerShell
Engine Updates and Fixes:
- Remove the 32K character limit on the environment block for
- Fix webcmdlets to properly construct URI from body when using
General Cmdlet Updates and Fixes
- Fix
Build and Packaging Improvements
- Bump .NET SDK to 5.0.4
Engine Updates and Fixes:
- Remove the 32K character limit on the environment block for
Start-Process- Fix webcmdlets to properly construct URI from body when using
-NoProxyGeneral Cmdlet Updates and Fixes
- Fix
PromptForCredential() to add targetName as domainBuild and Packaging Improvements
- Bump .NET SDK to 5.0.4