SCCMentor
Established Members-
Posts
47 -
Joined
-
Last visited
Everything posted by SCCMentor
-
Restrict users from deleting "Computer" icon on Win7 Desktop
SCCMentor replied to RetromanIE's question in Windows 7
You can add the following registry in a GPP and direct at users. [HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] Name = {20D04FE0-3AEA-1069-A2D8-08002B30309D} Type =REG_DWORD Value = 0 -
I've only actioned this in 2007 previously. Take a look at Henk's blog for 2012 http://henkhoogendoorn.blogspot.co.uk/2012/02/pxe-boot-files-in-remoteinstall-folder.html
-
How do machines decide where to get the WIM image?
SCCMentor replied to JimmyJ's question in Deploying Operating Systems
Whatever is set for the IP Helper address for that part of the network or set for the scope in the DHCP boot options. -
SCCM2012, App-V and Applications
SCCMentor replied to issue's question in Application Virtualization
First up you need to create the application from the appv and not the MSI. When you deploy check the appdiscovery and appenforce logs. Does the discovery log see that the App-V package is needed for install? Then in the appenforce are you seeing any errors? -
Duplicate post on Technet http://social.technet.microsoft.com/Forums/en-US/83ae79fb-7f59-4ac1-9c45-00b42872b43f/task-sequence-variable?forum=configmanagerosd
-
SCCM 2012 WSUS Windows 7 update not all are pushed.
SCCMentor replied to khloro's topic in Configuration Manager 2012
Duplicate post here http://social.technet.microsoft.com/Forums/en-US/852c5133-f735-4e25-951c-393dad44e0e1/sccm-2012-wsus-some-updates-are-not-installed?forum=configmanagersecurity -
This will install the MDT integration into ConfigMgr then when you create a TS you choose Create MDT Task Sequence when right-clicking the Task Sequence node in the ConfigMgr console
-
Deploying Monthly Updates to Multiple Groups using ADR
SCCMentor replied to xc3ss1v3's topic in Configuration Manager 2012
You'll have to create a separate ADR unfortunately but use the same download package that you created in the original ADR. -
MDT integration is very simple. Run the MDT installation and when prompted install the MDT extensions into ConfigMgr when you have the site server installed.
-
SCCM 2012 _ PXE error (no advertisement found)
SCCMentor replied to MSolouma's topic in Configuration Manager 2012
In the 1st instance is the task sequence deployed to the All Unknown Computers collection In the 2nd instance is the task sequence deployed to the collection the device is imported into? -
Yep MsiExec.exe /X{FBD50733-2ABE-3D23-88B4-7B0C0A0ADDA0} /qn should do the trick
-
Good work
-
Why not create it as a package then run a task sequence to deploy the CMD then Office 2013
-
Steven You need to right click on the collection you have deployed the task sequence to and choose Clear Required PXE Deployments. Give it a minute and then try again. Cheers Paul | SCCMentor @SCCMentor
-
Deploying Software with Unique Keys
SCCMentor replied to pvr02's question in Deploy software, applications and drivers
Works a treat thanks for sharing. -
Deploying Software with Unique Keys
SCCMentor replied to pvr02's question in Deploy software, applications and drivers
Any chance you can post some sample code to explain the process? -
Hi there. I've looked through all the articles regarding Reporting Services and can't get this working (although did in my test environment). Data Source Settings greyed out Click Apply and get Unable to communicate with server. Server is on another box - tested and can connect on port 1433. I get 'Chart control setup D:\Program Files (x86)\Microsoft Configuration Manager\bin\i386\DUNSETUP.EXE failed with return code 0x00000001. Installation cannot continue.' in the SRSRPSetup.log. I am using the default instance of MSSQLSERVER. I have uninstalled the reporting service in SQL and re-installed and removed the reporting point and get the same error. I have added in the network service to C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files and allowed full control on both the site server (hosting reporting point) and sql database. I have installed .Net Framework 3.5.1 feature on the site server. I've tried installing onto another site system but fails. I'm tempted to re-install SQL from scratch. How much impact would this have on my current SCCM install - would I need to recreated the SCCM databases or what other troubleshooting can you suggest? Thanks