Jump to content


Damien

Established Members
  • Posts

    125
  • Joined

  • Last visited

Everything posted by Damien

  1. Hello Gents How can I modify the collection query for the parent collection to sync with more that one AD security group?
  2. Could someone please tell me below apps can be packaged into Citrix XenApps format Microsoft Visual C++ 2005 Redistributable Microsoft Visual C++ 2008 Redistributable Microsoft Silverlight Microsoft Office 2010 Quick Reference Guide
  3. Guys, these are the queries I currently used to deploy software for device based deployments with AD security groups and SCCM 2012 collections. Install Query 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 where SMS_R_System.SystemGroupName = "<DOMAIN>\\<Security Group>" Uninstall Query 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_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_R_System.NetbiosName not in (Select SMS_R_System.NetBiosName from SMS_R_System where SMS_R_System.SystemGroupName = "<Domain>\\<Security Group>") and SMS_R_System.Client = 1 and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = "<NAME OF APPLICATION>" Could someone [please help me to do the same for user based deployments (what queries to use for install and uninstall.)?
  4. What i have done is , I run SCCM build task sequence to build the Gold master, which puts the gold master in the domain. then I do these steps: Open administrative cmd prompt, do a NET STOP CCMEXEC to stop this service * Open the certificate console for the local computer, delete the two certs displayed in the SMS node (MMC > Certificates > Local Computer) * Delete the smscfg.ini from C:\windows\ * Lastly, sysprep the VM with an unattained answer file. Sys prep puts the PC into a workgroup. then I take the snap shot for VDI. once the pool is recompose with this GM, the first VM to come online from the pool gets a unique GUID (this is different to the GM GUID) and shows up in the SCCM console. once the second vm comes online, that VM takes the same GUID as the first VM and the first VM disappear from the SCCM console and only the second VM shows up in the console. once all the VMs comes online in that pool. only the last VM to come online appears in the SCCM console because they all have the same GUID. not sure what i am doing wrong.
  5. What i have done is , I run SCCM build task sequence to build the Gold master, which puts the gold master in the domain. then I do these steps: Open administrative cmd prompt, do a NET STOP CCMEXEC to stop this service * Open the certificate console for the local computer, delete the two certs displayed in the SMS node (MMC > Certificates > Local Computer) * Delete the smscfg.ini from C:\windows\ * Lastly, sysprep the VM with an unattained answer file. Sys prep puts the PC into a workgroup. then I take the snap shot for VDI. once the pool is recompose with this GM, the first VM to come online from the pool gets a unique GUID (this is different to the GM GUID) and shows up in the SCCM console. once the second vm comes online, that VM takes the same GUID as the first VM and the first VM disappear from the SCCM console and only the second VM shows up in the console. once all the VMs comes online in that pool. only the last VM to come online appears in the SCCM console because they all have the same GUID. not sure what i am doing wrong.
  6. I am having the same issue, this is a linked clone VDI environment. anyone has any idea?
  7. Running sysprep is going to take the machine out of the domain, do you connect induvidual machines back to the domain each time you deploy a machine?
  8. Hi, We have lot of vmware thin apps deployed via SCCM 2012 to VDIs. the apps are beign streamed. currently they are setup as packages in SCCM but I want to set them up as applications. because they are beign streamed I can't find any information for used as the detection method for the application. What information can I use to detect the application in this situation?
  9. Hi, I am using SCCM 2012 R2 CU3 and MDT to compile an image for use in my VDIs. This is what I do. 1) Run the SCCM build task sequence to build a VM with all the Apps and updates (works great). Delete the c:\windows\smscfg.ini file from the client Run CCMDELCERT on the client (*) 4) Seal the snap shot. After provisioning the image to a pool, whai i am seeing is VMs in that pool get the same GUID which was in the gold master image. This is what I found in the ClientIDManagerStartup log file on one of the effected clients( please see attached log). the client generating a ned GUID and try to register with the server but the server reply to the client back with the gold master GUID. can someone please help us of shed some light? Thanks. ClientIDManagerStartup.log
  10. can I use something like this in the "setting up Config manager client" step in the client install properties? PATH="\\FQDN\its\SCCM\PackageShare\Library\Pkgs\Microsoft\ConfigMgr R2 CU3 Client\Client\Patch\x64\configmgr2012ac-r2-kb2994331-x64.msp
  11. I have the OSD task sequence setup and it's working ok. but coffin manager client version is still old , i want the config manager client updated to the CU3 version during the "setup config manager client " step in the task sequence.
  12. Hi Could you please tell me whats the best way to upgrade the config manager client with the CU3 update during the OSD? I followed this guide but it didn't work. the task sequence fails at the "Apply Image " step. http://deploymentramblings.wordpress.com/2013/08/22/installing-configmgr-2012-sp1-cu2-during-osd/
  13. Hi , Can someone please explain to me how to configure the SCCM server to Pushout Windows updates to DMZ servers? currently there is no communication between internal and DMZ zone. just wanted to know: What ports needed to be open in the firewall for the DMZ servers to communicate with the SCCM server What needs to be changed in the host file or in the registry What changes needs to be done in the DMZ server network TPC/IP properties What command to use the Config manager client on DMZ servers What changes neded to be done on the SCCM server console.
  14. This is the screen I want to skip at the end of the build.
  15. Hi Guys can you please help me with the below problem I have SCCM 2012 SP1 integrated with MDT 2012 for OSD. what I want to do is to skip the summery screen at the end of the OSD task sequence and windows to boot into the logging screen. can anyone please help me?
  16. I can't find this log file at C:\Program Files\Microsoft Configuration Manager\Logs folder
  17. Hi All, I am running sccm 2012 SP1 and when I try to access reports from the web interface I get the below error, how ever I can run my reports from the console. can anyone please help me with this error? Thanks.
  18. Hi Currently we have SCCM 2012 SP1 setup in our environment. at the moment this is using a SQL 2008 database on a SQL 2008 server. the plan is to move the 2008 database to a SQL 2012 cluster. could you please let me know if this is supported? and what steps are required? Thanks
  19. Yes, That did the trick, by changing to Fast client can now see the local DPs, Thanks heaps.
  20. That's what i am not sure, all the bundaries are defined as subnet IPs. I'll try to explain my setup bit more. I have created a distribution group called regional and added the 4 remote site servers that are going to be at the remote offices (the primary site server is in a separate distribution group called PTA. in the Regional distribution group properties , I added "all systems" and "All users" collections in the collection tab. I have created 4 boundary groups, each with it's own subnet IP boundary for the remote offices and assign them to each remote distribution point. In the properties of all boundary groups under reference tab i have selected "use this boundary group for site assignment" and under site system server , the site system server that's assign to that boundary group.
  21. Guys I've created a DP on a Server 2012 and all went fine. I can see all the folders are created and in the console it has a green tick. the problem is once I setup the site at the remote office, the client can't seems to download the packages, clients get the policies for all the adverts but won't download contents ("downloading" stuck at 0%). client CAS log says = "no matching DP location found" the DPs were built at the main office and was sent to remote office. I have created boundary group and assign it to the the remote office DP, which contains the subnet for that office. seems that the client's can't still see this DP for some reason and i have no idea what to do next. Please help.
  22. Guys, Wondering if you can have a look at this for us, we have crated 3 DPs for regional locations and the problem we’re having now is that client can’t find the local DP at the site. Client CAS.log says - The number of discovered DPs (including Branch DP and Multicast) is 0 4 boundary groups are created for each regional site with its VLAN as the boundary. Please see the screen shots
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.