Windows Intune Reports for update

Hi all,
Once i installed monthly patches , lets take 5 patches . Is it possible to pull out the exact report for whether those five patches got insatlled.

Nope. You can only run a report of all installed updates based on update classifications.

Similar Messages

  • Windows Intune Fails to update.

    I've ran into an issue that I never encountered before recently. We are a small business with Intune deployed on all machines to keep things in order and uniform. However, a few days ago we had to format one of the machines and reinstall Windows
    8 on it. Since then, Intune has been struggling to update. The machine showed a bunch of updates but always fails from the first one, with the update client shutting down immediately. Most updates were installed through Windows Update manually but the
    one update that always fails is the Windows Intune Client Service update. I've traced the logs and the "ClientNotificationUI" log is the only one receiving an error code, with that being 0x80010108 " Failed to change the client state".
    I've tried most things with nothing actually working. What I thought would do the trick was to remove intune completely and then reinstall using the latest client from the admin console. Still, that didn't do it as apparently that is not the latest version
    of the client. The machine is stuck in an endless update loop, with nothing actually installing.  If you have any ideas I'd greatly appreciate your help!

    We found no solution to this issue unfortunately. The only workaround was to manually "push" the updates that Intune was downloading. For some inexplicable reason, the client could not update itself or things related to it, on its own. It was just downloading
    the updates and then nothing. After lots of efforts, windows is up to date now. However, a different issue entirely has appeared. There are no details for the machine on the Administration page of Intune and the managed software does not reach the client.
    I used to get the Agent not installed error before but now nothing. From the client's side of things, everything appears to be ok. For the main purposes of Intune, not so. Any ideas why this is happening?

  • Report for update of Material with deletion Flag from R/3 to SRM

    Hi All,
               Is any report for Updating material in SRM with deletion indicator for those  deletion flag set in R/3...

    Check material status
      IF mat_mmsta EQ '--'.
        lv_msgv1 = iv_ordered_prod.
        CALL FUNCTION 'BBP_PD_MSG_ADD'
          EXPORTING
            i_msgty       = c_msgty_e
            i_msgid       = 'BBP_PD'
            i_msgno       = 426
            i_msgv1       = lv_msgv1
          EXCEPTIONS
            log_not_found = 1
            OTHERS        = 2.
        IF sy-subrc <> 0.
          PERFORM abort.
        ENDIF.
        IF c_on = c_off.
          MESSAGE e426(bbp_pd) WITH lv_msgv1.
        ENDIF.
      ENDIF.
      if not mat_lvorm is initial.
        lv_msgv1 = iv_ordered_prod.
        call function 'BBP_PD_MSG_ADD'
    program name LBBP_PDIGPF2R
    Check material in backend
      CALL FUNCTION 'META_MATERIAL_READ'
        EXPORTING
          i_mtcom        = ls_mtcom_eci
          logical_system = iv_log_system
        IMPORTING
          e_mmsta        = mat_mmsta
          e_lvorm        = mat_lvorm
        EXCEPTIONS
          mat_not_found  = 1
          OTHERS         = 2.
      IF sy-subrc <> 0.
        lv_msgv1 = iv_ordered_prod.
        lv_msgv2 = iv_plant.
        CALL FUNCTION 'BBP_PD_MSG_ADD'
          EXPORTING
            i_msgty       = c_msgty_e
            i_msgid       = 'BBP_PD'
            i_msgno       = 275
            i_msgv1       = lv_msgv1
            i_msgv2       = lv_msgv2
          EXCEPTIONS
            log_not_found = 1
            OTHERS        = 2.
        IF sy-subrc <> 0.
          PERFORM abort.
        ENDIF.
        IF c_on = c_off.
          MESSAGE e275(bbp_pd) WITH lv_msgv1 lv_msgv2.
        ENDIF.
      ENDIF.
          EXPORTING
            i_msgty       = c_msgty_e
            i_msgid       = 'BBP_PD'
            i_msgno       = 345
          EXCEPTIONS
            log_not_found = 1
            others        = 2.
        if sy-subrc <> 0.
          perform abort.
        endif.
        if c_on = c_off.
    IN SRM PROGRAM LBBP_PDIGPF2R BBP_PD 345 throws message "product x is designed for deletion"
    but it is validationg from fm 'META_MATERIAL_READ'
    please close this thread
    br
    muthu

  • Add a Select List to a Report, for Updating a table.

    I am working on Apex 3.0. I had to allow the Report could update a table. I added two checkbox to the report, and now I should add a Select List. I've tried a lot of ways but I don't know how can I pass the value selected, related to the ID of the row. I've tried with a JavaScript but I couldn't. A process should update the row on the DB when the user change the value on the select list. There is a save button that perform the process. How I could pass the ID of the row and the value to a PL/SQL process?
    Many Thanks for your suggestions.
    SELECT PFA.FOCUS_AREA_ID
    ,FOCUS_AREA_NAME,     
    apex_item.checkbox(1, FA.FOCUS_AREA_ID, DECODE(PFA.FOCUS_AREA_ID, null, ' ','checked="checked" ') ||
    'id="chk'||rownum||'"'|| ' onclick="checking(this)" ') as Focus_AREA_CHK,
    APEX_ITEM.SELECT_LIST(
    *5,*
    PFA.FOCUS_TYPE,
    *'DIS;DIS,ENG;ENG,EXP;EXP,TGT;TGT',*
    *'id="sl_'||FA.FOCUS_AREA_ID||' " ',*
    *'YES',*
    NULL,
    *'-Select-',*
    *DECODE(PFA.FOCUS_AREA_ID, null, 'disabled="disabled" ','' ) || ' --onchange="selectedElement(this)" ',*
    *'NO'*
    *)* "Type"
    FROM PROGRAM_FOCUS_AREAS PFA,
    FOCUS_AREAS FA
    WHERE
    FA.FOCUS_AREA_ID = PFA.FOCUS_AREA_ID(+)
    AND :P151_PROGRAM_ID = PFA.VS_PROGRAM_ID(+)

    **Deleted**
    Edited by: user4498053 on Dec 27, 2011 11:24 AM

  • ITunes opens explorer window when searching for updates or selecting restore for any iOS device.

    When trying to check for updates from within iTunes for any device, or trying to restore a device in iTunes I click the update/restore button and iTunes opens an explorer window for me to browse to the .ipsw file. I am unable to get iTunes to check the Apple servers for the restore/update files.
    Where is this setting stored either in the registry or the iTunes folder?
    I have performed a clean uninstall (http://support.apple.com/kb/HT1923) , have removed my apple preferences that were stored in the AppData folders for each user and have reinstalled and still see the explorer box rather than the check apple for updates dialogue.
    I have a feeling that the particular setting is somewhere in either the itunes library folder, in the registry or in another plist file... but where is the question?

    Have you had any luck in resolving this issue? Seems Apple are a bit quiet on it...

  • Windows SBS 2008 Deployment Report for Updates in SBS Console Is Empty

    The SBS Console on my Windows SBS 2008 is able to report updates which are available for deployment, and it also is aware of the number of computers which are affected by the update in the Security>Updates summary page in the SBS console. However, if
    I select an update and click "View the update deployment report," there are no computers listed.
    I have gone through the steps outlined in these posts:
    Repair monitoring and reporting features in Windows Small Business Server 2008
    SBS2008: Windows SBS Console may crash because of incorrect Environment Variables
    My variables read read TEMP=C:\user\me\appdata\local\temp\1 and TEM=C:\user\me\appdata\local\temp\1  from the command line, but in the Environment Variables window, they both read as C:\user\me\appdata\local\temp\
    SBS 2008 Console May Take Too Long to Display Alerts and Security Statuses, Display Not Available, or Crash
    (I was unable to run this from the command line, even though I was running the command as administrator, and had remote connections allowed. I ended up running this command in the SQL management studio.)
    Repair Windows Update Services
    I am sorry for the missing hyperlinks, but I am not allowed to post them until my account has been verified. Searching for the article titles in bold will take you to the referenced page. I thought it would be helpful to mention the steps I have tried to take
    before taking to the forums with my problems.
    Any ideas? Does this need any clarification?

    I did take a look at the console. When I refresh the list under the Updates
    tab in the Security ribbon, I get multiple lines of:
    [11340] 140114.090516.2325: Update Services: GetConfiguration: level Medium is read from config file C:\Program Files\Windows Small Business Server\Data\sbsconfig.xml
    [16772] 140114.090535.4166: Update Services: GetConfiguration: level High is read from config file C:\Program Files\Windows Small Business Server\Data\sbsconfig.xml
    Then, every time I try to view the computers to which a particular update apply, the console throws these lines into the Console.log:
    [8416] 140114.090659.3547: AdminTME: Committer: RunAsync TaskViewDeploymentReport
    [21016] 140114.090659.3703: AdminTME: AdminDataLink Running Task: TaskViewDeploymentReport
    [21016] 140114.090659.3703: AdminTME: Status: TaskId = TaskViewDeploymentReport, RootTaskId = TaskViewDeploymentReport, Success: True, Warning: False, Continue: False, Message: 
    [8416] 140114.090700.5420: AdminTME: Committer: Completed called
    [8416] 140114.090700.5420: AdminTME: Committer: Task was cancelled.
    [8416] 140114.090700.5420: AdminTME: Committer: Committer Completed.
    Now that I have been verified, I can include this screenshot, where you can see that I am expecting 4 computers to be listed in the pop-up window:
    Any additional thoughts? In the meantime, I will be doing some searching on the new adminTME lines.

  • How to trigger pop-up window in report and update data base from report

    Hi All,
    I have a requirement, in a report output list to trigger a pop up window with some rejection codes corresponding to each sales order when i select from the output list. Also i need to update data base by selecting one of the rejection code in the pop-up window list for that sales order. Can any one please let me know how to achive this.
    Also, i have check boxes for each record in the output list. Also, i have added one more check box as "Select All'. When select 'Sleect All' check box , all check boxes need to be checked, how to achieve this. PLease let me know.
    Thanks in advance.
    Regards,
    Rajesh

    Hi check this code of editable ALV report... I updated the data base with the changes made..in the editable ALV
    *& Report ZJAY_EDIT_ALV
    REPORT zjay_edit_alv.
    * TYPE-POOLS *
    TYPE-POOLS: slis.
    * INTERNAL TABLES/WORK AREAS/VARIABLES
    DATA: i_fieldcat TYPE slis_t_fieldcat_alv,
    i_index TYPE STANDARD TABLE OF i WITH HEADER LINE,
    w_field TYPE slis_fieldcat_alv,
    p_table LIKE dd02l-tabname,
    dy_table TYPE REF TO data,
    dy_tab TYPE REF TO data,
    dy_line TYPE REF TO data.
    * FIELD-SYMBOLS *
    FIELD-SYMBOLS: <dyn_table> TYPE STANDARD TABLE,
    <dyn_wa> TYPE ANY,
    <dyn_field> TYPE ANY,
    <dyn_tab_temp> TYPE STANDARD TABLE.
    * SELECTION SCREEN *
    PARAMETERS: tabname(30) TYPE c DEFAULT 'MARA',
    lines(5) TYPE n DEFAULT 7.
    * START-OF-SELECTION *
    START-OF-SELECTION.
    * Storing table name
    p_table = tabname.
    * Create internal table dynamically with the stucture of table name
    * entered in the selection screen
    CREATE DATA dy_table TYPE STANDARD TABLE OF (p_table).
    ASSIGN dy_table->* TO <dyn_table>.
    IF sy-subrc <> 0.
    MESSAGE i000(z_zzz_ca_messages) WITH ' No table found'.
    LEAVE TO LIST-PROCESSING.
    ENDIF.
    * Create workarea for the table
    CREATE DATA dy_line LIKE LINE OF <dyn_table>.
    ASSIGN dy_line->* TO <dyn_wa>.
    * Create another temp. table
    CREATE DATA dy_tab TYPE STANDARD TABLE OF (p_table).
    ASSIGN dy_tab->* TO <dyn_tab_temp>.
    SORT i_fieldcat BY col_pos.
    * Select data from table
    SELECT * FROM (p_table)
    INTO TABLE <dyn_table>
    UP TO lines ROWS.
    REFRESH <dyn_tab_temp>.
    * Display report
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    i_callback_program = sy-repid
    i_structure_name = p_table
    i_callback_user_command = 'USER_COMMAND'
    i_callback_pf_status_set = 'SET_PF_STATUS'
    TABLES
    t_outtab = <dyn_table>
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.
    IF sy-subrc <> 0.
    ENDIF.
    *& Form SET_PF_STATUS
    * Setting custom PF-Status
    * -->RT_EXTAB Excluding table
    FORM set_pf_status USING rt_extab TYPE slis_t_extab.
    SET PF-STATUS 'ZSTANDARD'. "copy it from SALV func group standard
    ENDFORM. "SET_PF_STATUS
    *& Form user_command
    * Handling custom function codes
    * -->R_UCOMM Function code value
    * -->RS_SELFIELD Info. of cursor position in ALV
    FORM user_command USING r_ucomm LIKE sy-ucomm
    rs_selfield TYPE slis_selfield.
    * Local data declaration
    DATA: li_tab TYPE REF TO data,
    l_line TYPE REF TO data.
    * Local field-symbols
    FIELD-SYMBOLS:<l_tab> TYPE table,
    <l_wa> TYPE ANY.
    * Create table
    CREATE DATA li_tab TYPE STANDARD TABLE OF (p_table).
    ASSIGN li_tab->* TO <l_tab>.
    * Create workarea
    CREATE DATA l_line LIKE LINE OF <l_tab>.
    ASSIGN l_line->* TO <l_wa>.
    CASE r_ucomm.
    * When a record is selected
    WHEN '&IC1'.
    * Read the selected record
    READ TABLE <dyn_table> ASSIGNING <dyn_wa> INDEX
    rs_selfield-tabindex.
    IF sy-subrc = 0.
    * Store the record in an internal table
    APPEND <dyn_wa> TO <l_tab>.
    * Fetch the field catalog info
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
    EXPORTING
    i_program_name = sy-repid
    i_structure_name = p_table
    CHANGING
    ct_fieldcat = i_fieldcat
    EXCEPTIONS
    inconsistent_interface = 1
    program_error = 2
    OTHERS = 3.
    IF sy-subrc = 0.
    * Make all the fields input enabled except key fields
    w_field-input = 'X'.
    MODIFY i_fieldcat FROM w_field TRANSPORTING input
    WHERE key IS INITIAL.
    ENDIF.
    * Display the record for editing purpose
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    i_callback_program = sy-repid
    i_structure_name = p_table
    it_fieldcat = i_fieldcat
    i_screen_start_column = 10
    i_screen_start_line = 15
    i_screen_end_column = 200
    i_screen_end_line = 20
    TABLES
    t_outtab = <l_tab>
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.
    IF sy-subrc = 0.
    * Read the modified data
    READ TABLE <l_tab> INDEX 1 INTO <l_wa>.
    * If the record is changed then track its index no.
    * and populate it in an internal table for future
    * action
    IF sy-subrc = 0 AND <dyn_wa> <> <l_wa>.
    <dyn_wa> = <l_wa>.
    i_index = rs_selfield-tabindex.
    APPEND i_index.
    ENDIF.
    ENDIF.
    ENDIF.
    * When save button is pressed
    WHEN 'SAVE'.
    * Sort the index table
    SORT i_index.
    * Delete all duplicate records
    DELETE ADJACENT DUPLICATES FROM i_index.
    LOOP AT i_index.
    * Find out the changes in the internal table
    * and populate these changes in another internal table
    READ TABLE <dyn_table> ASSIGNING <dyn_wa> INDEX i_index.
    IF sy-subrc = 0.
    APPEND <dyn_wa> TO <dyn_tab_temp>.
    ENDIF.
    ENDLOOP.
    * Lock the table
    CALL FUNCTION 'ENQUEUE_E_TABLE'
    EXPORTING
    mode_rstable = 'E'
    tabname = p_table
    EXCEPTIONS
    foreign_lock = 1
    system_failure = 2
    OTHERS = 3.
    IF sy-subrc = 0.
    * Modify the database table with these changes
    MODIFY (p_table) FROM TABLE <dyn_tab_temp>.
    REFRESH <dyn_tab_temp>.
    * Unlock the table
    CALL FUNCTION 'DEQUEUE_E_TABLE'
    EXPORTING
    mode_rstable = 'E'
    tabname = p_table.
    ENDIF.
    ENDCASE.
    rs_selfield-refresh = 'X'.
    ENDFORM. "user_command

  • Tabular Report for Update a single column

    Hello Everyone,
    I have a tabular report which will display 1 column (apart from primary key),
    1. I will display a edit icon (on primary key)
    2. when the user selects this icon, this only row must become updatable (only one column must become text item, so that user can modify the value).
    3. Next this text item, i would like to display save button and cancel button so that user can click one of these buttons next to that particular row.
    Any help would be appreciated.
    Regards
    Anil

    There is no easy way to do this without some incredibly lengthy javascript. Tabular forms still do not give much declarative control to the developer.
    If you are looking to click a button and update one column on one row, it's easiest to change your design to two pages using report and form. Make the first page the report with an Edit button, click the button (nothing more than a link) and it goes to a basic form with only one updateable field. After submit, branch back to the first page. Easy.
    For the end user, there are no more mouse clicks involved in this than what you described originally so it's likely it'll be an acceptable application design change.

  • Report for updates Graph

    I'm opening a OGD ( Oracle graphics ) in the form and passing record group to it which updates the graph. Now I want to have report with this updated graph as part of it. The chart item on reports does not show the updated graph but shows the one saved when created in graphics builder. How to get the refreshed graph on report. I want to take print of the graph without using RUN_PRODUCT for graphics.
    PL. Help..
    Thanx
    Regards
    Alankar
    null

    In ConfigMgr 2012, you should be looking at the Software Update group and run the reports based on them.
    <b>Kent Agerlund | My blogs: <a href="http://blog.coretech.dk/kea">blog.coretech.dk/kea</a> and <a href="http://scug.dk/">SCUG.dk/</a> | Twitter: <a href="https://twitter.com/#!/Agerlund">
    @Agerlund</a> | Linkedin: <a href="http://www.linkedin.com/in/kentagerlund">Kent Agerlund</a></b> | <a href="http://www.amazon.com/System-Center-Configuration-Manager-ebook/dp/B008ZSD8QM/ref=sr_1_4?s=digital-text&ie=UTF8&qid=1345615754&sr=1-4&keywords=system&#43;center&#43;configuration&#43;manager&#43;2012">
    Mastering ConfigMgr 2012 The Fundamentals </a>

  • I have a windows crash report for a hang that did not generate a crash reporter item. Is there anything I should do with it?

    Thunderbird crashed, or at least hung. Closed the program using task manager and windows generated a crash report. Crash reporter did not. Is there anything I should do with this, or does Microsoft send them on to Mozilla?

    That looks like a problem with a plugin, probably Flash.<br />
    The first report has a Flash signature and the second report also is plugin related.<br />
    Those reports are older (Jan 15).
    Do you have any more recent reports?
    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.org/kb/Firefox+crashes
    *https://support.mozilla.org/kb/Troubleshooting+plugins

  • Lsmw for updating values in asset mater ( AS92 TCODE)

    hI,
    is there any standard reports for updating values of asset master ( as92) in LSMW.
    please provide necessary information.
    thans & red,
    Hari priya

    Priya,
    Standard report is not there to update the Asset master.
    Use BAPI to update the Asset master in LSMW:
    Business object - BUS1022
    Method: Change
    Message type: FIXEDASSET_CHANGE
    Basic Type: FIXEDASSET_CHANGE03
    Regards,
    Kiran Bobbala

  • "Checking for update"--hangs!

    I'm using Windows NT, IE 5.5, JRE 1.3.0, JWS 1.0.1.
    Java Web Start is generally working fine, getting updates successfully, launching, etc., however, there have been several occurences where it hangs on various user PCs.
    The application is already downloaded and there is no updates for it to pick-up (off-line is allowed). I click the shortcut for the application, it launches the splash screen for JWS, then displays the window saying "Checking for Updates" and it hangs. It is an intermittent problem that is causing some headaches, since it is preventing my users from launching the application.
    Any help would be appreciated.

    I had two cases where Web Start hung on Windows 2000 boxes after the .jar download, the task manager showing some 98% cpu usage.
    First time, there has been a Web Start installation first, then a JDK-1.4 beta installation (which includes Web Start).
    Second time it was installation of Web Start 1.0.1 then 1.0.1_01 then back to 1.0.1.
    In both cases Web Start did not deinstall fully.
    I believe something like this was mentioned in the Web Start Installation notes.
    The solution was to deinstall all Web Start versions plus going to the Web Start installation directory, and deleting everything there too (.dlls and other stuff). After new installation, everything worked fine.
    Regards,
    Marc

  • Does Windows Intune come with a Windows License

    Does a Windows Intune subscription still come with a Windows Enterprise upgrade license?
    We've got some Windows 7 Professional PC's and some Windows 8.1 PC's and we require two things: -
      1: BitLocker
      2: Windows Intune
    I don't want to have to pay to upgrade ALL of the PC's to Windows 8.1 Professional in order to get BitLocker and then roll out Windows Intune. I am hoping I can buy a Windows Intune subscription for each user, and be given a licence to upgrade their
    primary PC to Windows 8.1 Enterprise - therefore allowing me to enable BitLocker on each PC.
    I would really like an answer about the "Enterprise Licence" for Windows Intune.
    Regards,
    Mark G Briggs - technology is a passion

    Hello,
    if you wants to have Windows 8.1 Enterprise (includes BitLocker) than you need to purchase Windows Intune subscription with Software assurance for Windows for each device with Windows 7 professional.
    Note:The Windows operating system upgrade included with Windows Intune with Software Assurance for Windows can only be used on the licensed user’s primary PC. However,
    you can manage an additional four (4) devices.
    thanks
    diramoh

  • Javascript popup window for updatable report

    We have an updatable report and would like to have a pop-up window on one of the fields. What parameters do we pass to the pop-up so it can return the selected value to the correct row and column in the would report? What is the code in the pop-up to set the correct row/column in the updatable report?
    We are familiar with the process for form elements, but not for updatable reports.

    Hello,
    YOu just have to save the current working form field as a variable. So the popup javascript would look something like this.
    var gReturnElement;
    function customPopUp(pThis){
    gReturnElement = html_CascadeUpTill(pThis,'TD').getElementsByTagName('INPUT')[0];
    /*popup code here*/
    Then from the popup window you would use something like
    function customSetValue(pText){
    window.opener.gReturnElement.value = pText
    window.close();
    Is there a specifc reason you can't use the built in ones? It would be much easier for you to mantain compared to custom code.
    Carl
    Message was edited by:
    Carl Backstrom

  • Availability of Update to Windows Intune for Samsung KNOX Standard

    I don't understand how Windows Intune supports Samaung KNOX ? KNOX is also a MDM solution, and its security features that enable business and personal content to coexist on the same handset. How to enroll the Samsung KNOX device? Via KNOX
    APP or Company Portal from Google Play? BTW, do these two MDM Solution, Windows Intune and Samsung KNOX, exist at same time on the same handset? Could someone give some ideas?

    Intune simply takes over and manages the KNOX layer, it does not add anything to KNOX enabled devices. The COmpany Portal App is just that, a app that enables registration and enrollment of the device and facilitiates the management of the KNOX layer.
    This is similar to what happens on other devices including iOS and WP8 where the MDM/management layer is already built into the device.
    Jason | http://blog.configmgrftw.com

Maybe you are looking for

  • MIRO based on purchase order and delivery note

    Hi It seems I can do a supplier invoice based on PO or some POs. I can also do a supplier invoice based on delivery note or some delivery notes. But I can not do MIRO based on delivery note AND purchase order. Business scenario: I need this when I ha

  • How to refer MessageID in email receiver adapter

    Hi All, We are using module configuration in Receiver Mail adapter to send emails. Below is my configuration. (We are using SAP PI 7.11). Emails are being sent. However I am trying to include messageID in the email body however I could not. I have de

  • Multiple Data Sources and Accessing External Java APIs

    Hi Everyone, I have a couple of questions for which I was not able to find satisfactory answers in the forum search, so here they are. I would be really grateful if you can help us out with this. 1. Accessing two Data Sources in the same report: We h

  • Some photos need to be prepared to view them at full size

    What does this mean?  I had never seen this warning before a few days or weeks ago.  It is showing up when I open my most-used library, the one I sync to iOS devices and use for my desktop wallpaper.  The images are all already size to 1400  x 900 pi

  • Unanswered question

    Hi, I am bit confused about what 'Unanswered question' means which is present at the bottom on every forum's main page. Now according to my understanding it means that it has not been answered. No replies at all. But why has the following thread been