Nov 09 2023 02:30 PM
I could a little assistance with how to properly syntax a PowerShell script to gather information on the users and their computers in our Windows 2022 server network. I'd like to get a list of the enabled users, their IP addresses, their email addresses, their operating system, their host name and maybe a few other items. I have figured most of it out but the trouble I'm having is that I need Get-ADUser and Get-ADComputer commands to get all this in a single list. I'm not even sure this can be done as I can't see how to link the two commands to get all the items needed for my inventory list.
Nov 11 2023 02:17 PM
Nov 13 2023 07:43 PM