What's the most efficient way of running tasks on a network?

bishop101

New member
Member
VIP
Local time
5:22 PM
Messages
110
Location
North
What is the most efficient way of handling maintenance on a network with multiple computers? How can I run malware/virus scans, and update remotely from the admin computer?

That would be the ultimate goal.

Can the same thing be done if for example an admin computer is running linux instead of windows?
 

My Computer My Computer

At a glance

Windows 7 Professional x64AMD Phenom™ 9500 Quad-Core Processor8 GB DDR2 OCZPower Color 5750
OS
Windows 7 Professional x64
CPU
AMD Phenom™ 9500 Quad-Core Processor
Motherboard
MCP61PM-HM (Nettle3)
Memory
8 GB DDR2 OCZ
Graphics Card(s)
Power Color 5750
Monitor(s) Displays
HP w2207h
Hard Drives
2x Seagate ST336032 0AS SCSI 326 GB,
WD Caviar Black 600 GB,
WD Caviar Black 1 TB
PSU
Corsair TX 650w
Case
Cooler Master 690 Advanced
That kind of think is what Windows Server20xx is all about. The Server provides Domain service (instead of Workgroups) and the ability to remotely configure, setup policies and to run remote tasks, aka virus scans.

A Linux system *might* do all this, but it would need r/w access to the client C: volumes - - not a good idea.
 

My Computer My Computer

At a glance

win 7 pro 64bit
Computer type
PC/Desktop
OS
win 7 pro 64bit
An option would be to enable the built-in telnet server in each target machine or (preferably) install a third party SSH server instead. So you can manage them via command line using a telnet/SSH client from the remote system (even when with a user working on the maintained system). Linux and many more OSs have those client tools too.


A Linux system *might* do all this, but it would need r/w access to the client C: volumes - - not a good idea.

Agreed, it's a very bad idea. Unfortunately, ALL versions of Windows come with that security flaw enabled by default, in the form of the "administrative shares" (\\server\c$, \\server\d$, etc), that let anyone with an admin password full access over the whole filesystem.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64Intel Core i7-740QM8 GB DDR3NVIDIA GeForce 330GT
Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
SSH yes, but never Telnet. SSH has the advantage of exchanging "keys" for each client to avoid passwords altogether which makes scripting very easy.

As Admin Shares IS the windows way, "when in Rome do as the Roman's do" ;)
 

My Computer My Computer

At a glance

win 7 pro 64bit
Computer type
PC/Desktop
OS
win 7 pro 64bit
Back
Top