François-Xavier Cat
François-Xavier Cat
Could be nice to have an entry added in the eventlog if a specific Parameter is used Write-EZlog -message "END" -Category INF -EventLog -eventID 1200
Great module Arnaud! Would it be possible to add support for TimeZone OR Set the time to UTC/GMT by default. This becomes very helpful when you compare logs coming from...
Every scripts should have: * Description * Synopsis * Examples * Parameters help
Look into one of the CI/CD solution to do Lint and Unit tests
It seem that the user account is showed as a groupname in the output
**Script:** AD-GROUP-Monitor_MemberShip.ps1 **Reported by Michal Burda**: _when csv was imported/exported there was a difference in local characters so script reported at first run that all users where removed and all...
Access can be retrieve using something like: ([ADSI]"LDAP://").psbase.ObjectSecurity.Access Maybe having two new cmdlets, something like: * Set-AdsiAcl * Get-AdsiAcl
https://docs.microsoft.com/fr-fr/dotnet/api/system.directoryservices?view=netcore-2.0
This will allow: * more Pipeline usage * scenario like `Get-ADSISchema -ForestName (Get-ADSIForest)` * ...