filmov
tv
AD User/Group Management in PowerShell | PowerShell Tutorial
Показать описание
AD User/Group Management in PowerShell
Creating and managing user accounts is a common Active Directory administration task. Windows PowerShell provides considerable flexibility in how this can be done in Windows Server 2012 and Windows Server 2012 R2. Typing Get-Command *ADUser at a Windows PowerShell prompt shows there are four cmdlets for managing user accounts.
New-ADUser - Creates a new Active Directory user
Get-ADUser - Gets one or more Active Directory users so that you can perform some action with them
Set-ADUser - Modifies the properties of an existing Active Directory user
Remove-ADUser - Removes the specified user from Active Directory
Android App:
github
Blog:
LinkedIn
External Source:
#powershell #ps
Creating and managing user accounts is a common Active Directory administration task. Windows PowerShell provides considerable flexibility in how this can be done in Windows Server 2012 and Windows Server 2012 R2. Typing Get-Command *ADUser at a Windows PowerShell prompt shows there are four cmdlets for managing user accounts.
New-ADUser - Creates a new Active Directory user
Get-ADUser - Gets one or more Active Directory users so that you can perform some action with them
Set-ADUser - Modifies the properties of an existing Active Directory user
Remove-ADUser - Removes the specified user from Active Directory
Android App:
github
Blog:
External Source:
#powershell #ps