-
Posts
9175 -
Joined
-
Last visited
-
Days Won
366
Everything posted by anyweb
-
are the firewalls enabled/disabled ? are your boundaries configured correctly ? if you enable the active directory discovery methods to poll now do you see any difference ?
-
ok after thinking about how your environment is set up, lets step back a bit here, have you imported this computer (name plus mac address) into SCCM yet (using computer association) ?
-
As the System Center team heads towards the release of R3, we are excited to release a refresh build of the ConfigMgr R3 beta. This release incorporates fixes as well as enhancements to Power Management reporting. You can access this refresh here. bio picJeff Wettlaufer Sr. Technical Product Manager System Center http://blogs.technet.com/systemcenter/archive/2010/05/10/configuration-manager-2007-r3-beta-refresh.aspx
-
it will remain set to Manual, but your scheduled backup will take place, verify by looking at the backup logs and check the location of where you told it to backup to
-
i had the same problem last week, i resolved it by logging out, removing the users profile i had logged in as, logging back in as that user and trying again, it worked fine, to verify this you could try the same or use another local administrator account on that server, if that also fails have you tried different media ?
-
did you see this post ?
-
Greetings from Microsoft Connect! Thank you for your ongoing interest and participation in the Microsoft Deployment Toolkit Connection Program. The Solution Accelerators Team has built powerful new features into the Microsoft Deployment Toolkit (MDT) 2010 Update 1 Beta and would like your feedback. Download beta now at https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=8689'>https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=8689 MDT 2010 Update 1 includes Office 2010 support, the ability for users to initiate and customize their own deployments using Configuration Manager, key enhancements in Windows 7 driver support, and much more. If you are already registered on Microsoft Connect, make sure to sign in with your existing registered Windows Live ID account to use this invitation below. If you are not registered yet, copy the following Invitation URL and paste it into your Web browser's address bar: https://connect.microsoft.com/ Microsoft Connect enables you to connect directly with Microsoft developers, product managers, and other team members to help us make our products the best they can be and meet your needs. If you are not interested in participating you need to take no action. Thank you for your interest, and we look forward to hearing from you! Sincerely, Program Administrator Microsoft Connect ------------------------------------------------------------------------- Microsoft respects your privacy. Please read our online Privacy Statement. You are receiving this email because you are a participant in a Microsoft Connect beta program. You can end your participation in a program at any time by visiting Your Dashboard (http://connect.microsoft.com/dashboard/) page and choosing 'quit' for that program. If you have signed up to be contacted about participating in new Microsoft Connect programs, surveys, and events, you will continue to receive those communications unless you unsubscribe by going to Your Profile (http://connect.microsoft.com/profile.aspx). To set your contact preferences for other Microsoft communications, see the communications preferences section of the Microsoft Privacy Statement. Alternatively, if you would prefer to no longer to be contacted by Microsoft Connect, send an email to mchelp@microsoft.com with 'UNSUBSCRIBE' in the subject line and we will unregister from Microsoft Connect all up. This is an unmonitored e-mail address, so do not reply to this message. Microsoft Corporation One Microsoft Way Redmond, WA 98052
-
SCCM 2007 MP Problem
anyweb replied to Spisak96's question in Troubleshooting, Tools, Hints and Tips
do you have the possiblity of me connecting to the server via vnc/rdp or some other method if not i understand but if you do let me know otherwise tell me apart from the MP logs what else is showing errors in the sccm servers status logs ? -
SCCM 2007 MP Problem
anyweb replied to Spisak96's question in Troubleshooting, Tools, Hints and Tips
installing it as a ROLE is the recommended way in server 2008 r2 http://www.windows-noob.com/forums/index.php?/topic/1513-install-webdav-in-server-2008-r2-for-sccm-2007/ please read the above if you havn't already -
SCCM 2007 MP Problem
anyweb replied to Spisak96's question in Troubleshooting, Tools, Hints and Tips
yes but did you download webdav or install it as a role ? that's the key difference between server 2008 and server 2008 r2 -
SCCM 2007 MP Problem
anyweb replied to Spisak96's question in Troubleshooting, Tools, Hints and Tips
how did you setup webdav in server 2008 r2 ? -
Running litetouch iso from usb drive
anyweb replied to salle's question in Microsoft Deployment Toolkit (MDT)
i've heard of people doing it via an iso in MDT 2008, but not mdt 2010, perhaps due to the new windows 7 based WinPE ? -
Install SCCM 2007 console Via software Distribution
anyweb replied to Eswar Koneti's question in Deploy software, applications and drivers
also powershell is needed for Windows XP boxes hosting the console (when creating an MDT boot image), anyone got a script for installing that to add to this ? -
Install SCCM 2007 console Via software Distribution
anyweb replied to Eswar Koneti's question in Deploy software, applications and drivers
great work, thanks for sharing, pinning this topic ! -
Remote Tools not working
anyweb replied to xstnc's question in Troubleshooting, Tools, Hints and Tips
are you seeing an UAC prompt on the windows 7 client when you attempt to remote to it ?, as wmmayms says, 80004005 is access denied.. -
Remote Tools not working
anyweb replied to xstnc's question in Troubleshooting, Tools, Hints and Tips
what OS is running on the clients you are trying to connect to ? -
you create the reg file and stick it in a folder, called 'autologin_win7' or similar, you then create a package and when it asks you for package source you point to the dircetory called autologin_win7 or whatever you called it, once the package is made, create the program and then distribute the package to distribution points
-
please tell us how you get on and what your thoughts are of the product
-
right click on a collection and choose modify collection settings, in there you can set collection variables, those variables can then be checked for in your task sequence to set steps,
-
PXE-E53 No boot filename received
anyweb replied to Kingskawn's question in Windows Deployment Services (WDS)
test it first in your test lab from memory... option 66 is for the wds server name (or ip) option 67 is for bootfile name -
no dont do that try setting the dhcp option 67 to \smsboot\x86\pxeboot.com then restart the dhcp service
-
PXE-E53 No boot filename received
anyweb replied to Kingskawn's question in Windows Deployment Services (WDS)
have you tried configuring options 66 and 67 on the dhcp server ? -
you can use wsim to edit windows 7 settings keep in mind that you can generate the unattend.xml on another machine which you have copied the win7 dvd to and extracted it. you do not need to use your newly captured wim to do the unattend.xml work with, just use the original source. you can use imagex/dism to mount the wim later and make other changes if needed, but its always best to do a build and capture when making changes to a master image, the captured image is the 'master' or 'gold' image. 2. configure the options on your dhcp server, set option 67 to “\boot\x86\wdsnbp.com” , restart the dhcp service and try again
-
if you restart the windows deployment service do you see any difference ?