🎯 PowerShell Tip: Understanding Arrays
Arrays are key to organizing data in PowerShell. 🖥️ In part 1 of the series, MVP Aleksandar Nikolić & Dr. Tobias Weltner explain how to master them.
🔗 Read here: hubs.ly/Q032ff_B0#PowerShell#ITAutomation#PowerShellTips
🔥 Did you know that you can list all keyboard combinations available in the PowerShell prompt the following cmdlet ? 👇
❓ Get-PSReadLineKeyHandler
#PowerShell#PS1Tips#PowerShellTips
🔥 Did you know that you can list all keyboard combinations available in the PowerShell prompt the following cmdlet ? 👇
❓ Get-PSReadLineKeyHandler
#PowerShell#PS1Tips#PowerShellTips
A quick way to prevent Windows session to lock, go into standby or hibernate:
#PowerShellTips#PS1Tips#PowerShell
Start-Process cmd -ArgumentList "/c PresentationSettings /start" -NoNewWindow
Start-Process cmd -ArgumentList "/c PresentationSettings /stop" -NoNewWindow
#DYK that you can have a kinda *grep* in #Powershell?
If you prefer a *unix syntax or have to switch between a lot of machines, this a little bit balm on the soul. 😂
#powershelltips