rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - badam1991

Pages: 1
1
how can old config.vfs settings file user data convert config.yaml





Hu lang beta
https://drive.google.com/file/d/1rc_rfMqVH1CZs5LaqdxeAEnVYDf7Sxx4/view

2
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

Pages: 1