Hello all,
I have a script that actually runs perfectly fine, but I did notice - after extensive testing - that when I add a wmic command inside my script to perform an uninstall, everything works as it's supposed to, but at the end of the script it, my error handling grabs this:
+ CategoryInfo : NotSpecified: (:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Any ideas on how I can rectify this? I don't want any errors in my script, even if they're benign.
Thanks!