create object in AD from file

Vytvorime si .csv file s obsahem – nazvy skupin , uzivatel

We make create file include names of users or groups ( objects)

 

Test.csv – obsahuje –

Cn

Jmenoskupiny1

Jmenoskupiny2

 

pouzijeme prikaz(muzeme upravt dle potreb)

we use this command

 

Command : for -f “delims=, tokens=*” %G in (test.csv) do @dsadd group “cn=%G,ou=….,DC=…,DC=….” –secgrp yes –scope l

 

or you can use alternative way

 

objectClass,sAMAccountName,dn

user,amasv,“ cn=Martin Svoboda,ou=it,dc=secure,dc=com“

 

csvde –i  name of csv

 

 

marwin se představuje:

IT Engineer Design, Implementation and Administration of Microsoft products. Active Directory and MS Exchange systems, Hyper-V, SCOM
Příspěvek byl publikován v rubrice Active Directory. Můžete si uložit jeho odkaz mezi své oblíbené záložky.