This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Use the following questions to check what you’ve learned in this module.
How do you refer to the first item in an array?
$users[0]
$users[1]
$users["1"]
Which command would you use to update a value associated with a key named dc1 in a hash table?
dc1
$computers.keys("dc1") = "Domain Controller"
$computers[5] = "Domain Controller"
$computers.dc1 = "Domain Controller"
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?