1

I am using this command

net user joe.blogs /domain

what syntax do I use to search 20 users? How to separate the names to make it search for the users?

digijay
  • 1,155
  • 3
  • 11
  • 22

1 Answers1

1

This is not supported, you can't give multiple users to this command: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc771865(v=ws.11)

You should take a look at Get-ADUser instead

Swisstone
  • 6,725
  • 7
  • 22
  • 32