Exactly what I thought when I saw that list. On Wednesday, 4 March 2015, Roland Janus <[email protected]> wrote:
> Holy sh.. that’s a lot of models to support and there are probably more > > I pity you J > > > > > > > > *From:* [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> [mailto: > [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>] *On > Behalf Of *Murray, Mike > *Sent:* Mittwoch, 4. März 2015 19:10 > *To:* [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> > *Subject:* [mssms] RE: Get product name is blank > > > > Yes, that’s basically the same thing. Here’s our method in the TS: > > > > > > *From:* [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> [ > mailto:[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>] *On > Behalf Of *Chris Carbone > *Sent:* Wednesday, March 4, 2015 10:03 AM > *To:* [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> > *Subject:* [mssms] RE: Get product name is blank > > > > Thanks Mike, I will try that. > > > > I also found this source with another possible way to find this info out. > > > > > https://social.technet.microsoft.com/Forums/systemcenter/en-US/6c0668db-b3e8-4515-a0a4-b2a73304babf/csproduct-get-name-not-returning-model?forum=configmgrosd > > > > 1. Run *wbemtest* > > 2. Connect to *root\cimv2* > > 3. Click *Open Class* and use *Win32_ComputerSystem* > 4. Click *Instances* > 5. Open the instance by doubble clicking > 6. Search for *Model* > > > > > > *From:* [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> [ > mailto:[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>] *On > Behalf Of *Murray, Mike > *Sent:* Wednesday, March 04, 2015 12:59 PM > *To:* [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> > *Subject:* [mssms] RE: Get product name is blank > > > > You could try > > > > wmic computersystem get model > > > > Mike > > > > > > *From:* [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> [ > mailto:[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>] *On > Behalf Of *Chris Carbone > *Sent:* Wednesday, March 4, 2015 9:49 AM > *To:* [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> > *Subject:* [mssms] Get product name is blank > > > > When I use the command below, the result is blank. Command prompt will > show “Name” and then nothing below it. > > > > wmic csproduct get name > > > > Has anyone seen this blank before? I use this for the driver package > installation steps. > > > > Thanks > > > > > > > > > > > > This electronic mail transmission may contain confidential information > intended only for the use of the individual(s) identified as addressee(s). > If you are not the intended recipient, you are hereby notified that any > disclosure, copying, distribution or the taking of any action in reliance > on the contents of this electronic mail transmission is strictly > prohibited. If you have received this transmission in error, please notify > me by telephone immediately. > > > > > > This electronic mail transmission may contain confidential information > intended only for the use of the individual(s) identified as addressee(s). > If you are not the intended recipient, you are hereby notified that any > disclosure, copying, distribution or the taking of any action in reliance > on the contents of this electronic mail transmission is strictly > prohibited. If you have received this transmission in error, please notify > me by telephone immediately. > > > > > >

