I have below relevance to extract the netbios name of computer :
if
(
exists
netbios domainname
of
local computer
of
active directory)
then
(netbios domainname
of
local computer
of
active directory
as
string)
else
(
“N/A”
)
i am getting error on machines where active directory is not defined , expecially on unix machines :
error : the operator ‘active directory’ is not defined
Can someone please advise how to remove this error or modify the relevance in such a way that it will first check whetehr active directory is defined on machine or not…
As per my knowledge there is no AD configured on any unix machine in general (correct me if i am wrong) if this is teh case then how can i retrive the netbios name of unix machine…please advise.