François-Xavier Cat

Results 73 issues of François-Xavier Cat

If you take a look at the functions from this module, you'll see that I mostly use the namespace [system.directoryservices.activedirectory](https://msdn.microsoft.com/en-us/library/system.directoryservices.activedirectory%28v=vs.110%29.aspx) mostly because the object returned already give some nice properties...

help wanted
question

https://blogs.technet.microsoft.com/isrpfeplat/2010/10/12/searching-for-deleted-objects-using-powershell/

enhancement / feature request
help wanted

enhancement / feature request
help wanted

Need a cmdlet to find the SPN of accounts. Look at the following resources - https://social.technet.microsoft.com/wiki/contents/articles/18996.list-all-spns-used-in-your-active-directory.aspx - https://gallery.technet.microsoft.com/scriptcenter/Get-SPN-Get-Service-3bd5524a - https://github.com/PyroTek3/PowerShell-AD-Recon/blob/master/Find-PSServiceAccounts

enhancement / feature request

When using Get-ADSIComputer $ComputerName I'm getting the following error Get-AdsiComputer $env:COMPUTERNAME Get-ADSIComputer : A positional parameter cannot be found that accepts argument ''. At line:1 char:1 + Get-AdsiComputer $env:COMPUTERNAME +...

bug

Check the key removed from the PSBOUNDPARAMETERS

bug

`PSMessageDetails : Exception : System.Management.Automation.MethodInvocationException: Exception calling "FindByIdentity" with "2" argument(s): "Multiple principals contain a matching Identity." ---> System.DirectoryServices.AccountManagement.MultipleMatchesException: Multiple principals contain a matching Identity. at System.DirectoryServices.AccountManagement.ADStoreCtx.FindPrincipalByIdentRefHelper(Type principalType, String urnScheme,...

bug

Is there anyway to retrieve Group policy objects, Links, permissions, using .NET ? I already have some basic code here [Get-ADSIGroupPolicyObject](https://github.com/lazywinadmin/AdsiPS/blob/master/AdsiPS/Public/Get-ADSIGroupPolicyObject.ps1) but it is far from perfect. I would like...

help wanted
question

Get-ADSIUser default result size is 1000, add a parameter for SizeLimit for each case

enhancement / feature request

Just some basic validation of the module and the functions Note currently the Pester is reporting some error since you don't have a LICENSE file on the repo. Hope it...