Hi Everyone,
I need your help, i was doing research but i cant find nothing that can help me.
I have this query :
exists value whose (name of it is "Enabled") of key "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\server" of native registry
And in a few servers i have the response “Singular expression refers to non-existent object”. Yes, i know that the key doesnt exist. but I need that query to give a boolean value, true if it exists or false if it does not exist (it is for some compliance controls) and I am not able to get false if it does not exist.
Can someone help me?
Thank you very much for your help.