How to find USB Enable or disable

Hi,

I have using IBM Bigfix Lifecycle module, also Symantec endpoint management in my environment,
we had applied the “USB Block” policy using Symantec,

I want to take a reports based on which is the machine are USB enable and which is the machines are USB disable from bigfix console,

can any one share the relevance for this scenario?

Thanks,
Nagaraj,

Where can you confirm on the devices that this has been applied by Symantec? Regkey or something?

Hi,

I have managed Anti virus in symantec platform in my environment,

Thanks,
Nagaraj,

Hi Nagaraj,

This is the relevance to check USB Enable OR disabled thought Registry

if (exist value “Start” whose (it as integer = 3) of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR” of registry) then (“Yes” as string) else if (exist value “Start” whose (it as integer = 4) of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR” of registry) then (“No” as string) else “N/A”

Thanks

Hi,

the start value 3 mean enable, start value 4 mean disable, right?

because some machines shown start value 3, but i have blocked the USB those machine using symantec,

so the start value is not shown the correct reports.
any other please share me

Thanks,
Nagaraj.