Jump to content


mikeydee135

Established Members
  • Posts

    3
  • Joined

  • Last visited

mikeydee135's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. well basically i'm attempting to push out a bios customization script shutting off all currently unused PCI/PCIe slots in the BIOS. a script can be customized to allow the correct ports but, as devices have different slots currently in use this has been difficult to centrally control without a manual visit to a machine, which would be expensive, in terms of time and effort. thanks to the above i now have the correct information being inventoried, which i'm allowing to gather on schedule, but it's trickling in enough that i can see positive progress so i can afford to be patient on gathering the whole picture with time. my next task is to create collections that will populate based on the slots in use eg: slot 0 in use and slot 3 or slot 1 and slot 4 etc etc so that the correct script can be deployed to the correct collection. so far this has been a bit fiddly and i need to spend a little more time on it to get it working, i can currently group a collection per utilization of a specific slot, but not worked out the logic for the combinations of slots. hopefully it won't be too hard to crack.
  2. Hi Garth that's fantastic. the ability to use the method mentioned in your second link (adding class... from a remote pc) was the feature i wasn't aware of and was the missing link for me, i think. for information the class i wanted to use, and have now added in it's entirety to my hardware inventory, was the "Win32_systemSlot" as described here: http://msdn.microsoft.com/en-us/library/aa394486(v=vs.85).aspx sepcifically the "CurrentUsage" value per slot can answer the question for me exactly. thanks to your help i've now added this class, i'm going to let the system sit for a while, inventory a few machines and then, when there's some information held i can look into what query to put into my collections to define the combinations of slots. Thanks for your help with this.
  3. Hi we've a large number of devices with a few PCI and PCIe devices installed, not in the same slots. would like to push out a configuration script, the settings of which, for long-winded reasons or prerequisites, depends on how many, and which, slots are in use. the solution to this would therefore be query based collections and separate packages containing the variables and then deployment en masse allowing configuration to be tailored to the hardware. -hopefully avoiding the months of work which would be a manual visual audit and inspection and then collation into collections. NOTE: it's actually irrelevant what the devices are, more whether there is, or isn't a device present in a slot, or which combination of slots are in use the problem with this plan is i can't actually find anything on which to base my query in SCCM 2012 itself, i can query an individual machine with powershell and return the slots in use. so i know the WMI classes and attributes exist but cannot find how to include these in a collection query, nor any way to report this in general. modifying and importing an updated sms_def.mof would be great but i'm unsure of what to add to this file to include the correct attributes. does anyone have any insight or experience of this, or any where they can point me in the right direction to get the correct details collected by the client and then to process this into a valid collection. thanks for your help
×
×
  • 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.