I will be answering my own question in this thread but please feel free to give me constructing criticism on what I can do better with this script. I recently had to install VNC on mass across a lot of computers on a domain and needed some info about their PC, for example:
- Host name
- Username
- MAC Address
- IPv4 Address
- Domain name
Once all this info is gathered it is compiled into a text file and uploaded to a FTP server, to save files from being conflicted with the same name I set each file to be named the name of the user.
This is the first ever script and first experience I have had with powershell so please tell me if there is anything I can improve.