All Tags >
ADS input format (
RSS)
Sorry, but there are no more tags available to filter with.
-
Thanks so much. It worked like a charm. I even have the book and just didn't see that. Cabby
-
You nailed the problem on the head when you mentioned the space. This excerpt from the FROM clause in the help file describes the problem and the solution (NOT to be considered RTFM; just a reference for you) Each element can not contain spaces, ' , ' (comma) characters, or ' ; ' (semicolon) characters...
-
I'm trying to dump some info from a specific OU. I've done this before with no problems but this OU has a space in its name. I've tried quotes, parenthesis, brackets in different places but can't get it to work. I'm including the syntax. Our DC name has been replaced by ???. The problem is the OU=PHM...
-
You mean you want to run a query and find out if new Computer objects have been created since the last time you run the query? Since the ADS input format does not support the "incremental parsing" feature, you'll need to store somewhere the time at which you ran the last query (say, 12 PM of today),...
-
I'm trying to use Log Parser to query for computer object creation, I'm trying to get Hostname and creation time back everytime I run the report I would like it to continue from where it finished last time. I haven't found any examples of using the ADS input format on here - Can anyone shed any light...