1
HFS ~ HTTP File Server / Re: Active directory for users if no programing but import export possibble
« on: June 16, 2022, 07:22:15 PM »
Én amolyan indítás kori vagy ütemezett gyakori import export megoldást választanék egyszerűbb mint le programozni csak import lehetőség kell bele.
I would choose a simpler program than some kind of initial or scheduled frequent import export solution
only
import option
git hub
brennan-wright
Import-Export-AD-User-Data
adexplorer.findmysoft.com/download/
Get-ADUser -Filter * -SearchBase "DC=pechy,DC=edu" -Properties * |
Select -Property userPassword,CN,Company,Department,DisplayName,DistinguishedName ,GivenName,Manager,MobilePhone,Name,Office,OfficePhone,Surname,Title,SecureString |
Export-CSV -Path 'C:\ActiveanddisabledADusers.csv' -NoTypeInformation -Encoding UTF8
I would choose a simpler program than some kind of initial or scheduled frequent import export solution
only
import option
git hub
brennan-wright
Import-Export-AD-User-Data
adexplorer.findmysoft.com/download/
Get-ADUser -Filter * -SearchBase "DC=pechy,DC=edu" -Properties * |
Select -Property userPassword,CN,Company,Department,DisplayName,DistinguishedName ,GivenName,Manager,MobilePhone,Name,Office,OfficePhone,Surname,Title,SecureString |
Export-CSV -Path 'C:\ActiveanddisabledADusers.csv' -NoTypeInformation -Encoding UTF8