Jump to content


FEJustinTH

Established Members
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

FEJustinTH's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am having an issue where it is filling up the main data drive with hash files. The hash files are the same size as the WIM files we use. They are in the root drive of the FileLib directory, and they all have different names but are the same size which correlate perfectly with the WIM file sizes. One has 7 copies (8.6 GB each), another 24 (5 GB each), and the last one has 18 (4.8 GB each). Then on the SQL drive there is a FileLib that has the same hash files with the same sizes, they are being duplicated there but not as many. I am not sure which log file is required to look at this issue, I was guessing that it was SMSProv but I will wait for the correct requested one. Our Operating System Images files were set on a schedule to update and distribute and when they tried to distribute after a update on the 19th they failed because the hash files filled the drives. I tried removing one of them from a DP and redistributing it but it does not even try to do it (does not show it In Progress).
  2. Ok, that makes sense, would you put all users into the uninstall user group? Right now I have this setup: 1 AD Group pointed at 2 user groups in SCCM with a query: select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name, SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain from SMS_ R_User where SMS_R_User.UserGroupName = "DOMAINNAME\\GROUPNAME" Install Application (pulls from AD Securty group) -> If in this group install Uninstall Application -> All Users -> exclude the install application group Do you even need the query in the uninstall group or just put all users in there so it will only install the application if you are in the install application group? Does that sound about right? Here is the uninstall query: select SMS_R_User.ResourceId, SMS_R_User.ResourceType , SMS_R_User.Name, SMS_R_User.UniqueUserName, SMS_ R_User.WindowsNTDomain from SMS_R_User where SMS_R_ User.UserGroupName != "FEMSI\\SCCM MS Project Standard 2013"
  3. I have my user account in the AD group, and I have the application installed also but I am not showing up in the device collection.
  4. Applications yes (Microsoft Project and Visio are primary concern). I have a rule on each of those applications to only install on the users primary device. One deployment type per application. Here is a good example of what I am trying to do in the link before but I cannot get it to show the devices in the collections after I setup those queries: https://social.technet.microsoft.com/Forums/en-US/45c5c1cc-6245-4876-9ea2-89f44ab3b308/collection-query-ad-group-membership-filter-for-addremove-programs?forum=configmgrgeneral In that post he is deploying to computers though, I want to add users to the AD groups and have it deploy to that users primary device.
  5. Scenario: We have AD security groups containing users to manage our product licenses (only so many in each group before we know we need to order more). We would like to deploy applications to those security groups and have them get installed on the users primary device. If someone gets added into those groups they would get the software, if they are removed from those groups it would automatically uninstall it. I have discovery on and I can see those groups in SCCM, but I am trying to get the query language correct. For the uninstall and install groups, I was going to do a query where it would uninstall the application from all users computers except for the users in the install group. How would you go about doing this? Would it be better to do this through User Collections rather than Device Collections?
  6. I am trying to create a stand alone TS on a thumb drive, the thumb drive is 29 GB formatted (32 GB). The WIM is 11.8 GB, so it is not too large for the thumb drive. I have attached the logs below with the errors. It is referring to the Microsoft Office Application Package which I have re-distributed and that did not fix it. CreateTsMedia.log
  7. Any idea's on this? We have tried rebuilding the VM and setting everything back up from Scratch and we are still getting the same error.
  8. Getting the error below when installing a fresh install of SCSM 2012 SP1 to a SQL 2008 R2 cluster. PopulatingUserRoles: Populating user roles for SM Server PopulatingUserRoles error: System.Runtime.InteropServices.COMException : The security ID structure is invalid. (Exception from HRESULT: 0×80070539) MSI (s) (58:3C) [08:59:19:740]: NOTE: custom action _PopulateUserRoles unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle. CustomAction _PopulateUserRoles returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) MSI (s) (58:6C) [08:59:19:776]: User policy value ‘DisableRollback’ is 0 MSI (s) (58:6C) [08:59:19:776]: Machine policy value ‘DisableRollback’ is 0 Action ended 8:59:19: InstallFinalize. Return value 3.
  9. I go through these steps: All Software Updates > Synchronize Software Updates > Add Criteria (Products) > Windows 7 > Download all available Operation System Images > Right Click the Image > Schedule Updates > Windows Architecture x64 > Apply all of the available updates > Schedule ASAP Like this: http://www.windows-noob.com/forums/index.php?/topic/4683-using-sccm-2012-rc-in-a-lab-part-12-updating-an-operating-system-image-using-offline-servicing/
  10. We are using GP to do all the updates to clients, this is just for the image.
  11. Here is a screen shot for an example of what it is missing. When I go to download the updates I tell it to get all of the ones for windows 7, and when I search for them in all software updates by the KB it does not find them.
  12. Sorry, I am being told this by the support team. They are referring to optional updates not Microsoft updates, I am going to do some testing, but using the scheduled updates I am getting all the updates that apply to windows 7 and office.
  13. I have been updating my WIM files with windows updates, it is finding and including all of those but it is not including microsoft updates. Is there a way to include those, or does that need to be a separate script to check and install those?
  14. I have done some searching but I cannot find exactly what I am looking for. Problem is with unknown computers only. I can assign a TS to a Device Collection and if the computer is in that device collection it works just fine. So I know that PXE booting is working. Now with Unknown Computers it pulls the correct IP address for the SCCM 2012 server and it pulls the correct gateway. It errors out with PXE-M0F : Exiting Intel Boot Agent - which from what I have gathered is just saying that it is exiting PXE. Below is my PXE settings on the DP.
×
×
  • 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.