📘 PowerShell Sleep Duration Accuracy and Windows Timers
TL;DR
When high accuracy is desired, change the timer resolution and use the
Long read with lot of details here:
https://xkln.net/blog/powershell-sleep-duration-accuracy-and-windows-timers/
TL;DR
When high accuracy is desired, change the timer resolution and use the
[System.Threading.Thread]::Sleep()Long read with lot of details here:
https://xkln.net/blog/powershell-sleep-duration-accuracy-and-windows-timers/
xkln.net
PowerShell Sleep Duration Accuracy and Windows Timers
I’ve previously written about different methods of pausing PowerShell noscript execution but it’s spread over several unrelated posts and it was never the core…
🎬 Thomas reacts to PowerShell Deep Dive
Take a serious look at Learning PowerShell with PowerShell, at Predictive IntelliSense, at the VS Code extensions, at Crescendo, and secret management with PowerShell
https://www.youtube.com/watch?v=kbhsUwGZxww
Take a serious look at Learning PowerShell with PowerShell, at Predictive IntelliSense, at the VS Code extensions, at Crescendo, and secret management with PowerShell
https://www.youtube.com/watch?v=kbhsUwGZxww
YouTube
Thomas reacts to PowerShell Deep Dive
Join the Livestream to see Thomas's reaction to the PowerShell Deep Dive session from the ITOps Talks All Things Hybrid event!
Let's watch, talk, and chat together!
We are going to watch the following session:
Pierre Roman, Joey Aiello (Senior Program Manager…
Let's watch, talk, and chat together!
We are going to watch the following session:
Pierre Roman, Joey Aiello (Senior Program Manager…
Starting from next week PSScriptAnalyzer will be pre-installed on all Windows and Mac images and Ubuntu 20.04 in Azure DevOps and GitHub Actions
https://github.com/actions/virtual-environments/issues/2659
https://github.com/actions/virtual-environments/issues/2659
GitHub
Add PSScriptAnalyzer Powershell module · Issue #2659 · actions/virtual-environments
Tool information Tool name: PSScriptAnalyzer Tool license: MIT Add or update? Add Desired version: Latest (1.19.1) Approximate size: 288 MB If this is an add request: Brief denoscription of tool: Pow...
This media is not supported in your browser
VIEW IN TELEGRAM
❗ Just add "1s" after "github" when viewing code on http://github.com and VS Code loads up instantly
💡 Proposal. Handling Parameter Binding in Native Executables
PowerShell team's making a change on how PowerShell7 passes arguments to native commands to work more predictably.
https://github.com/PowerShell/PowerShell/issues/14747
PowerShell team's making a change on how PowerShell7 passes arguments to native commands to work more predictably.
https://github.com/PowerShell/PowerShell/issues/14747
GitHub
PowerShell/PowerShell
PowerShell for every system! Contribute to PowerShell/PowerShell development by creating an account on GitHub.
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 !