{"id":397,"date":"2011-12-01T18:18:30","date_gmt":"2011-12-01T16:18:30","guid":{"rendered":"http:\/\/marwin.e-blog.cz\/?p=397"},"modified":"2011-12-01T18:19:14","modified_gmt":"2011-12-01T16:19:14","slug":"how-create-new-mailbox-from-powershell-exchange-2007","status":"publish","type":"post","link":"https:\/\/svobodma.cz\/?p=397","title":{"rendered":"How create new mailbox from powershell Exchange 2007"},"content":{"rendered":"<p>$password = Read-Host &#8222;Enter password&#8220; -AsSecureString<\/p>\n<p>New-Mailbox -Name &#8218;test_user2&#8216; -Alias &#8218;test_user2&#8216; -OrganizationalUnit &#8218;FQDNdomain\/OU\/OU&#8216; -UserPrincipalName &#8218;test_user2@domain&#8216; -SamAccountName &#8218;test_user2&#8216; -FirstName &#8218;test_user2&#8216; -Initials &#8220; -LastName &#8220; -Password $password -ResetPasswordOnNextLogon $false -Database &#8218;NAMEOFEXCHANGESERVER\\NAMEOFMAILBOXGROUP\\MAILBOXDATABASE&#8216;<\/p>\n<p><strong>create distribution group over powershell<\/strong><br \/>\nnew-DistributionGroup -Name &#8218;test_distribution_group1&#8216; -Type &#8218;Distribution&#8216; -OrganizationalUnit &#8218;FQDNDOMAIN\/OU\/OU\/OU&#8216; -SamAccountName &#8218;test_distribution_group1&#8216; -Alias &#8218;test_distribution_group1&#8216;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>$password = Read-Host &#8222;Enter password&#8220; -AsSecureString New-Mailbox -Name &#8218;test_user2&#8216; -Alias &#8218;test_user2&#8216; -OrganizationalUnit &#8218;FQDNdomain\/OU\/OU&#8216; -UserPrincipalName &#8218;test_user2@domain&#8216; -SamAccountName &#8218;test_user2&#8216; -FirstName &#8218;test_user2&#8216; -Initials &#8220; -LastName &#8220; -Password $password -ResetPasswordOnNextLogon $false -Database &#8218;NAMEOFEXCHANGESERVER\\NAMEOFMAILBOXGROUP\\MAILBOXDATABASE&#8216; create distribution group over powershell new-DistributionGroup -Name &#8218;test_distribution_group1&#8216; -Type &#8218;Distribution&#8216; -OrganizationalUnit &hellip; <a href=\"https:\/\/svobodma.cz\/?p=397\">Cel\u00fd p\u0159\u00edsp\u011bvek <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-397","post","type-post","status-publish","format-standard","hentry","category-exchange-server"],"_links":{"self":[{"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/posts\/397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/svobodma.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=397"}],"version-history":[{"count":4,"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/posts\/397\/revisions"}],"predecessor-version":[{"id":402,"href":"https:\/\/svobodma.cz\/index.php?rest_route=\/wp\/v2\/posts\/397\/revisions\/402"}],"wp:attachment":[{"href":"https:\/\/svobodma.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=397"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/svobodma.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=397"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/svobodma.cz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}