{"id":56,"date":"2017-11-20T18:43:10","date_gmt":"2017-11-20T17:43:10","guid":{"rendered":"http:\/\/matnet-it.pl\/?p=56"},"modified":"2017-11-20T18:43:17","modified_gmt":"2017-11-20T17:43:17","slug":"dodawanie-uzytkownikow-powershell","status":"publish","type":"post","link":"https:\/\/matnet-it.pl\/index.php\/2017\/11\/20\/dodawanie-uzytkownikow-powershell\/","title":{"rendered":"Dodawanie u\u017cytkownik\u00f3w PowerShell"},"content":{"rendered":"<p>Importowanie u\u017cytkownik\u00f3w z Active Direcory za pomoc\u0105 wiersza polece\u0144 Power Shell.<\/p>\n<p>$Import =Import-CSV &#8222;C:\\Users\\Administrator\\Desktop\\users.csv&#8221;<\/p>\n<p>Foreach ($user in $Import)<\/p>\n<p>{<\/p>\n<p>$password = $user.Password | ConvertTo-SecureString -AsPlainText -Force<br \/>\nNew-ADUser -Name $user.Name -GivenName $user.FirstName -Surname $user.LastName -AccountPassword $Password -ChangePasswordAtLogon $True -Enabled $True<\/p>\n<p>}<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Importowanie u\u017cytkownik\u00f3w z Active Direcory za pomoc\u0105 wiersza polece\u0144 Power Shell. $Import =Import-CSV &#8222;C:\\Users\\Administrator\\Desktop\\users.csv&#8221; Foreach ($user in $Import) { $password = $user.Password | ConvertTo-SecureString -AsPlainText -Force New-ADUser -Name $user.Name -GivenName $user.FirstName -Surname $user.LastName -AccountPassword $Password -ChangePasswordAtLogon $True -Enabled $True } &nbsp; &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-56","post","type-post","status-publish","format-standard","hentry","category-non-classe"],"_links":{"self":[{"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/posts\/56","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/comments?post=56"}],"version-history":[{"count":2,"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/posts\/56\/revisions"}],"predecessor-version":[{"id":133,"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/posts\/56\/revisions\/133"}],"wp:attachment":[{"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/media?parent=56"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/categories?post=56"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/matnet-it.pl\/index.php\/wp-json\/wp\/v2\/tags?post=56"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}