How filter out PendingFileRenameOperations from NSCLIENT WIndows Pending Reboot check?
it’s always True.

How filter out PendingFileRenameOperations from NSCLIENT WIndows Pending Reboot check?
it’s always True.

Best answer by Flo
Hello,
If you want to avoid status “WARNING” for “File Rename Operations”, but keep a “WARNING” in another cases, just modify the service model “Pending Reboot” and replace :
%{RebootPending} =~ /true/i
By :
%{RebootPending} =~ /true/i && (%{WindowsUpdate} =~ /true/i || %{ComponentBasedService} =~ /true/i || %{SCCMClient} =~ /true/i || %{ComputerNameChange} =~ /true/i)
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.