#powershelltips search results

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


You can easily block access to all MMC with a bit of PowerShell and Registry or also GPO of course #PS1Tips #PowerShellTips

syst_and_deploy's tweet image. You can easily block access to all MMC with a bit of PowerShell and Registry or also GPO of course
#PS1Tips #PowerShellTips

You can remove user name at login or lock screen with a bit of PowerShell and registry #powershell #powershelltips #PS1Tips

syst_and_deploy's tweet image. You can remove user name at login or lock screen with a bit of PowerShell and registry
#powershell #powershelltips #PS1Tips

🔥 Did you know that you can list all keyboard combinations available in the PowerShell prompt the following cmdlet ? 👇 ❓ Get-PSReadLineKeyHandler #PowerShell #PS1Tips #PowerShellTips

syst_and_deploy's tweet image. 🔥 Did you know that you can list all keyboard combinations available in the PowerShell prompt the following cmdlet ? 👇

❓ Get-PSReadLineKeyHandler

#PowerShell #PS1Tips #PowerShellTips

💻 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

realtauseed's tweet image. 💻 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

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

syst_and_deploy's tweet image. 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

You can easily hide and prevent access to a specific drive or all drives with PowerShell and Registry or GPO #powershell #powershelltips #PS1Tips #WindowsTips

syst_and_deploy's tweet image. You can easily hide and prevent access to a specific drive or all drives with PowerShell and Registry or GPO

#powershell #powershelltips #PS1Tips #WindowsTips

You can enable or disable device location as below or with Intune: #powershell #PS1Tips #powershelltips #MSIntune #Intune #MEMpowered

syst_and_deploy's tweet image. You can enable or disable device location as below or with Intune:
#powershell #PS1Tips #powershelltips #MSIntune #Intune #MEMpowered

You can easily prevent access to a specific drive or all drives with PowerShell and Registry or GPO #powershell #powershelltips #PS1Tips #WindowsTips

syst_and_deploy's tweet image. You can easily prevent access to a specific drive or all drives with PowerShell and Registry or GPO

#powershell #powershelltips #PS1Tips #WindowsTips

You can List/Enable/Disable network adapters options with PowerShell using Get/Enable/Disable-NetAdapterBinding #powershell #powershelltips #PS1Tips

syst_and_deploy's tweet image. You can List/Enable/Disable network adapters options with PowerShell using Get/Enable/Disable-NetAdapterBinding 

#powershell #powershelltips #PS1Tips

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

syst_and_deploy's tweet image. 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

💻 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

realtauseed's tweet image. 💻 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

You can quickly open Windows 10 settings part like storage, display, printers... with #PowerShell #powershelltips #PS1Tips start-process ms-settings: Setting name All settings: ss64.com/nt/syntax-sett…

syst_and_deploy's tweet image. You can quickly open Windows 10 settings part like storage, display, printers... with #PowerShell
#powershelltips #PS1Tips

start-process ms-settings: Setting name

All settings: ss64.com/nt/syntax-sett…

PowerShell and Azure Key Vault: Store password on Azure Key Vault and retrieve them with PowerShell #powershell #powershelltips #PS1Tips #azure #keyvault systanddeploy.com/2021/01/store-…

syst_and_deploy's tweet image. PowerShell and Azure Key Vault: Store password on Azure Key Vault and retrieve them with PowerShell

#powershell #powershelltips #PS1Tips #azure #keyvault

systanddeploy.com/2021/01/store-…

🚀 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

realtauseed's tweet image. 🚀 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

Block or unblock keyboard combinations on your devices with PowerShell #powershell #PS1Tips #powershelltips systanddeploy.com/2021/01/block-…

syst_and_deploy's tweet image. Block or unblock keyboard combinations on your devices with PowerShell

#powershell #PS1Tips #powershelltips

systanddeploy.com/2021/01/block-…

Send a mail using the current outlook user account without to provide credentials with PowerShell #powershell #PS1Tips #powershelltips @Hoorge systanddeploy.com/2021/05/send-m…

syst_and_deploy's tweet image. Send a mail using the current outlook user account without to provide credentials with PowerShell

#powershell #PS1Tips #powershelltips @Hoorge 

systanddeploy.com/2021/05/send-m…

🔧 New PowerShell Tip is Live! 🔧 Want to write cleaner, more efficient PowerShell code? Check out the latest PowerShell tip by MVP @alexandair and Dr. @TobiasPSP on "Assigning Results Correctly for Better Code". 👉 hubs.ly/Q02_V5YT0 #ITAutomation #PowerShellTips


🚀PowerShell Tip #13 is Live!🚀 Today, Dr. @TobiasPSP & MVP @alexandair are back with another must-know tip: Hidden configuration variables in #PowerShell. Don't miss out on this last tip of the series 💡 🔗 Read here: hubs.ly/Q02RsGl-0 #Scriptember #PowerShellTips


💻 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

realtauseed's tweet image. 💻 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

🚀 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

realtauseed's tweet image. 🚀 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

💻 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

realtauseed's tweet image. 💻 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

PowerShell Tip #4: Unlocking Efficiency with Quick Commands! Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks

BugfoeOfficial's tweet image. PowerShell Tip #4: Unlocking Efficiency with Quick Commands!

Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks
BugfoeOfficial's tweet image. PowerShell Tip #4: Unlocking Efficiency with Quick Commands!

Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks
BugfoeOfficial's tweet image. PowerShell Tip #4: Unlocking Efficiency with Quick Commands!

Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks

PowerShell Tip #3: Unlocking Efficiency with Quick Commands! Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks

BugfoeOfficial's tweet image. PowerShell Tip #3: Unlocking Efficiency with Quick Commands!

Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks
BugfoeOfficial's tweet image. PowerShell Tip #3: Unlocking Efficiency with Quick Commands!

Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks
BugfoeOfficial's tweet image. PowerShell Tip #3: Unlocking Efficiency with Quick Commands!

Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks

PowerShell Tip #2: Unlocking Efficiency with Quick Commands! Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks

BugfoeOfficial's tweet image. PowerShell Tip #2: Unlocking Efficiency with Quick Commands!

Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks
BugfoeOfficial's tweet image. PowerShell Tip #2: Unlocking Efficiency with Quick Commands!

Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks
BugfoeOfficial's tweet image. PowerShell Tip #2: Unlocking Efficiency with Quick Commands!

Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks

PowerShell Tip #1: Unlocking Efficiency with Quick Commands! Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks

BugfoeOfficial's tweet image. PowerShell Tip #1: Unlocking Efficiency with Quick Commands!
Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks
BugfoeOfficial's tweet image. PowerShell Tip #1: Unlocking Efficiency with Quick Commands!
Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks
BugfoeOfficial's tweet image. PowerShell Tip #1: Unlocking Efficiency with Quick Commands!
Dive into our series of expert tips to streamline your workflow and maximize productivity. Stay tuned for more PowerShell prowess! #PowerShellTips #EfficiencyBoost #ProductivityHacks #cyberawareness #cyberattacks

Learn how to effortlessly move files from a source folder to a destination folder using PowerShell. Master file management with this step-by-step guide.#PowerShellAutomation #PowerShellFileTransfer #PowerShellTips patrickdomingues.com/2023/07/04/how…


Learn to compress image file sizes using PowerShell! Optimize your website's content for faster loading times.#ImageCompression #PowerShell #PowerShellTips patrickdomingues.com/2023/07/03/how…


Learn how to effortlessly move files from a source folder to a destination folder using PowerShell. Master file management with this step-by-step guide.#PowerShellAutomation #PowerShellFileTransfer #PowerShellTips patrickdomingues.com/?p=5761


You can easily block access to all MMC with a bit of PowerShell and Registry or also GPO of course #PS1Tips #PowerShellTips

syst_and_deploy's tweet image. You can easily block access to all MMC with a bit of PowerShell and Registry or also GPO of course
#PS1Tips #PowerShellTips

You can remove user name at login or lock screen with a bit of PowerShell and registry #powershell #powershelltips #PS1Tips

syst_and_deploy's tweet image. You can remove user name at login or lock screen with a bit of PowerShell and registry
#powershell #powershelltips #PS1Tips

🔥 Did you know that you can list all keyboard combinations available in the PowerShell prompt the following cmdlet ? 👇 ❓ Get-PSReadLineKeyHandler #PowerShell #PS1Tips #PowerShellTips

syst_and_deploy's tweet image. 🔥 Did you know that you can list all keyboard combinations available in the PowerShell prompt the following cmdlet ? 👇

❓ Get-PSReadLineKeyHandler

#PowerShell #PS1Tips #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


You can block keyboard shortcut combinations like "Windows +R" or any combinations you want by using the Windows feature: Device Lockdown > Keyboard Filter Then use below post to block combinations: systanddeploy.com/2021/01/block-… #powershelltips #PS1Tips

syst_and_deploy's tweet image. You can block keyboard shortcut combinations like "Windows +R" or any combinations you want by using the Windows feature: Device Lockdown > Keyboard Filter

Then use below post to block combinations:
systanddeploy.com/2021/01/block-…

#powershelltips #PS1Tips

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

syst_and_deploy's tweet image. 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

💻 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

realtauseed's tweet image. 💻 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

You can enable or disable device location as below or with Intune: #powershell #PS1Tips #powershelltips #MSIntune #Intune #MEMpowered

syst_and_deploy's tweet image. You can enable or disable device location as below or with Intune:
#powershell #PS1Tips #powershelltips #MSIntune #Intune #MEMpowered

You can easily prevent access to a specific drive or all drives with PowerShell and Registry or GPO #powershell #powershelltips #PS1Tips #WindowsTips

syst_and_deploy's tweet image. You can easily prevent access to a specific drive or all drives with PowerShell and Registry or GPO

#powershell #powershelltips #PS1Tips #WindowsTips

Block or unblock keyboard combinations on your devices with PowerShell #powershell #PS1Tips #powershelltips systanddeploy.com/2021/01/block-…

syst_and_deploy's tweet image. Block or unblock keyboard combinations on your devices with PowerShell

#powershell #PS1Tips #powershelltips

systanddeploy.com/2021/01/block-…

Send a mail using the current outlook user account without to provide credentials with PowerShell #powershell #PS1Tips #powershelltips @Hoorge systanddeploy.com/2021/05/send-m…

syst_and_deploy's tweet image. Send a mail using the current outlook user account without to provide credentials with PowerShell

#powershell #PS1Tips #powershelltips @Hoorge 

systanddeploy.com/2021/05/send-m…

You can List/Enable/Disable network adapters options with PowerShell using Get/Enable/Disable-NetAdapterBinding #powershell #powershelltips #PS1Tips

syst_and_deploy's tweet image. You can List/Enable/Disable network adapters options with PowerShell using Get/Enable/Disable-NetAdapterBinding 

#powershell #powershelltips #PS1Tips

You can easily hide and prevent access to a specific drive or all drives with PowerShell and Registry or GPO #powershell #powershelltips #PS1Tips #WindowsTips

syst_and_deploy's tweet image. You can easily hide and prevent access to a specific drive or all drives with PowerShell and Registry or GPO

#powershell #powershelltips #PS1Tips #WindowsTips

You can quickly open Windows 10 settings part like storage, display, printers... with #PowerShell #powershelltips #PS1Tips start-process ms-settings: Setting name All settings: ss64.com/nt/syntax-sett…

syst_and_deploy's tweet image. You can quickly open Windows 10 settings part like storage, display, printers... with #PowerShell
#powershelltips #PS1Tips

start-process ms-settings: Setting name

All settings: ss64.com/nt/syntax-sett…

PowerShell and Azure Key Vault: Store password on Azure Key Vault and retrieve them with PowerShell #powershell #powershelltips #PS1Tips #azure #keyvault systanddeploy.com/2021/01/store-…

syst_and_deploy's tweet image. PowerShell and Azure Key Vault: Store password on Azure Key Vault and retrieve them with PowerShell

#powershell #powershelltips #PS1Tips #azure #keyvault

systanddeploy.com/2021/01/store-…

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

syst_and_deploy's tweet image. 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

You can easily unblock files (after downloading from the Internet) with PowerShell #powershell #powershelltips #PS1Tips systanddeploy.com/2018/08/unbloc…

syst_and_deploy's tweet image. You can easily unblock files (after downloading from the Internet) with PowerShell
#powershell #powershelltips #PS1Tips

systanddeploy.com/2018/08/unbloc…

💻 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

realtauseed's tweet image. 💻 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

🚀 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

realtauseed's tweet image. 🚀 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

Loading...

Something went wrong.


Something went wrong.


United States Trends