Windows maintains several regional settings, which include the default list separator. On U.S. systems, that separator is a comma. How can you tell Export-CSV to use the system's default separator rather than a comma?
If HR has decided that we need to fire someone and has left the decision up to you, what PowerShell command can we create that will choose a user at random? Practice running the command with the "WhatIf" option.
Pick 5 cmdlets on your own. Run your chosen cmdlet and find another cmdlet that you can pipe it through to change the output. Repeat for all 5 cmdlets. Make sure all cmdlets are unique.