-
Posts
9246 -
Joined
-
Last visited
-
Days Won
368
Everything posted by anyweb
-
problem to deploy software to windows 7
anyweb replied to nizar's question in Deploy software, applications and drivers
did you create a new ConfigMgr client package from definition after installing SP2 ? -
Deploying DCs using MDT 2010
anyweb replied to Kawasaki's question in Zero Touch/ZTI, Lite Touch/LTi
you could script it, as i said before -
what size is the file ?
-
Join domain depending on computername
anyweb replied to ::_Christian_::'s question in Troubleshooting, Tools, Hints and Tips
here's more info about setting the variables -
problems with windows 7 and firefox guide
anyweb replied to iqnet's question in Deploy software, applications and drivers
to continue on what Peter said, any package can have a program (or programs, or even none at all) when it comes to advertising a package you get the choice of what program to run, so you could create a separate advertisement for the same package which uses a different program, and the different program is simply the silent install with the relevant uninstall switches if you look at this screenshot you can imagine a new advertisement and the drop down menu for Program could contain your newly created Uninstall program for Firefox appdeploy.com gives a lot of good info on installation/uninstallation switches for apps please give it a try and post your results of same here so that others can benefit cheers niall -
wow loads of questions and i'll try and answer some... I would keep os patches in separate packages that way if you someday have to troubleshoot patches back to the originating level it'll be easier to work with, and there are other reasons, but yes, you can keep all os patches together in one big package. yes it can and yes it will just like windows update nope, unless you uninstall the update and its required.. you have to physically delete it, but you can automate it with scripts, if you find one that works for you please share it here, but for a starting point look at this
-
problems with windows 7 and firefox guide
anyweb replied to iqnet's question in Deploy software, applications and drivers
you could just delete the advertisement and recreate it, that would be the easiest thing for you -
Cannot see images after successfull PXE boot
anyweb replied to denisrsd17's question in Windows Deployment Services (WDS)
could be network driver or HAL related, easiest thing is to update the nic drivers and see -
It's October 22 today. A completely random date in the grand scheme of things (we Dutch lost a big naval battle to the Ming dynasty on October 22 1633), but it also happens to be the release date of the newest version of Windows - Windows 7. Since Windows is still the most popular desktop operating system out there, this is pretty big news. The problem, of course, with releases like Windows 7 is that the new operating system has already been torn apart and examined in great detail over the past 10-12 months, so there's little in there that will surprise anyone who has't been living under a digital rock the past year or so. I could list the new features and improvements, but you probably already know everything there is to know. read the whole article here > http://www.osnews.com/story/22378/Windows_7_Hits_the_Shelves
-
New Coffee Management Pack for Ops Manager
anyweb posted a question in System Center Operations Manager
check this out, absolutely genius ! My link -
Cannot see images after successfull PXE boot
anyweb replied to denisrsd17's question in Windows Deployment Services (WDS)
are the images XP ? -
finally the moment we have been waiting for, SCCM 2007 Sp2 is out now Get it > http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=3318741a-c038-4ab1-852a-e9c13f8a8140
-
it doesn't work that way, however you can use the unknown computers collection in R2 to deal with your problem
-
problem to deploy software to windows 7
anyweb replied to nizar's question in Deploy software, applications and drivers
have you seen this yet ? -
yeah but he's running in mixed more, so no need for a PKI structure.. on my sccm lab (mixed) it also has no boot media certificate i tested creating a Capture task sequence and it worked just fine, perhaps his pxe certificate date is expired ?
-
this should give you some ideas... http://www.windows-noob.com/forums/index.php?/topic/506-how-can-i-prestage-a-computer-for-wds/
-
yes it will based on discovery settings and on whether you update the Collection Membership and refresh.
-
Collection and advertise problems
anyweb replied to jhkappert's question in Troubleshooting, Tools, Hints and Tips
check if the duplicate machine is listed as Obsolete=Yes, if so you can delete it -
do as Peter suggests, get your boundaries setup correctly if not your clients will not be manageable..
-
Arguments to separate servers management from desktops management
anyweb replied to Chambess's question in How do I ?
use collection based on queries for example, to have a collection which only shows your Windows Server 2008 X64 based machines the query would be like so select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion like "%Server 6.0%" and SMS_G_System_COMPUTER_SYSTEM.SystemType = "x64-based PC" you can then manage the computers picked up in these collections and advertise software to those collections or windows updates, or more -
Deploying DCs using MDT 2010
anyweb replied to Kawasaki's question in Zero Touch/ZTI, Lite Touch/LTi
you could do it with mdt and a lot of scripting or do it with sccm and have the ability to manage them afterwards, -
A little over two weeks ago, Microsoft released Microsoft Security Essentials, a security software suite protecting users of Windows against malware and viruses. The company has released data about the number of downloads and fixed infections, and the results are encouraging. In the first week of MSE's availability (September 29 to October 6), the program was downloaded 1.5 million times (after week two, 2.6 million times). In its first week, MSE made almost four million detections on a total of 535752 unique machines, so it seems like it is doing its job. Over half of the detections were made on Windows XP machines, and just under a third were made on Vista machines. The remainder detections were probably on Windows 7 machines. Another interesting tidbit: the most popular Windows version among MSE downloaders is Windows 7, and one third of these Windows 7 installation is 64bit. The 64bit version of Windows (since XP) has additional security measures such as Kernel Patch Protection. more > http://www.osnews.com/story/22359/MSE_s_First_Week_4_Million_Detections_on_0_5_Million_Machines
-
it's all covered right here in the Deploy 7 section of windows noob.
-
Update rollup for System Center Configuration Manager 2007 SP1
anyweb replied to anyweb's question in How do I ?
no, you still need SP2 to deploy Windows 7 or Windows Server 2008 R2 -
we'd need to see your smsts.log file to see what has failed
