No user interaction causes the notification to appear multiple times

Hey all,
I’m setting the schedule of the task to run every 2 hours (as per default).
What I’ve noticed is that if you have no user interaction ie dont click defer or continue it creates multiple notifications. The screenshot shows it missed the 2nd run of the notification at around 5pm but then goes again at 7pm and creates another notification. Is there anyway around this or am I missing something in terms of funtionality?
Thanks
J

If your command line says to wait indefinitely for a user response then I think this is normal.
SCCM will fail an installation after 2 hours by default.

If the installation is a required SCCM install, then it will try the install again.
Rinse and repeat.

Thanks for your response. Just so I’m clear, even if sccm fails after timeout the script wont actually timeout ifself after 1 hr 55?

I can’t help you.
I have no command line or log file to go by.

1 Like

haha, sorry, that would help. :slight_smile:

command lin: Show-InstallationWelcome -AllowDefer -DeferDays ‘3’ -PersistPrompt

Show-InstallationWelcome -AllowDefer -DeferDays ‘3’ -PersistPrompt

[Initialization] :: *******************************************************************************   PSAppDeployToolkit      10/07/2023 15:00:06     3624 (0x0E28)
[Initialization] :: *******************************************************************************   PSAppDeployToolkit      10/07/2023 15:00:06     3624 (0x0E28)
[Initialization] :: [F+PSecurityMaintenence] setup started. PSAppDeployToolkit      10/07/2023 15:00:06     3624 (0x0E28)
[Initialization] :: Script [C:\Windows\ccmcache\r\AppDeployToolkit\AppDeployToolkitMain.ps1] dot-source invoked by [C:\Windows\ccmcache\r\Deploy-Application.ps1] PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: Script [C:\Windows\ccmcache\r\AppDeployToolkit\AppDeployToolkitExtensions.ps1] dot-source invoked by [C:\Windows\ccmcache\r\AppDeployToolkit\AppDeployToolkitMain.ps1]      PSAppDeployToolkitExt   10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: [F+PSecurityMaintenence] script version is [1.0.0]  PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: [F+PSecurityMaintenence] script date is [02/12/2022]      PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: [F+PSecurityMaintenence] script author is [****]     PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: [Deploy Application] script version is [3.8.3]      PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: The following non-default parameters were passed to [Deploy Application]: [-DeploymentType "UNINSTALL"]   PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: [App Deploy Toolkit Main] script version is [3.8.3] PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: [App Deploy Toolkit Extensions] version is [3.8.3]  PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: Computer Name is [******]   PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: Current User is [NT AUTHORITY\SYSTEM]   PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: OS Version is [Microsoft Windows 10 Enterprise 64-bit 10.0.19045.3086]      PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: OS Type is [Workstation]    PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: Current Culture is [en-GB], language is [EN] and UI language is [EN]  PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: Hardware Platform is [Virtual:Hyper-V]  PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: PowerShell Host is [ConsoleHost] with version [5.1.19041.3031]  PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: PowerShell Version is [5.1.19041.3031 x64]    PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: PowerShell CLR (.NET) version is [4.0.30319.42000]  PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: *******************************************************************************   PSAppDeployToolkit      10/07/2023 15:00:07     3624 (0x0E28)
[Initialization] :: Display session information for all logged on users:


NTAccount           : ******
SID                 : S-1-5-21-1715567821-1078081533-839522115-104463
UserName            : ***
DomainName          : ****
SessionId           : 1
SessionName         : Console
ConnectState        : Active
IsCurrentSession    : True
IsConsoleSession    : True
IsActiveUserSession : True
IsUserSession       : True
IsRdpSession        : False
IsLocalAdmin        : False
LogonTime           : 10/07/2023 14:38:54
IdleTime            : 00:00:00
DisconnectTime      :
ClientName          :
ClientProtocolType  :
ClientDirectory     :
ClientBuildNumber   : 0



      PSAppDeployToolkit      10/07/2023 15:00:08     3624 (0x0E28)
[Initialization] :: The following users are logged on to the system: [*****]. PSAppDeployToolkit      10/07/2023 15:00:08     3624 (0x0E28)
[Initialization] :: Current process is running with user account [NT AUTHORITY\SYSTEM] under logged in user session for [*****].    PSAppDeployToolkit      10/07/2023 15:00:08     3624 (0x0E28)
[Initialization] :: The following user is the console user [*****] (user with control of physical monitor, keyboard, and mouse).    PSAppDeployToolkit      10/07/2023 15:00:08     3624 (0x0E28)
[Initialization] :: The active logged on user is [*****].   PSAppDeployToolkit      10/07/2023 15:00:08     3624 (0x0E28)
[Initialization] :: The active logged on user [*****] has a primary UI language of [EN].  PSAppDeployToolkit      10/07/2023 15:00:08     3624 (0x0E28)
[Initialization] :: The following UI messages were imported from the config XML file: [UI_Messages_EN].     PSAppDeployToolkit      10/07/2023 15:00:08     3624 (0x0E28)
[Initialization] :: The active logged on user [*****] has a DPI scale factor of [100] with DPI pixels [96]. PSAppDeployToolkit      10/07/2023 15:00:08     3624 (0x0E28)
[Initialization] :: Unable to load COM Object [Microsoft.SMS.TSEnvironment]. Therefore, script is not currently running from a SCCM Task Sequence.    PSAppDeployToolkit      10/07/2023 15:00:08     3624 (0x0E28)
[Initialization] :: Service [EventSystem] exists.     Test-ServiceExists      10/07/2023 15:00:09     3624 (0x0E28)
[Initialization] :: Get the service [EventSystem] startup mode.   Get-ServiceStartMode    10/07/2023 15:00:09     3624 (0x0E28)
[Initialization] :: Service [EventSystem] startup mode is set to [Automatic]. Get-ServiceStartMode    10/07/2023 15:00:10     3624 (0x0E28)
[Initialization] :: Get the service object for service [EventSystem].   Start-ServiceAndDependencies  10/07/2023 15:00:10     3624 (0x0E28)
[Initialization] :: Service [EventSystem] with display name [COM+ Event System] has a status of [Running].  Start-ServiceAndDependencies  10/07/2023 15:00:10     3624 (0x0E28)
[Initialization] :: Service [RpcSs] exists.     Test-ServiceExists      10/07/2023 15:00:11     3624 (0x0E28)
[Initialization] :: Get the service [RpcSs] startup mode.   Get-ServiceStartMode    10/07/2023 15:00:11     3624 (0x0E28)
[Initialization] :: Service [RpcSs] startup mode is set to [Automatic]. Get-ServiceStartMode    10/07/2023 15:00:12     3624 (0x0E28)
[Initialization] :: Get the service object for service [RpcSs].   Start-ServiceAndDependencies  10/07/2023 15:00:12     3624 (0x0E28)
[Initialization] :: Service [RpcSs] with display name [Remote Procedure Call (RPC)] has a status of [Running].    Start-ServiceAndDependencies  10/07/2023 15:00:12     3624 (0x0E28)
[Initialization] :: Service [EventLog] exists.  Test-ServiceExists      10/07/2023 15:00:13     3624 (0x0E28)
[Initialization] :: Get the service [EventLog] startup mode.      Get-ServiceStartMode    10/07/2023 15:00:13     3624 (0x0E28)
[Initialization] :: Service [EventLog] startup mode is set to [Automatic].    Get-ServiceStartMode    10/07/2023 15:00:14     3624 (0x0E28)
[Initialization] :: Get the service object for service [EventLog].      Start-ServiceAndDependencies  10/07/2023 15:00:14     3624 (0x0E28)
[Initialization] :: Service [EventLog] with display name [Windows Event Log] has a status of [Running].     Start-ServiceAndDependencies  10/07/2023 15:00:14     3624 (0x0E28)
[Initialization] :: Service [Schedule] exists.  Test-ServiceExists      10/07/2023 15:00:15     3624 (0x0E28)
[Initialization] :: Get the service [Schedule] startup mode.      Get-ServiceStartMode    10/07/2023 15:00:15     3624 (0x0E28)
[Initialization] :: Service [Schedule] startup mode is set to [Automatic].    Get-ServiceStartMode    10/07/2023 15:00:16     3624 (0x0E28)
[Initialization] :: Get the service object for service [Schedule].      Start-ServiceAndDependencies  10/07/2023 15:00:16     3624 (0x0E28)
[Initialization] :: Service [Schedule] with display name [Task Scheduler] has a status of [Running].  Start-ServiceAndDependencies  10/07/2023 15:00:16     3624 (0x0E28)
[Initialization] :: The task scheduler service is in a healthy state: True.   PSAppDeployToolkit      10/07/2023 15:00:16     3624 (0x0E28)
[Initialization] :: Session 0 detected, process running in user interactive mode, user(s) logged in.  PSAppDeployToolkit      10/07/2023 15:00:16     3624 (0x0E28)
[Initialization] :: Installation is running in [Interactive] mode.      PSAppDeployToolkit      10/07/2023 15:00:16     3624 (0x0E28)
[Initialization] :: Deployment type is [Uninstallation].    PSAppDeployToolkit      10/07/2023 15:00:16     3624 (0x0E28)
[Pre-Uninstallation] :: Get deferral history... Get-DeferHistory  10/07/2023 15:00:16     3624 (0x0E28)
[Pre-Uninstallation] :: Registry key [Registry::HKEY_LOCAL_MACHINE\SOFTWARE\PSAppDeployToolkit\DeferHistory\F+PSecurityMaintenence] does not exist. Return $null. Get-RegistryKey   10/07/2023 15:00:16     3624 (0x0E28)
[Pre-Uninstallation] :: Convert the date [07/13/2023 15:00:16] to a universal sortable date time pattern based on the current culture [en-GB].  Get-UniversalDate 10/07/2023 15:00:16     3624 (0x0E28)
[Pre-Uninstallation] :: User has until [2023-07-13 15:00:16Z] before deferral expires.    Show-InstallationWelcome      10/07/2023 15:00:16     3624 (0x0E28)
[Pre-Uninstallation] :: Convert the date [07/10/2023 15:00:16] to a universal sortable date time pattern based on the current culture [en-GB].  Get-UniversalDate 10/07/2023 15:00:16     3624 (0x0E28)
[Pre-Uninstallation] :: User has the option to defer. Show-WelcomePrompt      10/07/2023 15:00:17     3624 (0x0E28)
[Initialization] :: *******************************************************************************   PSAppDeployToolkit      10/07/2023 18:57:07     6976 (0x1B40)
[Initialization] :: *******************************************************************************   PSAppDeployToolkit      10/07/2023 18:57:07     6976 (0x1B40)
[Initialization] :: [F+PSecurityMaintenence] setup started. PSAppDeployToolkit      10/07/2023 18:57:07     6976 (0x1B40)
[Initialization] :: Script [C:\Windows\ccmcache\r\AppDeployToolkit\AppDeployToolkitMain.ps1] dot-source invoked by [C:\Windows\ccmcache\r\Deploy-Application.ps1] PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: Script [C:\Windows\ccmcache\r\AppDeployToolkit\AppDeployToolkitExtensions.ps1] dot-source invoked by [C:\Windows\ccmcache\r\AppDeployToolkit\AppDeployToolkitMain.ps1]      PSAppDeployToolkitExt   10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: [F+PSecurityMaintenence] script version is [1.0.0]  PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: [F+PSecurityMaintenence] script date is [02/12/2022]      PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: [F+PSecurityMaintenence] script author is [*****]     PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: [Deploy Application] script version is [3.8.3]      PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: The following non-default parameters were passed to [Deploy Application]: [-DeploymentType "UNINSTALL"]   PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: [App Deploy Toolkit Main] script version is [3.8.3] PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: [App Deploy Toolkit Extensions] version is [3.8.3]  PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: Computer Name is [*******]   PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: Current User is [NT AUTHORITY\SYSTEM]   PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: OS Version is [Microsoft Windows 10 Enterprise 64-bit 10.0.19045.3086]      PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: OS Type is [Workstation]    PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: Current Culture is [en-GB], language is [EN] and UI language is [EN]  PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: Hardware Platform is [Virtual:Hyper-V]  PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: PowerShell Host is [ConsoleHost] with version [5.1.19041.3031]  PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: PowerShell Version is [5.1.19041.3031 x64]    PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: PowerShell CLR (.NET) version is [4.0.30319.42000]  PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: *******************************************************************************   PSAppDeployToolkit      10/07/2023 18:57:08     6976 (0x1B40)
[Initialization] :: Display session information for all logged on users:


NTAccount           : *****
SID                 : S-1-5-21-1715567821-1078081533-839522115-104463
UserName            : *****
DomainName          : *****
SessionId           : 1
SessionName         : Console
ConnectState        : Active
IsCurrentSession    : True
IsConsoleSession    : True
IsActiveUserSession : True
IsUserSession       : True
IsRdpSession        : False
IsLocalAdmin        : False
LogonTime           : 10/07/2023 14:38:54
IdleTime            : 00:00:00
DisconnectTime      :
ClientName          :
ClientProtocolType  :
ClientDirectory     :
ClientBuildNumber   : 0



      PSAppDeployToolkit      10/07/2023 18:57:09     6976 (0x1B40)
[Initialization] :: The following users are logged on to the system: [*****]. PSAppDeployToolkit      10/07/2023 18:57:09     6976 (0x1B40)
[Initialization] :: Current process is running with user account [NT AUTHORITY\SYSTEM] under logged in user session for [*****].    PSAppDeployToolkit      10/07/2023 18:57:09     6976 (0x1B40)
[Initialization] :: The following user is the console user [*****] (user with control of physical monitor, keyboard, and mouse).    PSAppDeployToolkit      10/07/2023 18:57:09     6976 (0x1B40)
[Initialization] :: The active logged on user is [*****].   PSAppDeployToolkit      10/07/2023 18:57:09     6976 (0x1B40)
[Initialization] :: The active logged on user [*****] has a primary UI language of [EN].  PSAppDeployToolkit      10/07/2023 18:57:09     6976 (0x1B40)
[Initialization] :: The following UI messages were imported from the config XML file: [UI_Messages_EN].     PSAppDeployToolkit      10/07/2023 18:57:09     6976 (0x1B40)
[Initialization] :: The active logged on user [*****] has a DPI scale factor of [100] with DPI pixels [96]. PSAppDeployToolkit      10/07/2023 18:57:09     6976 (0x1B40)
[Initialization] :: Unable to load COM Object [Microsoft.SMS.TSEnvironment]. Therefore, script is not currently running from a SCCM Task Sequence.    PSAppDeployToolkit      10/07/2023 18:57:09     6976 (0x1B40)
[Initialization] :: Service [EventSystem] exists.     Test-ServiceExists      10/07/2023 18:57:10     6976 (0x1B40)
[Initialization] :: Get the service [EventSystem] startup mode.   Get-ServiceStartMode    10/07/2023 18:57:10     6976 (0x1B40)
[Initialization] :: Service [EventSystem] startup mode is set to [Automatic]. Get-ServiceStartMode    10/07/2023 18:57:11     6976 (0x1B40)
[Initialization] :: Get the service object for service [EventSystem].   Start-ServiceAndDependencies  10/07/2023 18:57:11     6976 (0x1B40)
[Initialization] :: Service [EventSystem] with display name [COM+ Event System] has a status of [Running].  Start-ServiceAndDependencies  10/07/2023 18:57:11     6976 (0x1B40)
[Initialization] :: Service [RpcSs] exists.     Test-ServiceExists      10/07/2023 18:57:12     6976 (0x1B40)
[Initialization] :: Get the service [RpcSs] startup mode.   Get-ServiceStartMode    10/07/2023 18:57:13     6976 (0x1B40)
[Initialization] :: Service [RpcSs] startup mode is set to [Automatic]. Get-ServiceStartMode    10/07/2023 18:57:14     6976 (0x1B40)
[Initialization] :: Get the service object for service [RpcSs].   Start-ServiceAndDependencies  10/07/2023 18:57:14     6976 (0x1B40)
[Initialization] :: Service [RpcSs] with display name [Remote Procedure Call (RPC)] has a status of [Running].    Start-ServiceAndDependencies  10/07/2023 18:57:14     6976 (0x1B40)
[Initialization] :: Service [EventLog] exists.  Test-ServiceExists      10/07/2023 18:57:15     6976 (0x1B40)
[Initialization] :: Get the service [EventLog] startup mode.      Get-ServiceStartMode    10/07/2023 18:57:15     6976 (0x1B40)
[Initialization] :: Service [EventLog] startup mode is set to [Automatic].    Get-ServiceStartMode    10/07/2023 18:57:16     6976 (0x1B40)
[Initialization] :: Get the service object for service [EventLog].      Start-ServiceAndDependencies  10/07/2023 18:57:16     6976 (0x1B40)
[Initialization] :: Service [EventLog] with display name [Windows Event Log] has a status of [Running].     Start-ServiceAndDependencies  10/07/2023 18:57:16     6976 (0x1B40)
[Initialization] :: Service [Schedule] exists.  Test-ServiceExists      10/07/2023 18:57:17     6976 (0x1B40)
[Initialization] :: Get the service [Schedule] startup mode.      Get-ServiceStartMode    10/07/2023 18:57:17     6976 (0x1B40)
[Initialization] :: Service [Schedule] startup mode is set to [Automatic].    Get-ServiceStartMode    10/07/2023 18:57:18     6976 (0x1B40)
[Initialization] :: Get the service object for service [Schedule].      Start-ServiceAndDependencies  10/07/2023 18:57:18     6976 (0x1B40)
[Initialization] :: Service [Schedule] with display name [Task Scheduler] has a status of [Running].  Start-ServiceAndDependencies  10/07/2023 18:57:18     6976 (0x1B40)
[Initialization] :: The task scheduler service is in a healthy state: True.   PSAppDeployToolkit      10/07/2023 18:57:18     6976 (0x1B40)
[Initialization] :: Session 0 detected, process running in user interactive mode, user(s) logged in.  PSAppDeployToolkit      10/07/2023 18:57:18     6976 (0x1B40)
[Initialization] :: Installation is running in [Interactive] mode.      PSAppDeployToolkit      10/07/2023 18:57:18     6976 (0x1B40)
[Initialization] :: Deployment type is [Uninstallation].    PSAppDeployToolkit      10/07/2023 18:57:18     6976 (0x1B40)
[Pre-Uninstallation] :: Get deferral history... Get-DeferHistory  10/07/2023 18:57:18     6976 (0x1B40)
[Pre-Uninstallation] :: Registry key [Registry::HKEY_LOCAL_MACHINE\SOFTWARE\PSAppDeployToolkit\DeferHistory\F+PSecurityMaintenence] does not exist. Return $null. Get-RegistryKey   10/07/2023 18:57:18     6976 (0x1B40)
[Pre-Uninstallation] :: Convert the date [07/13/2023 18:57:18] to a universal sortable date time pattern based on the current culture [en-GB].  Get-UniversalDate 10/07/2023 18:57:18     6976 (0x1B40)
[Pre-Uninstallation] :: User has until [2023-07-13 18:57:18Z] before deferral expires.    Show-InstallationWelcome      10/07/2023 18:57:18     6976 (0x1B40)
[Pre-Uninstallation] :: Convert the date [07/10/2023 18:57:18] to a universal sortable date time pattern based on the current culture [en-GB].  Get-UniversalDate 10/07/2023 18:57:18     6976 (0x1B40)
[Pre-Uninstallation] :: User has the option to defer. Show-WelcomePrompt      10/07/2023 18:57:18     6976 (0x1B40)
[Pre-Uninstallation] :: Installation deferred by the user.  Show-InstallationWelcome      10/07/2023 19:14:11     6976 (0x1B40)
[Pre-Uninstallation] :: Set deferral history: [DeferDeadline = 2023-07-13 18:57:18Z].     Set-DeferHistory  10/07/2023 19:14:11     6976 (0x1B40)
[Pre-Uninstallation] :: Create registry key [Registry::HKEY_LOCAL_MACHINE\SOFTWARE\PSAppDeployToolkit\DeferHistory\F+PSecurityMaintenence].     Set-RegistryKey   10/07/2023 19:14:11     6976 (0x1B40)
[Pre-Uninstallation] :: Set registry key value: [Registry::HKEY_LOCAL_MACHINE\SOFTWARE\PSAppDeployToolkit\DeferHistory\F+PSecurityMaintenence] [DeferDeadline = 2023-07-13 18:57:18Z].    Set-RegistryKey   10/07/2023 19:14:11     6976 (0x1B40)
[Pre-Uninstallation] :: F+PSecurityMaintenence Uninstallation completed with exit code [60012]. Exit-Script 10/07/2023 19:14:11     6976 (0x1B40)
[Pre-Uninstallation] :: Check if PowerPoint is in either fullscreen slideshow mode or presentation mode...  Test-PowerPoint   10/07/2023 19:14:11     6976 (0x1B40)
[Pre-Uninstallation] :: PowerPoint application is not running.    Test-PowerPoint   10/07/2023 19:14:12     6976 (0x1B40)
[Pre-Uninstallation] :: PowerPoint is running in fullscreen mode [False].     Test-PowerPoint   10/07/2023 19:14:12     6976 (0x1B40)
[Pre-Uninstallation] :: Display balloon tip notification asynchronously with message [Uninstallation not complete.].    Show-BalloonTip   10/07/2023 19:14:12     6976 (0x1B40)
[Pre-Uninstallation] :: [C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe] is a valid fully qualified path, continue.      Execute-Process   10/07/2023 19:14:12     6976 (0x1B40)
[Pre-Uninstallation] :: Working Directory is [C:\Windows\System32\WindowsPowerShell\v1.0].      Execute-Process   10/07/2023 19:14:12     6976 (0x1B40)
[Pre-Uninstallation] :: Executing [C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe [PowerShell ScriptBlock]]...     Execute-Process   10/07/2023 19:14:12     6976 (0x1B40)
[Pre-Uninstallation] :: NoWait parameter specified. Continuing without waiting for exit code... Execute-Process   10/07/2023 19:14:12     6976 (0x1B40)
[Pre-Uninstallation] :: -------------------------------------------------------------------------------     Exit-Script 10/07/2023 19:14:12     6976 (0x1B40)
[Pre-Uninstallation] :: Installation deferred by the user.  Show-InstallationWelcome      10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: Set deferral history: [DeferDeadline = 2023-07-13 15:00:16Z].     Set-DeferHistory  10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: Update registry key value: [Registry::HKEY_LOCAL_MACHINE\SOFTWARE\PSAppDeployToolkit\DeferHistory\F+PSecurityMaintenence] [DeferDeadline = 2023-07-13 15:00:16Z]. Set-RegistryKey   10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: F+PSecurityMaintenence Uninstallation completed with exit code [60012]. Exit-Script 10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: Check if PowerPoint is in either fullscreen slideshow mode or presentation mode...  Test-PowerPoint   10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: PowerPoint application is not running.    Test-PowerPoint   10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: PowerPoint is running in fullscreen mode [False].     Test-PowerPoint   10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: Display balloon tip notification asynchronously with message [Uninstallation not complete.].    Show-BalloonTip   10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: [C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe] is a valid fully qualified path, continue.      Execute-Process   10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: Working Directory is [C:\Windows\System32\WindowsPowerShell\v1.0].      Execute-Process   10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: Executing [C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe [PowerShell ScriptBlock]]...     Execute-Process   10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: NoWait parameter specified. Continuing without waiting for exit code... Execute-Process   10/07/2023 19:14:13     3624 (0x0E28)
[Pre-Uninstallation] :: -------------------------------------------------------------------------------     Exit-Script 10/07/2023 19:14:13     3624 (0x0E28)

[Moderator: Contents merged with previous post and formatted as code]

Noticed 2 things:
-your version of PSADT is v 3.8.3 (Very old)

-Someone clicked [Defer] or the script did it for you.(Dunno, I don’t use Defer)
[Pre-Uninstallation] :: Installation deferred by the user. Show-InstallationWelcome 10/07/2023 19:14:13 3624 (0x0E28)

Thanks dude. That defer was me. It had two notifications by that point. Good point about it being old. Probably a good idea to update it.

@That-Annoying-Guy updating the version of the script solved it. Cheers bud. Although dont know why I didnt think of that first. :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.