Hi guys I'm attempting to do a Cumulative Update for august 2018 on a windows server 2012. I'm attempting this on a testing environment. When I run the cumulative update I get this error:
get-process : Cannot find a process with the name
"ubersrv2013-kb4032247-fullfile-x64-glb". Verify the process name and call the
cmdlet again.
At C:\CUAgost2018\reducetimesp1.ps1:118 char:9
+ $proc = get-process $filename
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (ubersrv2013-kb4032247-fullfile-
x64-glb:String) [Get-Process], ProcessCommandException
+ FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.
Commands.GetProcessCommand
You cannot call a method on a null-valued expression.
At C:\CUAgost2018\reducetimesp1.ps1:119 char:1
+ $proc.WaitForExit()
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull