F5F Stay Refreshed Hardware Desktop Collecting system details across the network

Collecting system details across the network

Collecting system details across the network

Pages (2): 1 2 Next
Y
YoloGeek22
Member
152
12-26-2016, 05:42 AM
#1
Hello everyone, welcome! I'm just starting out as an IT Admin Assistant and currently managing around 20+ computers in the office. My role involves gathering computer specifications like CPU, RAM, storage, and IP addresses. Most of these PCs have static IP settings, which are only viewable by administrators—something I don’t have access to. I was asked to perform this task as a test, but it’s been challenging for a few days. Can I get the information without using any third-party software? My supervisor suggested using a script, though I’m not very familiar with it. Here’s what I know about my PC: IP 171.10.10.58, Gateway 171.10.10.1, DNS 171.10.10.169 and 170.
Y
YoloGeek22
12-26-2016, 05:42 AM #1

Hello everyone, welcome! I'm just starting out as an IT Admin Assistant and currently managing around 20+ computers in the office. My role involves gathering computer specifications like CPU, RAM, storage, and IP addresses. Most of these PCs have static IP settings, which are only viewable by administrators—something I don’t have access to. I was asked to perform this task as a test, but it’s been challenging for a few days. Can I get the information without using any third-party software? My supervisor suggested using a script, though I’m not very familiar with it. Here’s what I know about my PC: IP 171.10.10.58, Gateway 171.10.10.1, DNS 171.10.10.169 and 170.

X
xXApfelkernXx
Member
186
12-26-2016, 06:48 AM
#2
Visit each computer, launch Task Manager, note the details. Then run the terminal (or CMD) and type `ipconfig`, recording the IPv4 address. It seems a straightforward script might not work easily without prior configuration on the devices, but manually checking around 20 machines should be feasible.
X
xXApfelkernXx
12-26-2016, 06:48 AM #2

Visit each computer, launch Task Manager, note the details. Then run the terminal (or CMD) and type `ipconfig`, recording the IPv4 address. It seems a straightforward script might not work easily without prior configuration on the devices, but manually checking around 20 machines should be feasible.

Y
Yokijirou
Member
134
12-27-2016, 06:58 PM
#3
That’s what I considered for the top position, but my supervisor advised against it because I’d need to allocate users’ time while they’re working first. Second, since our company is in finance and I don’t have access to their PC passwords, doing this during their absence wouldn’t be feasible.
Y
Yokijirou
12-27-2016, 06:58 PM #3

That’s what I considered for the top position, but my supervisor advised against it because I’d need to allocate users’ time while they’re working first. Second, since our company is in finance and I don’t have access to their PC passwords, doing this during their absence wouldn’t be feasible.

M
mondoelite
Member
154
12-28-2016, 04:31 AM
#4
All 20 computers are linked to a domain, making each user account part of an Active Directory group.
M
mondoelite
12-28-2016, 04:31 AM #4

All 20 computers are linked to a domain, making each user account part of an Active Directory group.

L
Lips
Senior Member
624
12-29-2016, 06:51 AM
#5
As a domain administrator, you should be able to execute scripts on these machines remotely via PowerShell or through GPO options. ChatGPT can assist you in setting this up.
L
Lips
12-29-2016, 06:51 AM #5

As a domain administrator, you should be able to execute scripts on these machines remotely via PowerShell or through GPO options. ChatGPT can assist you in setting this up.

K
Koollojoe
Posting Freak
830
12-29-2016, 08:15 AM
#6
I appreciate Lansweeper for this. It provides a full overview of devices on the network and is available for up to 100 systems.
K
Koollojoe
12-29-2016, 08:15 AM #6

I appreciate Lansweeper for this. It provides a full overview of devices on the network and is available for up to 100 systems.

W
WF_Catt
Posting Freak
761
12-29-2016, 04:18 PM
#7
Starting now will help you stay informed.
W
WF_Catt
12-29-2016, 04:18 PM #7

Starting now will help you stay informed.

M
Me1MadMiner
Member
190
12-30-2016, 08:38 AM
#8
Third-party tools are also capable of this, and they just want to test the Windows environment first.
M
Me1MadMiner
12-30-2016, 08:38 AM #8

Third-party tools are also capable of this, and they just want to test the Windows environment first.

S
Sqorck
Junior Member
47
12-30-2016, 11:03 AM
#9
Script to gather each PC's data and save it line by line into a new file. Read IP addresses from a text file, loop through them, process each one, and write formatted CSV entries. For AD users, run a startup script that outputs a timestamped line to a file, then refresh the query in Excel automatically.
S
Sqorck
12-30-2016, 11:03 AM #9

Script to gather each PC's data and save it line by line into a new file. Read IP addresses from a text file, loop through them, process each one, and write formatted CSV entries. For AD users, run a startup script that outputs a timestamped line to a file, then refresh the query in Excel automatically.

S
soldier2craft
Member
58
12-30-2016, 12:03 PM
#10
Lansweeper and possibly PRTG might handle this task. It’s free for limited assets, though there doesn’t seem to be a built-in method on Windows. You could create a PowerShell script and distribute it via GPO so it runs at startup, logging the required data to a shared text file. This approach would likely be more efficient, and ChatGPT can assist greatly with the process.
S
soldier2craft
12-30-2016, 12:03 PM #10

Lansweeper and possibly PRTG might handle this task. It’s free for limited assets, though there doesn’t seem to be a built-in method on Windows. You could create a PowerShell script and distribute it via GPO so it runs at startup, logging the required data to a shared text file. This approach would likely be more efficient, and ChatGPT can assist greatly with the process.

Pages (2): 1 2 Next