News

I have successfully put together my own Get-LdapUser and Set-LdapUser functions based on various examples I have found online. Now I need to move on to group membership - adding users to LDAP groups, ...
Storing data in a structured way is important when that data will be read by a computer. One of the easiest ways to put data into an easy-to-read format is with a comma-separated value (CSV) file. A ...