Multiple choice server windows-2003

Which is the correct command line syntax for creating of an OU named whizlabs?

  1. ou dirsad whizlabs

  2. whizlabs ou dssad

  3. dssad whizlabs ou

  4. dsadd ou ou=whizlabs,dc=whizlabscorp, dc=com

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The correct command is 'dsadd ou' followed by the distinguished name of the OU. The distinguished name format uses ou= for organizational units and dc= for domain components. Option D shows the correct syntax: dsadd ou ou=whizlabs,dc=whizlabscorp,dc=com. Options A, B, and C show incorrect command structures.