#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 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: 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

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 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 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

💻 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 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

#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

0x3att's tweet image. #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

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-…

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-…

$ErrorActionPreference = "Stop" — because silent errors are deadly. #PowerShellTips #DargslanX


"#powershelltips"에 대한 결과가 없습니다
"#powershelltips"에 대한 결과가 없습니다
"#powershelltips"에 대한 결과가 없습니다
Loading...

Something went wrong.


Something went wrong.


United States Trends