Category:PowerShell User: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with '{{langgroup|PowerShell}}')
 
No edit summary
Line 1: Line 1:
{{langgroup|PowerShell}}
{{langgroup|PowerShell}}

Here I will explain different ways of create active directory users using powershell


New-ADUser MyUser -OtherAttributes @@{title="director";mail="firstname.lastname@test.com"}

Revision as of 04:11, 17 September 2014

This is a list of users on Rosetta Code who say they can use PowerShell with any level of proficiency.


Here I will explain different ways of create active directory users using powershell


New-ADUser MyUser -OtherAttributes @@{title="director";mail="firstname.lastname@test.com"}