Explore tweets tagged as #PowerShellTips
Working on a quick systray user tool: - Display device infos - Open Quick assist - Open Company portal - Sync device (Intune + MECM) - Send devices logs to support (Upload a ZIP on a sharepoint) #powershell #powershelltips #PS1Tips #XAML #WPF #PS1WPF
20
48
229
You can remove user name at login or lock screen with a bit of PowerShell and registry #powershell #powershelltips #PS1Tips
6
27
92
You can easily block access to all MMC with a bit of PowerShell and Registry or also GPO of course #PS1Tips #PowerShellTips
0
8
26
π₯ Did you know that you can list all keyboard combinations available in the PowerShell prompt the following cmdlet ? π β Get-PSReadLineKeyHandler #PowerShell #PS1Tips #PowerShellTips
1
35
108
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
0
40
97
You can easily hide and prevent access to a specific drive or all drives with PowerShell and Registry or GPO #powershell #powershelltips #PS1Tips #WindowsTips
3
10
38
You can easily prevent access to a specific drive or all drives with PowerShell and Registry or GPO #powershell #powershelltips #PS1Tips #WindowsTips
1
17
58
You can enable or disable device location as below or with Intune: #powershell #PS1Tips #powershelltips #MSIntune #Intune #MEMpowered
0
6
27
You can List/Enable/Disable network adapters options with PowerShell using Get/Enable/Disable-NetAdapterBinding #powershell #powershelltips #PS1Tips
0
12
34
π PowerShell tip: Use the `Split` function to split strings into arrays, without needing to use `regex`! Example: `$myArray = "hello,world,foo,bar" -Split ","` Level up your PowerShell game with this handy trick! π» #PowerShellTips #Productivity
0
0
1
π» PowerShell Tip: Need to debug a script? Use `Set-PSDebug`! π΅οΈββοΈ Examples: 1.`Set-PSDebug -Trace` 2.`Set-PSDebug -Off` Debug like a pro! πͺ #PowerShellTips #DebuggingHacks
0
0
0
You can easily disable right-click context menu on Start menu, Task Bar, Windows Explorer and Desktop with PowerShell and registry or GPO #powershell #PS1Tips #powershelltips
2
10
38
π» PowerShell Tip! π‘ Need to run a command as an administrator? π€ Use `Start-Process` with the `RunAs` verb! π Example: `Start-Process -FilePath "cmd" -Verb RunAs` Elevate your PowerShell game and take control of your scripts! π» #PowerShellTips #WindowsAutomation
0
0
0
OneDrive and PowerShell: Get size and size on disk #powershell #PS1Tips #powershelltips #onedrive
@Hoorge @DeploymentMX @KelvinTegelaar
https://t.co/BiLNduvM8I
1
12
44
Why did the XML node apply for witness protection in PowerShell? Can you help find its aliasβIDREF?" Source: https://t.co/XT2Ob0GV5G
#ScriptingLife #PowerShellCommunity #XML #PowerShellTips #xml #node
0
0
7
You can quickly open Windows 10 settings part like storage, display, printers... with #PowerShell
#powershelltips #PS1Tips start-process ms-settings: Setting name All settings: https://t.co/SkJDRivmuO
1
12
42
PowerShell and Azure Key Vault: Store password on Azure Key Vault and retrieve them with PowerShell #powershell #powershelltips #PS1Tips #azure #keyvault
https://t.co/KiSbTzKb8N
2
6
19
Block or unblock keyboard combinations on your devices with PowerShell #powershell #PS1Tips #powershelltips
https://t.co/3CMzVnHDY8
0
10
15
#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
0
0
1