All Tags >
ADS input format (
RSS)
Sorry, but there are no more tags available to filter with.
-
[QUOTE User="LogParser User : ghostfire"]Quote: Hi, 1. Is your IIS computer domain member? 2. Are you run logparger as domain user account (maybe you use local account)? 3. Are DNS settings of IIS computer correct and IIS can lookup DNS zon...[/QUOTE] 1. This is a member, but not the DC. 2. the task...
-
Hi, 1. Is your IIS computer domain member? 2. Are you run logparger as domain user account (maybe you use local account)? 3. Are DNS settings of IIS computer correct and IIS can lookup DNS zone for Active Directory domain (for example, can IIS resolve SRV records like _ldap._tcp.mydomain.com)?
-
Hey, I have a problem with a query: SELECT DisplayName,Description,Department,l,telephoneNumber,BadPWDCount INTO Report.html from LDAP://mydomain.com where BIT_AND( UserAccountControl, 0x10) <> 0" -objClass:user -i:ads -o:tpl -tpl:AD_Template.txt this works perfect on my XP Workstation . When I...
-
I was able to find a couple more samples that led to the working query below: LogParser "SELECT cn, operatingSystem, operatingSystemServicePack FROM 'LDAP://corp.domain.com/CN=Computers,DC=corp,DC=domain,DC=com'" -i:ADS -objClass:Computer The bad part is that a CN or OU must be specified ( /CN=Computers...
-
I am completely stumped about how to use the ADS functionality The following runs if objclass is User, but fails (never returns) if objclass is computer. logparser "SELECT Name FROM 'LDAP://subd.dom.com/DC=subd,DC=dom,DC=com'" -i:ADS -obj Class:Computer The ultimate goal of the query is to product a...
-
Thanks anyway. If you have any recommendations as far as an ACLReporter I would love to hear 'em. Kevin
-
I'm afraid Active Directory does not expose ACL's for local files and folders Worse, there's currently nothing in LP that allows you to get file system ACL's. Anyone wants to write a plug-in?
-
Yes. I have tried SETACL, CACLS, XCACLS.EXE and XCACLS.VBS. All are good but require formatting to varying degrees as far as any sort of readable report. The TPL files in LP worked so well for my Home Folder report that I was hoping to do the same thing with an ACL report. Hope this Helps, Kevin
-
You want to retrieve ACL's through Active Directory?
-
Geetings, I need to get some ACL information on a particular set of folders for an Audit report. Does anyone know how to use LP to pull the ACL information from a folder in a readable format? Thanks, Kevin