
a4r0
Established Members-
Posts
23 -
Joined
-
Last visited
-
Days Won
1
a4r0 last won the day on October 4 2011
a4r0 had the most liked content!
a4r0's Achievements
Newbie (1/14)
1
Reputation
-
Hi Guys, Happy New Year. Wanted to know if anyone knows best way to configure Dual Monitor settings during Win7 OSD deployment in SCCM 2012 R2 SP1 MDT integrated. I know you can edit the unattended.xml file ( can this be done for two monitors and setting one as main ?). Is there somewhere where the settings are applied in registry that i can export and import at the end of the TS before the final reboot. Basically we have a few Workstations that use dual monitors and the displays need to be configured a certain way, was hoping there was a way to configure this during TS rather than the engineer having to manually configure once complete. any help would be appreciated. Thank you
-
Create Log of Task Sequence Used with Date and Time Stamp.
a4r0 replied to a4r0's question in Troubleshooting, Tools, Hints and Tips
Thank you, I will look into apply this. -
I tried searching for the updates using SUP but wasnt able to find the KB Prerequisites as this was my first choice of deployment. any reason why im not able to see the KB files. we are only deploying Security and Critical updates for windows only in our environment using sccm 2012 r2 cu3. on the other hand ive managed to automate the process off installing the Prerequisites and IE11 with three reboots using a combination of batch files and runonce registry keys but the problem now is the Disclaimer prevents the autologon.
-
Guys, Wondering if anyone can help me out, i've been working on this for a few days now and i haven't made any progress. we are testing IE 11 with enterprise mode on windows 7 sp1 machines currently have IE8 installed. these are the steps im trying to achieve 1) Install Prerequisites KB2834140, KB2670838, KB2639308, KB2533623, KB2731771, KB2729094, KB2786081, KB2888049, KB2882822 2) Reboot 3) Install IE11-Setup-Full.exe ( IEAK) 4)Reboot 5)Install KB2929437 (for enterprise mode) 6)Reboot 7)install IE11 ADMX templates ( we had issues where everytime we opened up local gpedit.msc it gave us an error message so this replaces the current ones from sysvol. we also noticed the enterprise policy wasnt being set, even though its been set in AGMP) ive tried both Application and Package method using Batch Files, both ways don't work. Has anyone successfully deployed IE 11 with enterprise mode enabled ?. any help would be appreciated thank you
-
Hi, Wondering if anyone can help me, ive set up exchange 2010 on server 2012 for a very small company. exchange is running on one server receiving emails and sending emails fine internally and externally. the problems i have are; Cannot get OWA outside of the domain working, working fine internally Havent installed Certificate yet. Run Test-OutlookServices, and get alot of errors for external Domain Name URL Internal Domain (.Local) and external Domain Name are different (.co.uk). any help would be appreciated.
-
Hi, I used your task sequence for enabling bitlocker on a Dell laptop (Windows 7 x86), how would i go about integrating MBAM into the task sequence, assuming the MBAM server is setup and Group policy is enabled. Do i just install the MBAM client at the end of the TS ? and would this take ownership of bitlocker ? thank you
-
Hi, I would like some advice on howto go about upgrading a Live Environment of Sccm 2007 R3 with MDT 2010 integration to MDT 2012. Im using MDT 2012 in are test environment and its working very well and I would like to upgrade the Live Environment without breaking anything. Has anyone done this ? how do I integrate it to sccm 2007 r3 once ive upgraded. Any help would be appreciated. thank you
- 1 reply
-
- sccm 2007 r3
- mdt 2010
-
(and 1 more)
Tagged with:
-
Thank you, but that doesnt seem to work, ive created the following but im not getting any results.... select * from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceId = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName like "custom11.prf" and SMS_G_System_INSTALLED_SOFTWARE.InstalledLocation = "c:\\program files\\microsoft office\\" why do you think this may be. thank you for your response.
-
Hi, Could someone please help me better understand how the compliance report actually determines which machines are compliant and not compliant. i have a sccm 2007 r3 wsus and mdt 2010 integration environment.... we have around 75% machines compliant and around 20% machines none compliant and the rest unknown. ive gone through the logs of machines and machines are receiving windows updates but i cannot workout what actually determines machine from being compliant and not compliant.... i need to have the compliance above 90% to keep the managers happy. any help would be appreciated. thank you
-
Hi, Im using MDT 2010 Update 1 to deploy Windows 7 on machines and XP, it works perfectly deploys windows 7 x86 ent fine and all the applications after. I would like to be able to do Zero Touch using SCCM 2007 r3. we have mdt 2010 integration into sccm. I have managed to import the custom win7 wim image into sccm. I am abit confused on creating MDTFiles Package, and MDTSettings Package and of course USMTPKG. how do i create these and will sccm use the customsettings.ini file from MDT ? any help would be appreciated because we will be migrating 8000 machines from XP to Windows 7. thank you
-
HI, Just wanted some advice, how would i go about trying to find the best way to find sccm clients that have not contacted the server in 10 days for example. or machines that have not received critical updates. how would i write the query for that? thank you