💡 Use the -WhatIf parameter at the end of any command to see what would happen without actually making changes.
Add-ADGroupMember -Identity "Marketing" -Members "jdoe" Download comptes utilisateurs groupes cmdes Power Shell pptx
New-ADGroup -Name "Marketing" -GroupScope Global 💡 Use the -WhatIf parameter at the end
Import-Csv "users.csv" | ForEach-Object New-ADUser -Name $_.name -SamAccountName $_.login Download comptes utilisateurs groupes cmdes Power Shell pptx