How to run a software inventory with Intune

Hello we have a customer who needs to figure out how to get his license info in the tab. From there, Intune will tell them what licenses they own, if they’re in or out of compliance etc…
Do you know how he adds the licenses to the tab?

I know this is old but I’m trying to clean up old posts. Did you ever solve this? If so it would be good if you could post the solution to assist others. If not, at this stage,
as nobody has answered, I would recommend that you call Intune support.
You will find your local Intune support number here
http://technet.microsoft.com/en-US/jj839713.aspx
Gerry Hampson | Blog:
www.gerryhampsoncm.blogspot.ie | LinkedIn:
Gerry Hampson | Twitter:
@gerryhampson

Similar Messages

  • How to Run a SCSI Scanner with Firewire In OS X?

    Does anyone know how to run a SCSI scanner with Firewire in Mavericks?
    I have unsuccessfully tried the RATOC FR1SX SCSI-to-Firewire converter. The Ratoc is recognized as a Firewire device in the System Profiler (see pic below). However, the VueScan scanning software does not recognize the scanner.  I know the scanner works because I have been using it in an old HP PC. As such I  installled Windows 7 64 bit via Boot Camp to see if I could use the scanner, but had no luck.
    I have an iMac 21.5-inch, Mid 2010.
    ANY HELP?

    The Mac scanner driver is not seeing it as a native SCSI device assuming VueScan supports the model of scanner you have. (You did not list the scanner model.)
    Other than getting a modern non-SCSI scanner, a possible option would be to get a Thunderbolt PCI expansion chassis and a 'real' SCSI interface card. There is no guarantee this will work though as SCSI has been discontinued in the Mac world for years and years. If you then want to look at a SCSI card for use with the expansion chassis then look at the following.
    Hmm, just looked the AttoTech SCSI cards have been discontinued as well, as I said SCSI is ancient history in the Mac world.

  • Run a software inventory report

    hey...
    I'm new with ConfigMgr and i'm trying to run a complete software inventory report... the report in asset intelligence is not very friendly, or maybe its because i dont understand them....
    can someone please help?
    i would basically like to see all software installed on all clients...

    Hi,
    I would start with the report "Software - Companies and Products > Count all inventoried products and versions " it will give you an installed count per application.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • How to run application on comp. with only jre installed?

    Hi guys! I've written an application and somebody wants to use it. I have an applet too but it does not have full functionality and slower.
    I am running applications from my desktop using shortcut on javaw.exe file located in jdk/bin folder. No problem with it.
    But if person does not want to instsall jdk? I know that jre has javaw.exe in its bin but it does not work that way.
    My question is: how to run application for domestic use without all this web start hassle and with only jre installed? Is it possible? If yes, how to do this?
    Regards

    Download the JRE redistributable from Sun. It is self installing and will allow the user to run your app using a regular shortcut to javaw.exe.

  • How to run Pro*C application with Instant Client in Oracle 10g

    i am try to run but Pro*C application give error orasql10.dll
    i have downlod Instant Client in Oracle 10g from site. i have unzip and maked environmental virable in PC.
    but application not run. given error orasql10.dll .......
    my problem is thrat i want to run Pro*C application with Instant Client in Oracle 10g .....
    oracle say that run but how........

    According to this thread, it does not work on Windows:
    Does Instant Client 10.1.0.4 for Windows 32 support ProC ?

  • How to start BusinessObjects Software Inventory Tool?

    Hi there,
    I've got a BusinessObjects XI 3.1 Installation on Linux and I'm searching the Software Inventory Tool.
    But I don't find the directory..
    Thanks and best regards,
    Max

    Hi,
    You can login to the Central Management Console and select Settings link.
    In the settings link Product version information will be displayed like, Product Version: 12.X.X.XXX.
    In the above version type, 12 is major release type and second 'x' is of service pack. So, if you have 12.3.X.XXX then you have the XI3.1 SP3 installed.
    Now, if you want to know what's the Fix packs has been installed then the third 'X' gives the details, So, if have the version like 12.3.3.XXX then you have XI 3.1 SP3 FP3 with XXX as the build.
    -Noor.

  • How to run a .bat file with string arguments?

    Hi,
    I have a problem in running a .bat file with string arguments
    - the file is XPathOverlap.bat with 2 stringarguments like: "/a" and "//a"
    - the cmd: c:\Downloads>XPathOverlap "//a" "/a" works fine.
    - here is my code:
    public static void test(){
         try{
              String loc1 = "//a";
              String loc2 = "/a";
              String[] cmdarray = {"c:\Downloads\XPathOverlap", loc1, loc2};
              Process p = Runtime.getRuntime().exec(cmdarray);
              p.waitFor();
              System.out.println("Exit Value: "+p.exitValue());
              //code to print command line replies
              InputStream cmdReply = p.getInputStream();
              InputStreamReader isr = new InputStreamReader(cmdReply);
              BufferedReader br = new BufferedReader(isr);
              String line = null;
              while((line=br.readLine())!=null){
                   System.out.println(line);
         }catch(Throwable t){
              t.printStackTrace();
    How can i run this bat file with 2 string arguments?

    Hi,
    thanks thats good and helpfully
    so this code works:
    String loc1 = "\"/a\"";
    String loc2 = "\"//a\"";
    String path = System.getenv("MuSatSolver");
    String[] cmdarray = {"cmd.exe","/C",path+"XPathOverlap.bat", loc1, loc2};
    Process p = Runtime.getRuntime().exec(cmdarray);
    p.waitFor();
    System.out.println("Exit Value: "+p.exitValue());
    InputStream cmdErr = p.getErrorStream();
    InputStreamReader isrErr = new InputStreamReader(cmdErr);
    BufferedReader brErr = new BufferedReader(isrErr);
    String line2 = null;
    while((line2=brErr.readLine())!=null){
         System.out.println("Error: "+line2);
    but now i have another problem, this is the output:
    Exit Value: 0
    Error: java.lang.NoClassDefFoundError: fr/inrialpes/wam/treelogic/_xml/XPathOverlap
    Error: Exception in thread "main" The Exit value is 0, so the process terminates normally.
    I have tested this bat file in cmd and there it works correctly.
    Why do i get this error message?

  • How to run an external monitor with lid closed

    how to use an external monitor with the "lid" closed

    You can use your MacBook in Clamshell Mode with a wired or Bluetooth keyboard and mouse.  http://support.apple.com/kb/HT3131

  • How to run a SQL manually with the same SQL_ID

    I want to know how to run a SQL which comes from application side manually so that same SQL_ID is generated. I am aware that even if there is a small change in the sql(even a space) the sql_id gets changed. CURSOR_SHARING_PARAMETER is similar in my DB.
    Thanks
    Rudresh

    I think you really want is the execution plan (plan_hash_value), what about outlines ?
    HTH
    Antonio NAVARRO

  • How to Run a Cost Estimate with Budgeted Values parallel to the Std Cost Estiamte

    Hi Experts,
    My client want to run a parallel cost estimate with Budgeted values for each type of cost in a similar process like standard cost estimate(currently only Std business run only the std. cost estimate). Below will be provided to run the said cost estimate.
         1. Budgeted Cost for cost elements against each cost center
         2. Re-posting/distribution will be required run to allocate and apportion the cost from service cost centers to Production cost centers
         3. All Planned(future) Material Cost will be provided. (note that the valuation strategy of costing variant of standard cost estimate has below sequence
         4. Budgeted activity quantities will be provided. (Cost and activity qty for Kp06 and Kp26)
    Based on the above data business need to run a cost estimate with budgeted values parallel to the standard cost estimate(based on planned values), which will be compared with actual then Budget at each months.
    Simply an alternative cost estimate with budgeted values for a given period for all materials.
    Kindly advice the possibility of such a cost estimate in the system and if possible pls. mentioned the Process in order and configuration steps for the same.
    Thanks in advance.
    Aziz

    Hi..
    You can define costing variants which have valuation variant for budgeted values parallel to the standard cost estimate  in Customizing for Product Cost Controlling.
    You can define target cost versions using above costing variants under the customizing transaction OKV6 as below picture.
    When you calculate variances, you can check “all target cost version” flag to calculate variances  for all target cost versions in the controlling area as below picture.
    You can analysis the difference between actual cost and several budget cost using target cost version as below picture.

  • Windows Intunes software inventory with product keys or without product keys

    Its sounds good to manage and work faster but it would also save more time If Windows intune can also retrieve the product key information from all the clients machines. So my question is can windows intune retrieve the product keys of any programs installed.
    or only few if any??

    There's no standard way to store product keys though so there's no way for a management tool like Intune to know how to retrieve them. If you can first get all software vendors to store their product keys, in a readable format, in a common way and place,
    then this would be easy. Until then though, Intune is not magic and can not figure out where the thousands of software vendors are storing their keys let alone be able to unencrypt/unencode them if they are stored using some secure format.
    Jason | http://blog.configmgrftw.com

  • How to run webi report automatically with the current date/system date in webi report

    Hi Friends,
    I have a webi report which has a date prompt now. Based on the selection that user makes while running a report, he will get the related data for that particular date selection. Now I want to make that date prompt automated that is the report should run automatically based on the system date daily on scheduling.
    I want it to run current day automatically without have to go in and pick the date in webi report. I will be scheduling the webi report. Can you please let me know how to achieve this functionality of running a webi report automatically with a system date.
    Please let me know if I couldn't make you understand so that I will write with an example.
    Waiting for your valuable solutions.
    Thanks in advance.
    Regards,
    Bhaskar

    Hello Bhasakar,
    1.Create sysdate object in the universe
    2.Create another query in webi and select only sysdate object
    3.In the original query drag the Day object in the filter pane and choose the "List of values" from another query.and select the sysdate object from the second query.
    So your report always will run for sysdate...
    regards,
    Naveen D

  • How to run the APD programmatically with different query variables

    Hi All
    I have a requirement to run a APD with a query in it programmatically on a series of posting periods from 1 to 10 I want to run the APD once for each posting period.
    Any idea how I can do this.
    Thanks
    Karen

    Karen,
    Create a variable on posting period in the query.
    in tcode RSRT, choose the query name , here you have the option of creating query variants. create different variants and save it.
    In APD, when you choose the query, you have the option of choosing query variant, choose the variant you created in rsrt.
    You can automate by including the APD with different query variants in a PC.
    Sharat

  • How to run jar file created with higher version on lower version ?

    Hi,
    I downloaded a jar file and trying to run it on Linux machine with Java version 1.4...
    I got error that jar file complied with 1.5 version.
    Is there any way to run it on 1.4 version. I don't want to upgrade Java version of my linux :)
    Regards,
    Ajay

    EJP wrote:
    On the contrary, the 'reality' is that it is better, and probably easier, once you analyse and present the comparative costs and risks correctly, to get the mandate lifted than to back-port code to platform levels for which it was not designed.The main blockade (judging by my observations) for actually doing it is that this is not a simple code change, which is what programmers really, really, really want to keep it within their comfort zone. All of a sudden you're tasked with software upgrades and the demands that it brings, such as testing to make sure everything still works properly and getting grumpy system's administrators to actually go do it.
    I wouldn't be surprised that there are people out there that would rather back port a library than to take the initiative to get Java upgraded :/

  • Dis51usr.exe: How to run a multisheet report with different parameter?

    Hi,
    I have a report ( say 1.dis) with 2 sheets ( X and Y ). X has the parameter
    District and Y has the parameter Division. While I saved the report, the sheet X was opened . ( That means I run the report X from Desktop and save the report )
    Now I execute the following command to run the X .
    C:\Dis10gDesktop\bin\dis51usr.exe /connect <user id>/<password>@connectstring /apps_user
    /apps_responsibility "test_Resp" /open "C:\Test\1.DIS" /sheet "X" /parameter "District"
    "ABC" /export xls C:\Test\DIS_REPORT_OUTPUT_X.xls /BATCH
    It is successfully run and gives the output file.
    Now I execute the following command to run the Y.
    C:\Dis10gDesktop\bin\dis51usr.exe /connect <user id>/<password>@connectstring /apps_user
    /apps_responsibility "test_Resp" /open "C:\Test\1.DIS" /sheet "Y" /parameter "Division"
    "DEF" /export xls C:\Test\DIS_REPORT_OUTPUT_Y.xls /BATCH
    It is showing the error
    District: Unresolved parameter.
    If I save the report while the sheet Y is opened , then the second command is running fine,
    but the first one is showing the error
    Division: Unresolved parameter.
    It looks the command can not move to other sheet . How can I resolve it ?
    Please help.

    Hi
    Just had an idea. Try removing the double quotes from around the parameter value. Even though it is a string you don't need to provide quotes in the command line. Therefore try again like this:
    C:\Dis10gDesktop\bin\dis51usr.exe /connect <user id>/<password>@connectstring /apps_user
    /apps_responsibility "test_Resp" /open "C:\Test\1.DIS" /sheet "X" /parameter "District"
    ABC /export xls C:\Test\DIS_REPORT_OUTPUT_X.xls /BATCH
    and this:
    C:\Dis10gDesktop\bin\dis51usr.exe /connect <user id>/<password>@connectstring /apps_user
    /apps_responsibility "test_Resp" /open "C:\Test\1.DIS" /sheet "Y" /parameter "Division"
    DEF /export xls C:\Test\DIS_REPORT_OUTPUT_Y.xls /BATCH
    You also may not need the double quotes around the sheet and parameter names. Typically these are only used when there is a space in the name
    As an FYI, if you need to put quotes around a parameter value try using single quotes instead of double quotes and as a tip if you are passing multiple values to a parameter they should be passed with a comma between them and no space either before or after the comma.
    Do you have a copy of my Oracle Press book called Oracle Discoverer 10g Handbook? If so, please take a look at pages 503 to 509. If you don't have it I'd strongly recommend doing so as it contains over 1,000 pages of information. You can get it at amazon and can find out more about it on my website here: http://ascbi.com/10g-handbook.htm
    Best wishes
    Michael
    URL: http://ascbi.com
    Blog: http://learndiscoverer.blogspot.com

Maybe you are looking for

  • My hard drive is nearly full but I cant find whats  taking up all my hard drive space

    I have an intel macbook pro with 500 internal HD. I have 160gb of music in my itues folder with another 7gb on a previous library, I am unable to find the size info of my applications folder but I susspect it to be around 50gb, however I only have 59

  • Check print setting in ZRQDSES20

    Hi gurus, My program is a copy of the standard one RQDSES20 for printing sample drawing instruction. Based on the setting in the control key of the inspection plan, I would like to automatically print or not print sample drawing instruction @ MIGO. T

  • Reg. Alv report using function modules

    I have a ALV report in which i am displaying a report in main screen1. i have a pushbutton on the main screen. when i click the pushbutton it has to display the interactive report below, in the main screen1 itself. like it has to display first the ma

  • Changing my IP address.

    Does anyone know how I can change the IP address on my powerbook G4 and get a new one?

  • Where is the installer?

    Noob question here: Just downloaded iMovie, first download from the app store. I like to keep the installers (i.e, dmg) in one place if I ever need to recover from a crash or move to another machine, etc. The app store loaded the application in the a