François-Xavier Cat

Results 46 comments of François-Xavier Cat

Yep, in addition to add a new line to your log, add a entry to the EventLog. I had some case in my work where I wanted to do that....

@apetitjean Application Log by default ? Make EventID and EventLog mandatory in their ParameterSetName. This would be useful if you want a monitoring tool to capture some specific EventID

That could be one solution however you won't know which parameter was used when looking at the log. So I'm thinking, this should be included in the metadata of the...

@julienbassin yep definitely. So we have already Get-ADSIGroupPolicyObject and there is another issue talking about GPO #9 with some pointers.

Thanks @jakedenyer-s24 for the feedback!

Related: https://evetsleep.github.io/adsi/2017/02/22/SDSFormat.html

We might want to keep the number of properties to return to the default or low number. We can use Get-ADSISchema to retrieve all properties available (mandatory and optional) if...

Thanks for the feedback and suggestions @RamblingCookieMonster After a quick search, It seems we can also do `(anr==wf)` [see here](https://social.technet.microsoft.com/wiki/contents/articles/22653.active-directory-ambiguous-name-resolution.aspx#Details) Will look into it.

Thanks @evetsleep for the great info. Yeah it make sense. Can we select the properties to be returned ? PropertiesToLoad.Add() PropertiesToLoad.AddRange() I did not test yet, but it appears to...