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


🔥 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

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 quickly open the Company Portal with PowerShell #powershell #PS1Tips #Intune #MSIntune #MEMPowered $Get_Portal = (Get-AppxPackage -name Microsoft.CompanyPortal).PackageFamilyName explorer.exe shell:appsFolder\$Get_Portal!App

syst_and_deploy's tweet image. You can quickly open the Company Portal with PowerShell
#powershell #PS1Tips #Intune #MSIntune #MEMPowered

$Get_Portal = (Get-AppxPackage -name Microsoft.CompanyPortal).PackageFamilyName
explorer.exe shell:appsFolder\$Get_Portal!App

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

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

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…

👇 Quick way to find pending reboot after update 👇 (New-Object -ComObject "Microsoft.Update.SystemInfo").RebootRequired #PS1Tips #PowerShellTips


A quick way to convert a PS1 file to EXE using IExpress (installed by default on Windows) #powershell #powershelltips #PS1Tips #PS1WPF

You can convert a PS1 file to EXE with iexpress which is installed by default on Windows #powershell #powershelltips #PS1Tips #PS1WPF @Hoorge



🔥 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

🔥 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

👇 Quick way to find pending reboot after update 👇 (New-Object -ComObject "Microsoft.Update.SystemInfo").RebootRequired #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

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

A quick way to convert a PS1 file to EXE using IExpress (installed by default on Windows) #powershell #powershelltips #PS1Tips #PS1WPF

You can convert a PS1 file to EXE with iexpress which is installed by default on Windows #powershell #powershelltips #PS1Tips #PS1WPF @Hoorge



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

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

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 quickly open the Company Portal with PowerShell #powershell #PS1Tips #Intune #MSIntune #MEMPowered $Get_Portal = (Get-AppxPackage -name Microsoft.CompanyPortal).PackageFamilyName explorer.exe shell:appsFolder\$Get_Portal!App

syst_and_deploy's tweet image. You can quickly open the Company Portal with PowerShell
#powershell #PS1Tips #Intune #MSIntune #MEMPowered

$Get_Portal = (Get-AppxPackage -name Microsoft.CompanyPortal).PackageFamilyName
explorer.exe shell:appsFolder\$Get_Portal!App

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

لا توجد نتائج لـ "#ps1tips"

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

🔥 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

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

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 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 quickly open the Company Portal with PowerShell #powershell #PS1Tips #Intune #MSIntune #MEMPowered $Get_Portal = (Get-AppxPackage -name Microsoft.CompanyPortal).PackageFamilyName explorer.exe shell:appsFolder\$Get_Portal!App

syst_and_deploy's tweet image. You can quickly open the Company Portal with PowerShell
#powershell #PS1Tips #Intune #MSIntune #MEMPowered

$Get_Portal = (Get-AppxPackage -name Microsoft.CompanyPortal).PackageFamilyName
explorer.exe shell:appsFolder\$Get_Portal!App

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…

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

Loading...

Something went wrong.


Something went wrong.


United States Trends