Hi guys
I need to uninstall a windows update and I created a task sequence using t6he command
c:\Windows\System32\wusa.exe /uninstall /kb:KB4574727 /quiet /norestart
On the clients it just stays at "installing" and never finishes. I checked the smsts log and it has
Expand a string: WinPEandFullOS TSManager 9/16/2020 1:26:10 PM 13440 (0x3480)
Executing command line: smsswd.exe /run: wusa.exe /uninstall /kb:KB4574727 /quiet /norestart with options (0, 4) TSManager 9/16/2020 1:26:10 PM 13440 (0x3480)
================================ [ smsswd.exe ] ================================ InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
PackageID = '' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
BaseVar = '', ContinueOnError='' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
ProgramName is being logged ('OSDDoNotLogCommand' is not set to 'True') InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
ProgramName = 'wusa.exe /uninstall /kb:KB4574727 /quiet /norestart' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
SwdAction = '0001' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Command line for extension .exe is "%1" %* InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Set command line: Run command line InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Working dir 'not set' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Executing command line: Run command line with options (0, 4) InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Im not sure what the issue is any help would be appreciated
I need to uninstall a windows update and I created a task sequence using t6he command
c:\Windows\System32\wusa.exe /uninstall /kb:KB4574727 /quiet /norestart
On the clients it just stays at "installing" and never finishes. I checked the smsts log and it has
Expand a string: WinPEandFullOS TSManager 9/16/2020 1:26:10 PM 13440 (0x3480)
Executing command line: smsswd.exe /run: wusa.exe /uninstall /kb:KB4574727 /quiet /norestart with options (0, 4) TSManager 9/16/2020 1:26:10 PM 13440 (0x3480)
================================ [ smsswd.exe ] ================================ InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
PackageID = '' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
BaseVar = '', ContinueOnError='' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
ProgramName is being logged ('OSDDoNotLogCommand' is not set to 'True') InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
ProgramName = 'wusa.exe /uninstall /kb:KB4574727 /quiet /norestart' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
SwdAction = '0001' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Command line for extension .exe is "%1" %* InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Set command line: Run command line InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Working dir 'not set' InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Executing command line: Run command line with options (0, 4) InstallSoftware 9/16/2020 1:26:10 PM 13608 (0x3528)
Im not sure what the issue is any help would be appreciated