Created on 02-09-2010 02:02 PM Edited on 11-14-2024 08:28 AM By spoojary
Description
This article describes that when selecting 'Show logon Users' in the Collector Agent, some users may have status set as 'Not Verified'.
This article explains the meaning of this message and provides some common causes.
Scope
FSSO Collector Agent
Solution
While the Collector Agent receives login events for users from the DC agents, Windows does not generate log out events.
As such, the collector agent needs to verify that the user is still logged in by remote registry checking or WMI (default). The collectoragent.exe (FSSO) sends traffic to the user’s IP address on ports 139, 445, and 389 to verify if the workstation is online.
Example of correct WMI operation:
To check if WMI is working as desired from server where FSSO Collector Agent is installed, start command prompt under the domain account which is used to run FSSO Collector Agent service and execute the below command.
It should return the username of the use currently logged on the remote workstation:
#wmic /NODE:<WORKSTATION_HOSTNAME_OR_IP> COMPUTERSYSTEM GET USERNAME
Example:
Microsoft Windows [Version 10.0.14393]
Example:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\Users\admin>wmic /NODE:10.212.0.100 NICCONFIG GET IPADDRESS,SERVICENAME
IPAddress ServiceName
kdnic
{"10.212.0.100"} netkvm
{"169.254.90.227", "fe80::15db:2dee:7774:5ae3"} netkvm
{"169.254.237.196", "fe80::9587:3361:5c30:edc4"} netkvm
{"169.254.50.184", "fe80::104d:8984:167b:32b8"} netkvm
Examples of common issues:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\Users\admin>wmic /NODE:10.212.0.100 COMPUTERSYSTEM GET USERNAME
UserName
OS\boris.pozdena
C:\Users\admin>
C:\Users\admin>wmic /NODE:10.212.0.100 COMPUTERSYSTEM GET USERNAME
Node - 10.212.0.100
ERROR:
Description = Access is denied.
(c) 2016 Microsoft Corporation. All rights reserved.
C:\Users\admin>wmic /NODE:10.212.0.100 COMPUTERSYSTEM GET USERNAME
Node - 10.212.0.100
ERROR:
Description = Server execution failed
To resolve the issue, please ensure that:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\Users\admin>wmic /NODE:10.212.0.100 COMPUTERSYSTEM GET USERNAME
Node - 10.212.0.100
ERROR:
Description = The RPC server is unavailable.
name_ip_match: failed to connect to workstation
or
wksta_check: failed to connect to workstation:
There are a few things that can cause the collector agent not to be able to connect to the user's work station. The following are the most common causes:
wksta_check: workstation has no valid ip address
This check was performed using the Remote Registry Service, not WMI ( this could be because workstation verify interval is disabled on Collector Agent)
It seems the windows machine can use the Remote Registry, it is unable to perform WMI-based checks.
Verify the WMI and OS versions, or consider disabling WMI on the Collector.
If using polling mode, switch from WinSecWMI to WinSec.
Go to Advanced Settings -> General -> Workstation Check, and uncheck the option 'Use WMI to check user logoff'.
Related articles:
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.