一直在尝试将我的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文件样本: