Hey guys, I'm currently managing a network of around 15 computers, all using Windows XP. I'm a novice Windows network admin and I'm just wondering how I would push software to all the computers in one go rather than having to type in a command on each computer. Also, are there any risks involved in doing it this way? Any help would be appreciated. Thanks!
-
Many people use Microsoft's WSUS or MOM/SCOM to do this work, it's not free but works just fine and is really pretty safe. We've used it extensively for years with little problem, you'll need to learn how to use it though!
Zypher : Or GPO Software installation policies as well for smaller scale installs.Massimo : WSUS is used only for updates; MOM/SCOM are for *monitoring*, you probably were referring to SMS/SCCM.Chopper3 : Yes Massimo, our SCOM boxes happen to do SCCM too so I mentally link the two - you're right. I should have mentioned Radia too - bit crap but lots of people use it.From Chopper3 -
Some software is different than others. App deploy has some great resources for figuring out how to deploy applications based on each individual software package.
You also might want to look into System Center Essentials. It's pretty good at working with lots of MSI based installs and is designed for a smaller environment. SCCM/SMS is pretty hefty for a small environment.
From Jason Berg -
There are plenty of ways to distribute softwares to your client computers:
- Cloning: you can pre-install your softwares in a template system image and use that to automatically build your clients; this is of course quite useless for deploying something after the system is already installed, but it's very useful for the initial setup.
- Scripting: you can use startup scripts and/or logon scripts to automatically run actions on system startup or user logon, and these action can involve checking if a software is installed and install it if needed.
- Group Policies: if you have a simple environment and your softwares are nicely packaged with Windows Installer (.msi) setup files, this can be set up quite easily.
- System Center Configuration Manager (SCCM): Microsoft's large-scale system management solution; it can do a whole lot of things other than deploying software, and it of course also does that pretty well. But it's costly and complex to implement, and definitely oversized for a 15-computers network.
- Other vendors, of course, have other system management solutions, which also include software deployment.
Finally, if you're looking specifically for a way do deploy updates, there's Windows Server Update Services (WSUS), which comes freely with any recent Windows Server system and it's not difficult at all to set up (it basically sets up a local mirror of the main Windows Update site and controls the automatical deployment of updates).
From Massimo -
best way is to use terminal services! tr
Massimo : Best? For *any* network? For *any* software? Mmmm... I don't think so.tony roth : who know's, the question is not verbose enough to give a completely correct answwer.Andrew : That's like saying "Citrix solves all problems ever" and putting your fingers in your ears...From tony roth
0 comments:
Post a Comment