powershell script to add ad user

后端 未结 0 1154
感动是毒
感动是毒 2021-01-24 14:31

so i am writing a script in powershell to add new employees in ad

#requires -module ActiveDirectory
[cmdletbinding()]
param(
[parameter(mandatory)] [string]$first         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题