How to Manage PowerShell Notification Settings?

0
0
Asked By TechWizard42 On

Hey everyone! I've set up a push notification in Windows PowerShell to remind users to restart their laptops after a few days, and it's working nicely. However, I've run into an issue: users have the option to disable all notifications for PowerShell, and I can't seem to find a way to either deactivate this option or enable it again. Any suggestions would be really appreciated!

3 Answers

Answered By ScriptNinja99 On

I'd love to see your script if you're willing to share it! It might help others understand how you're implementing the notification.

Answered By GPOGuru87 On

Have you considered using Group Policy? That might be a better way to control notification settings for Windows PowerShell. I found some relevant resources here: https://techcommunity.microsoft.com/discussions/windows-management/missing-a-gpo-setting-for-notifications/4367159. It could offer a solution!

Answered By RegistryRunner68 On

If you're working with Intune, you can use a script to manage registry keys related to notifications. I came across a useful guide about disabling the Action Center, which could apply to your case: [Disable Action Center on Windows 10](https://www.groovypost.com/howto/disable-action-center-windows-10/). Hope that helps!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.