Quantcast
Channel: Exchange Server 2013 - General Discussion forum
Viewing all articles
Browse latest Browse all 4521

bulk import user. using Title string.

$
0
0

going to bulk import user, but PS said title cannot be found?  See below error and my screenshot:

[PS] C:\temp>Import-CSV test_bulk.csv | foreach {new-mailbox -firstname $_.firstname -lastname $_.lastname -Name $_.name
 -Alias $_.alias -UserPrincipalName $_.userprincipalname -Title $_.Title -OrganizationalUnit $_.organizationalunit -pass
word(ConvertTo-SecureString $_.password -AsPlainText -force) -ResetPasswordOnNextLogon $true}

A parameter cannot be found that matches parameter name 'Title'.
    + CategoryInfo          : InvalidArgument: (:) [New-Mailbox], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,New-Mailbox

link to screen shot :

http://i247.photobucket.com/albums/gg126/lackof2/exhcangetitle.jpg


Viewing all articles
Browse latest Browse all 4521

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>