导入批量用户CSV文件

时间:2016-08-20 23:08:04

标签: csv powershell active-directory powershell-v4.0

一直在尝试将我的CSV文件导入Windows Server 2012上的AD。 但不断遇到各种错误。

我得到的错误是:

"New-ADUser : Cannot validate argument on parameter 'Name'. The argument is null
or empty. Provide an argument that is n ot null or empty, and then try the
command again.
At line:3 char:90
+ ... ipalname -Name $_.name -DisplayName $_.name -GivenName $_.cn -SurName $_.sn -Dep ...
+                    ~~~~~~~
    + CategoryInfo          : InvalidData: (:) [New-ADUser], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.ActiveDirectory.Management.Commands.NewADUsery

似乎找不到任何解决方案,所以一些帮助会很棒。这是我的档案。

这是我的剧本:

public String toString() {
    return getClass().getName() + "@" + Integer.toHexString(hashCode());
} 

CSV文件样本:

CSV File

0 个答案:

没有答案