{"id":1322,"date":"2019-05-10T13:46:49","date_gmt":"2019-05-10T10:46:49","guid":{"rendered":"https:\/\/helia.ee\/koolitus\/?page_id=1322"},"modified":"2019-05-10T13:46:50","modified_gmt":"2019-05-10T10:46:50","slug":"script-windowsi-kasutajate-lisamine","status":"publish","type":"page","link":"https:\/\/helia.ee\/koolitus\/?page_id=1322","title":{"rendered":"Script  &#8211; Windowsi kasutajate lisamine"},"content":{"rendered":"\n<p><\/p>\n\n\n<p>Failid ise saab alla laadida <a href=\"https:\/\/helia.ee\/koolitus\/wp-content\/uploads\/2019\/05\/ps.zip\">siit.<\/a><\/p>\n\n\n<p>Faili sisu: <\/p>\n\n\n\n<p>Import-Module activedirectory<br>\nImport-Csv &#8220;C:\\ps\\create_new_ad_users.csv&#8221; | ForEach-Object {<br>\n$upn = $_.SamAccountName + \u201c@hkhk.edu.ee\u201d<br>\n$uname = $_.FirstName + &#8221; &#8221; + $_.LastName<br>\nNew-ADUser -Name $uname <code>\n-DisplayName $uname<\/code><br>\n-GivenName $_.FirstName <code>\n-Surname $_.LastName<\/code><br>\n-OfficePhone $_.Phone <code>\n-Department $_.Department<\/code><br>\n-Title $_.JobTitle <code>\n-UserPrincipalName $upn<\/code><br>\n-SamAccountName $_.SamAccountName <code>\n-Path $_.OU<\/code><br>\n-EmailAddress $_.Email <code>\n-HomeDirectory \"\\\\opet-domeen\\home\\%uname%\" -HomeDrive E:<\/code><br>\n-AccountPassword (ConvertTo-SecureString $_.Password -AsPlainText -force) -Enabled $true<br>\n}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Failid ise saab alla laadida siit. Faili sisu: Import-Module activedirectory Import-Csv &#8220;C:\\ps\\create_new_ad_users.csv&#8221; | ForEach-Object { $upn = $_.SamAccountName + \u201c@hkhk.edu.ee\u201d $uname = $_.FirstName + &#8221; &#8221; + $_.LastName New-ADUser -Name $uname -DisplayName $uname -GivenName $_.FirstName -Surname $_.LastName -OfficePhone $_.Phone -Department $_.Department -Title $_.JobTitle -UserPrincipalName $upn -SamAccountName $_.SamAccountName -Path $_.OU -EmailAddress $_.Email -HomeDirectory &#8220;\\\\opet-domeen\\home\\%uname%&#8221; -HomeDrive E: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1304,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1322","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages\/1322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1322"}],"version-history":[{"count":1,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages\/1322\/revisions"}],"predecessor-version":[{"id":1325,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages\/1322\/revisions\/1325"}],"up":[{"embeddable":true,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages\/1304"}],"wp:attachment":[{"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}