python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kerb4j - How to get role name from SPNEGO Token?
I'm trying to get the role name from the SPNEGO token returned by Active Directory for use with Spring Security authorization. I'm using kerb4j to authenticate since my understanding is that it can g...
user8297969
Votes: 0
Answers: 1
Powershell filter a list of names
Heyho, for a little script I'm making I have a huge list of users that I get from the active directory,
for example by:
$userlist = Get-ADUser -Filter *
I've already narrowed it down to the search on...
realjapaner84
Votes: 0
Answers: 1
PowerShell date parsing not working in AD query
I am trying to get a list of AD users whose account expired for more than 6 months.
Here is my code :
Get-ADUser -Filter {Enabled -eq $False} -Properties employeeID,sn,givenName,LastLogonDate | Where-...
Marc
Votes: 0
Answers: 1