-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
Script to delete from user profie Win 7
Peter van der Woude replied to tobias-tobin's question in scripting
I would try to delete it from the all users, or run with user rights. -
Trying to install VS2010 with SCCM
Peter van der Woude replied to Judical's question in Troubleshooting, Tools, Hints and Tips
The operating system reported error 2148077575: The hash value is not correct --> Most of the times a Refresh of the packages on the DP resolves this issue -
Waiting for Content
Peter van der Woude replied to Shweta's question in Deploy software, applications and drivers
Did you take a look at the CAS.log? -
How-To deploy NVIDIA drivers + software
Peter van der Woude replied to winnub's question in Deploy software, applications and drivers
At what point of the TS are you trying the installation? -
Why are you trying to set the OSDStateStorePath variable in this situation? If you are using the default SMP and the default steps from the task sequence, then there is no need to manualy fill that variable...
-
Did you take a look at the smsts.log?
-
Reinstall from Zero SCCM 2007
Peter van der Woude replied to Elioti's topic in Configuration Manager 2007
I don't realy follow what you've got configured now or not... Did the SCCM installation work-out? Can you install a client? -
PXE Booting Windows boot manager error
Peter van der Woude replied to zach's question in boot images
These are two different things. -
PXE Booting Windows boot manager error
Peter van der Woude replied to zach's question in boot images
First of, there is no need to set DHCP Options 66 or 67, only DHCP Option 60 is needed when DHCP and PXE/WDS are running on the same server. After that being said, I only see you write about adding boot images, but I don't read anything about creating a task sequence (and advertising it).... -
How-To deploy NVIDIA drivers + software
Peter van der Woude replied to winnub's question in Deploy software, applications and drivers
It can be done during the Task Sequence as a software package (setup.exe -s), or it can be done during the Task Sequence as a driver package (first extract the driver). -
AD sites and services in native mode
Peter van der Woude replied to Shua's topic in Configuration Manager 2007
There are no changes needed for Native Mode, the 'only' difference is the use of certificates. -
Reporting Services point
Peter van der Woude replied to Ironman's question in Troubleshooting, Tools, Hints and Tips
Take a look here for some answers: http://blogs.technet.com/b/configmgrteam/archive/2009/05/14/faq-sql-reporting-services-integration-with-system-center-configuration-manager-2007-r2.aspx -
Restore TrustedInstaller as Owner of a File using cmd
Peter van der Woude replied to LeX's topic in Windows Server General
Did you try setacl? -
Why not using a Secondary Site with a PXE Service Point (and Distribution Point) on the remote site?
-
Using Mandatory Assignments
Peter van der Woude replied to Gorilla's question in Deploy software, applications and drivers
If you are using a SUP then the MW's also affect the Software Update Deployments. If you are using WSUS standalone then the MW's have no affect. -
issues with integrating updates in TS during OS Deployment
Peter van der Woude replied to HGITS's question in Software Update Point
Make sure that there are no Expired or Superceded updates in your packages. Btw there is in SCCM no real difference between a 'normal' TS or a 'MDT' TS. It just has some more preconfigured steps by default. -
Driver problem during your Build and Capture??? Btw I can't find a real error in your logfile... at what point does it fail? Are there more smsts.log files?
-
Issues When Updating Boot Images
Peter van der Woude replied to BzowK's question in Troubleshooting, Tools, Hints and Tips
Nope WAIK 1.1 is not working anymore with SCCM 2007 SP2. You need WAIK 2.0 -
Using Mandatory Assignments
Peter van der Woude replied to Gorilla's question in Deploy software, applications and drivers
The new computer will indeed start installing directly, as it is for the new computer an Advertisement that already could/should have run. Maintenance Windows are indeed your best option if you want installations to happen outside the office-times. Just keep in mind that the Maintenance Windows have influence on all Advertisement to those machines. -
Update Distribution Points Question
Peter van der Woude replied to lord_hydrax's question in Deploy software, applications and drivers
In general it works good, but you do read sometimes little issues caused by BDR. -
I have to say that I didn't read this part the first time good Does this mean that you are running in Native Mode, or that you just 'messed' with the Certificates?
-
Update Distribution Points Question
Peter van der Woude replied to lord_hydrax's question in Deploy software, applications and drivers
By default it will resend the whole package. If you Enable Binary Differential Replication on the package then it will only send the changes (http://technet.microsoft.com/en-us/library/bb693953.aspx).