Hi, sorry for not answering. I missed that you replied.
I have tried the registry options, creating an "Enabled" DWORD in the below path for Outlook:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Microsoft.Office.OUTLOOK.EXE.15
That disables the notifications. When I remove the "Enabled" DWORD for Outlook the notifications Enables again.
However, with Windows Powershell(HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\WindowsPowerShell\v1.0\powershell.exe) I can turn off the notifications using the "Enabled" DWORD, however when I remove the "Enabled" DWORD the notifications still show as "Off" in settings, and no notifications can be sent by Windows Powershell.
Any ideas on that? The app that we would like to Enable using registry/gpo/sccm is using Powershell to send notifications..
I will test more as well.
If I explain what we want in different words.
If you navigate to: "Settings" -> "System" -> "Notifications & actions" you'll have a section named "Get notifications from these senders".
Under that section are applications listed that have sent a notification. There are a switch to turn notifications on/off for each of theese applications.
What we are looking for is a way to turn the "switch" to ON for a specific application without using the GUI. In other words using Powershell, a GPO, SCCM or something like that.
It must be possible somehow since it can be done trough new settings UI.
Thanks in advance.