Jump to content


Damien

Established Members
  • Posts

    125
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Damien's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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.
×
×
  • 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.