Doug Finke(@dfinke) 's Twitter Profile Photo

🧙‍♂️ Introducing the Menu Wizard! I created a custom Chat GPT that helps you spin up interactive PowerShell menus with ease. It generates the code too! Perfect for . Try it now and see the magic in action: chat.openai.com/g/g-fgk7Wv5Wo-…

account_circle
Geek(@geekbb) 's Twitter Profile Photo

在 PowerShell 中使用 tiny11builder 脚本精简你的 Windwos 11 镜像。比起安装原版后再精简,这种直接精简镜像的方式更适合网管。
Github github.com/ntdevlabs/tiny…
视频教程 youtube.com/watch?v=SC0k3F…

在 PowerShell 中使用 tiny11builder 脚本精简你的 Windwos 11 镜像。比起安装原版后再精简,这种直接精简镜像的方式更适合网管。
Github github.com/ntdevlabs/tiny…
视频教程 youtube.com/watch?v=SC0k3F…
account_circle
Adam Bertram(@adbertram) 's Twitter Profile Photo

tip of the day: Use ‘switch -Regex` instead of multiple if statements when checking multiple conditions against the same variable.

#PowerShell tip of the day: Use ‘switch -Regex` instead of multiple if statements when checking multiple conditions against the same variable.
account_circle
Adam Bertram(@adbertram) 's Twitter Profile Photo

tip: If you need to quickly validate an Active Directory or local Windows account, use this function. github.com/adbertram/Rand…

#PowerShell tip: If you need to quickly validate an Active Directory or local Windows account, use this function. github.com/adbertram/Rand…
account_circle
Adam Bertram(@adbertram) 's Twitter Profile Photo

tip: In PS v6+, you can add custom error messages to ValidateScript parameter validation checks using string formatting.

#PowerShell tip: In PS v6+, you can add custom error messages to ValidateScript parameter validation checks using string formatting.
account_circle
Adam Bertram(@adbertram) 's Twitter Profile Photo

tip of the day: Prefer `Join-Path` over string concatenation to handle path operations; it automatically accounts for missing slashes and system-specific path separators.

#PowerShell tip of the day: Prefer `Join-Path` over string concatenation to handle path operations; it automatically accounts for missing slashes and system-specific path separators.
account_circle
David das Neves(@david_das_neves) 's Twitter Profile Photo

Handy and valuable script!
[Script] A quick script to check for vulnerable drivers. Compares drivers on the system with a list from loldrivers.io
buff.ly/3W6k1si

Credit: api0cradle

Handy and valuable script!
[Script] A quick script to check for vulnerable drivers. Compares drivers on the system with a list from loldrivers.io
buff.ly/3W6k1si 

Credit: api0cradle 

#CyberSecurity #PowerShell
account_circle
Adam Gross [MVP] - ASquareDozen.com(@AdamGrossTX) 's Twitter Profile Photo

Hey Intune Support Team any chance you can get an option added to Win32 apps to force it to call 64-bit Powershell when available?? Nothing like testing everything just fine locally then pushing through Company Portal only to discover that it can't read the 64-bit registry keys

account_circle
Adam Bertram(@adbertram) 's Twitter Profile Photo

tip of the day: Use `Select-Object -First 1` instead of `[0]` for pipeline efficiency on large data sets. It stops processing as soon as the first item is processed, saving time and memory.

#PowerShell tip of the day: Use `Select-Object -First 1` instead of `[0]` for pipeline efficiency on large data sets. It stops processing as soon as the first item is processed, saving time and memory.
account_circle
Adam Bertram(@adbertram) 's Twitter Profile Photo

tip of the day: Use [ordered] to create ordered hash tables. This ensures that elements retain the order they were added in.

#PowerShell tip of the day: Use [ordered] to create ordered hash tables. This ensures that elements retain the order they were added in.
account_circle
James Brundage(@JamesBru) 's Twitter Profile Photo

Ready to Rock your Containers with ?

New bits of Rocker are out!

github.com/StartAutomatin…

(now including a PowerShell + Docker-In-Docker Image)

account_circle