Publish Server Update status using IIS

Hi, I had setup the WSUS on a 2012R2 for my server environment. My job is to approve the updates and work with server owners (eg. Application team). May I know how to publish the server update status/report using WSUS server with IIS.
My other IT team can go to the site for checking their servers' update status and carry on the manual update job via remote desktop. Rather than remote to each of their server to check the updates been push.
I saw this feature before when I was with my ex-company. The WSUS team will send us a link and I will use the site to sort out those server which belongs to me to verify any new updates been pushed.
Appreciate your feedback soon.

Hi,
As far as I know, there is no web management UI for WSUS.
If we want to manage the WSUS server remotely, we can install the WSUS Administration console.
To download WSUS Administration console, please click the link below:
http://www.microsoft.com/en-us/download/details.aspx?id=5216
Best Regards.
Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Updating JVM (using IIS and Coldfusion)

    I recently created my first java class and compiled it using
    the new java SDK. I Registered my new CFX Tag and now I get this
    error "500 HelloColdFusion (Unsupported major.minor version 50.0)"
    when trying to access it in my .cfm test page. I read that this is
    because I used a new version of JVM to compile the class and the
    jvm coldfusion has installed is older. How do I update coldfusion
    to look at the new jvm ?

    This fixes ERROR "Unsupported major.minor version 49.0" and
    "Unsupported major.minor version 50.0" on my Windows Server 2003
    SP1 and Coldfusion MX 7.02 system.
    1. Make sure the ColdFusion service is stopped.
    2. Download JRun4 Updater from
    http://www.macromedia.com/support/jrun/updaters.ht...
    jrun4-win-en-updater.exe
    3. Install JRun4 Updater into the runtime folder of your
    ColdFusion install directory.
    C:\CFusionMX7\runtime
    4. Download and install Java JDK 1.5 (
    jdk-1_5_0_11-windows-i586-p.exe )
    5. Open both jvm.config files found in these directories:
    C:\CFusionMX7\runtime\bin
    C:\CFusionMX7\runtime\updater6-backup\bin
    6. Find the line that sets the java.home property under the
    "VM Configuration" heading ( change
    "java.home=C:/CFusionMX7/runtime/jre" to "java.home=C:/Program
    Files/Java/jdk1.5.0_11/jre" in both files.
    7. Restart coldfusion.
    I hope this saves you all time.

  • Cannot publish Flash Updates Verification of file signature failed for file SCUP 2011, SCCM 2012 R2 and WSUS all on same Windows Server 2012 machine

    I am attempting to distribute Adobe Flash updates using SCUP 2011, SCCM 2012 R2, WSUS ver4 and Windows Server 2012.  Everything installs without error.  I have acquired a certificate for SCUP signing from the internal Enterprise CA.  I have
    verified the signing certificate has a 1024 bit key.  I have imported the certificate into the server's Trusted Publishers and Trusted Root CA stores for the computer.  When I attempt to publish a Flash update with Full content I receive the following
    error:
    2015-02-13 23:00:48.724 UTC Error Scup2011.21 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\SCCM\UpdateServicesPackages\a2aa8ca4-3b96-4ad2-a508-67a6acbd78a4\3f82680a-9028-4048-ba53-85a4b4acfa12_1.cab
    I have redone the certificates three times with no luck.  I can import metadata, but any attempt to download content results in the verification error.
    TIA

    Hi Joyce,
    This is embarrassing, I used that very post as my guide when deploying my certificate templates, but failed to change the bit length to 2048.  Thank you for being my second set of eyes.
    I changed my certificate key bit length to 2048, deleted the old cert from all certificate stores, acquired the a new signing cert, verified the key length was 2048, exported the new cert to pfx and cer files, imported into my Trusted publishers
    and Trusted Root Authorities stores, reconfigured SCUP to use the new pfx file, rebooted the server and attempted to re-publish the updates with the following results:
    2015-02-16 13:35:44.006 UTC Error Scup2011.4 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\SCCM\UpdateServicesPackages\a2aa8ca4-3b96-4ad2-a508-67a6acbd78a4\3f82680a-9028-4048-ba53-85a4b4acfa12_1.cab.
    Is there a chance this content was already created and signed with the old cert, so installing the new cert has no effect?  In ConfigMgr software updates I see 4 Flash updates, all marked Metadata Only (because they were originally published as "Automatic." 
    No Flash updates in the ConfigMgr console are marked as downloaded.  I can't find any documentation on how the process of using SCUP for downloading content for an update marked Metadata Only actually works. 
    Comments and suggestions welcome.

  • How to add a certificate to IIS global "Server Certificates" list using PowerShell?

    Hi, been surfing the web for an example on how to add a certificate to the "global" IIS "Server Certificates" list using PowerShell but to no luck. I already have code in place on how to tie / associate a specific website with a specific cert but not how
    to add the new .cer file using the "Complete Certificate Request..." wizard using PowerShell.... I dont expect the final code to become published but if someone had an idea on howto integrate / get an entry point on where to interact between the "Server Certificate"
    list in IIS and POSH I would be super happy! :|
    I am runnign IIS on a Windows 2008R2 x64 Standard Edition if that helps..... of course, I would saddle for an CLI if there is no other way, but POSH is of course the way to go! :)
    Thanks for the help in advance guys, take care!
    br4tt3

    Hi and thanks for the suggestions!
    Although it comes close, the suggested code example points on howto import / incorporate .pfx files - I am getting fed by .cer files which I need to add into the IIS console using POSH.
    I tried explore the IIS.CertObj object but was not able to work out if this one could be used for importing / adding .cer files into IIS! However, launching the following command from a POSH console with Import-Module Webadministration already
    loaded into that shell;
    $certMgr = New-Object -ComObject IIS.CertObj returns the following error message:
    New-Object : Cannot load COM type IIS.CertObj
    From an IIS perspective I have the following components installed;
    [X] Web Server (IIS)                                    Web-Server
        [X] Web Server                                      Web-WebServer
            [ ] Common HTTP Features                        Web-Common-Http
                [ ] Static Content                          Web-Static-Content
                [ ] Default Document                        Web-Default-Doc
                [ ] Directory Browsing                      Web-Dir-Browsing
                [ ] HTTP Errors                             Web-Http-Errors
                [ ] HTTP Redirection                        Web-Http-Redirect
                [ ] WebDAV Publishing                       Web-DAV-Publishing
            [X] Application Development                     Web-App-Dev
                [ ] ASP.NET                                
    Web-Asp-Net
                [X] .NET Extensibility                      Web-Net-Ext
                [ ] ASP                                    
    Web-ASP
                [ ] CGI                                    
    Web-CGI
                [ ] ISAPI Extensions                        Web-ISAPI-Ext
                [ ] ISAPI Filters                           Web-ISAPI-Filter
                [ ] Server Side Includes                    Web-Includes
            [ ] Health and Diagnostics                      Web-Health
                [ ] HTTP Logging                            Web-Http-Logging
                [ ] Logging Tools                           Web-Log-Libraries
                [ ] Request Monitor                         Web-Request-Monitor
                [ ] Tracing                                
    Web-Http-Tracing
                [ ] Custom Logging                          Web-Custom-Logging
                [ ] ODBC Logging                            Web-ODBC-Logging
            [X] Security                                   
    Web-Security
                [ ] Basic Authentication                    Web-Basic-Auth
                [ ] Windows Authentication                  Web-Windows-Auth
                [ ] Digest Authentication                   Web-Digest-Auth
                [ ] Client Certificate Mapping Authentic... Web-Client-Auth
                [ ] IIS Client Certificate Mapping Authe... Web-Cert-Auth
                [ ] URL Authorization                       Web-Url-Auth
                [X] Request Filtering                       Web-Filtering
                [ ] IP and Domain Restrictions              Web-IP-Security
            [ ] Performance                                 Web-Performance
                [ ] Static Content Compression              Web-Stat-Compression
                [ ] Dynamic Content Compression             Web-Dyn-Compression
        [X] Management Tools                                Web-Mgmt-Tools
            [X] IIS Management Console                      Web-Mgmt-Console
            [X] IIS Management Scripts and Tools            Web-Scripting-Tools
            [ ] Management Service                          Web-Mgmt-Service
            [ ] IIS 6 Management Compatibility              Web-Mgmt-Compat
                [ ] IIS 6 Metabase Compatibility            Web-Metabase
                [ ] IIS 6 WMI Compatibility                 Web-WMI
                [ ] IIS 6 Scripting Tools                   Web-Lgcy-Scripting
                [ ] IIS 6 Management Console                Web-Lgcy-Mgmt-Console
        [X] FTP Server                                      Web-Ftp-Server
            [X] FTP Service                                 Web-Ftp-Service
            [X] FTP Extensibility                           Web-Ftp-Ext
        [ ] IIS Hostable Web Core                           Web-WHC
    More or less the one thing that I am trying to get up and running is an automated FTPS solution - I just use the IIS console to be able to troubleshoot / compare how things scripted from POSH interacts in the MMC representation. The error I am getting
    might be that I am lacking some IIS components to be in place to be able to automate some parts of the IIS - as suggested by the IIS.CertObj object listed in the example..... I will get back if I can track down which component needs to be added to be
    able to reference the IIS.CertObj object.
    Br4tt3 signing out...
    br4tt3

  • Unable to print a PDF file using the BI Publishing server

    Hi,
    I have a BI publisher server version 10.1.3.4.2 on W2K3 43 bit.
    I can access through the url that server.
    From my desktop I access through an url my Oracle APEX application.
    It has been configures with:
    Report Printing:
    Print Server Protocol: Advanced (requires Oracle BI Publisher)
    Print Server Protocol: HTTP
    Print Server Host Address: the IP address of my BI Publisher server
    Print Server POrt: 9704 (from instllation of BI)
    Print Server Script: /xmlpserver/convert
    On the page I want to print, it is configured with:
    Download:
    PDF option is checked.
    When I click on Action -> Download -> PDF for this page, I get the error:
    <file>. pdf file can not be opened because the file type is not supported or because it is damaged (because, for example as an e-mail attachment is not sent and correctly decoded)
    Does someone has an idea what the problem is and where I should investigate further?
    Thanks by advance for tips.
    Kind Regards.

    If you are trying to print to the Adobe PDF printer and that fails, try using print-to-file. Then open the file in Distiller. If the result is the desired PDF, then check for AcroTray running as a background application. Sometimes it has to be restarted, but should be in your startup (you can check msconfig from the start>run menu to see if AcroTray is there).

  • Report server url to use Oracle BI publisher desktop

    Hi,
    I have installed Oracle 10g database and Oracle 10g developer suite.
    I want to learn to use Oracle BI publisher for making reports.
    Today i have installed Oracle BI publisher desktop for making reports in ms-word 2007. when i try to log on in BI Publisher option in ms-word. It ask for username, password & report server.
    In my system having java environment and OC4J with Oracle 10g developer suite.
    Should i need to installed the BI Publisher Server to fill up the report server url details?
    please advice.
    Thanks.
    Edited by: 968895 on Apr 3, 2013 9:12 PM

    Take a look at data templates. You can use the "BeforeReportTrigger" option using a PL/Sql function to accomplish this. Look at the Report Designers guide for information about datatemplates.
    Thanks,
    Bipuser

  • Converting Framemaker files into PDF progaramatically using publishing server

    Hi All
    Background:
    We are going for upgrade of  Frame maker 8 which is on unix system  to FM 10 or 11. We are using Framemaker mainly for renditions, i.e to convert the fm documents to PDF. To convert fm document to PDF we are using the below mentioned command line utility available in FM 8.(on unix). /opt/app/frame8.0/bin/fmprint -i -p Sample.fm.fmtpl Sample.fm Currently the the fm file which need to converted to PDF and the FM 8(installed) are available on the same unix system ,so we were able to initiate/use the command line utility of FM 8. The rendition of the FM to PDF is On -Demand.( We are not running any batch activities/ bulk renditions).We are rendering the document as soon as the document  is available.
    Requirement:
    As we are going to  upgrade the FM to newer versions which would be installed on the Windows machine as Frame maker 10 or 11 will not support unix plat form, so can you please let us know which option is better to use i.e we want to convert fm file to PDF using java program without any manual intevention using publishing server/client version.
    can any one help us as it is very urgent for us.
    please let us know the ways to do and links for helpful documents .
    thank you very much for your help in advance!!\
    Best reagrds
    Ramesh babu

    Hi Ramesh...
    Another alternative (if you need more control over the doument creation) is to use Leximation's AutoFM ..
        http://leximation.com/tools/info/autofm.php
    Cheers,
    ...scott
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • I am trying to publish a web site using my own domain. How do I transfer my host to mac from another server?

    I am trying to publish a web site using my own domain. How do I transfer my host to mac from another server?

    I've created a CNAME entry to redirect the domain to apple but the site is still not live! Can anyone help please?
    Did you also do what is required in the .Mac account settings?
    http://help.apple.com/mac2/1/help/member/pgs2/memfmsetgen367.html
    Could you provide your urls?

  • Using Sun Java System App Server Update 1 with JDK1.5's XML

    Hi,
    I have some new code that uses new XML features from JDK 1.5,
    e.g., the Validation API.
    However, this code fails to run on Sun Java System App Server Update 1,
    since the server uses the 'endorsed' mechanism to load outdated XML libraries.
    When I remove the outdated XML JAR's from the server's 'endorsed' directory,
    the server fails to start....
    I would really like to keep using the new XML features....

    Where are you placing your jars? I would bundle them with your application. Do not replace the system jars.
    There were some package changes to avoid collisions that I believe made jswdp 1.4 and sjsas 8.1

  • Publish an iWeb site using Lion Server

    Does any one know how to publish an iWeb site using Lion Server.
    I've been getting failures every time I try to publish using ftp server choise.
    HELP!!!

    I solved this by turning off passive mode. I was using iWeb and Rapid Weaver for creating websites and had the same problem. Now they both work fine on the transfer. Hope this helps.
    JR

  • Using iweb 11 I can no longer publish site updates, please help.

    I am using iweb 11 and Lion and I can no longer publish site updates, please help.

    What a brilliant solution, Roddy.  Never would have thought of that.

  • Use IIS 7 (Microsoft) with Adobe Media Server Extended 5.0

    I install Adobe Media Server Extended 5.0 and Flash Media Live Encoder 3.2. Good running. But I want use IIS 7 (Microsoft) replace Apache 2.2. Help me config to run
    <moved by mod from downloading,installing,setting up - kglad>

    Tried in Google : .swf to .flv, .swf to ..f4v convertors
    I convert the LMS Content Output formats .swf files to .flv files using SWF to FLV Convertor and upload
    on the Flash Media Server 3.5 using
    Moyea SWF4Tube Converter (SWF to FLV Converter)
    Web URL : http://www.swfkits.com/swf-to-flv-converter/
    In this way can i then use the Adobe Flash Media Server 3.5 for Viewing LMS Content in
    as a Streaming Video on my IE 6.0/7.0 Browser with Flash Player 10 installed ?
    Thanks & Regards,
    Prashant S Akerkar

  • When i update my facebook status using macbook air. It should say "updated via Apple Macbook Air". How is it possible?

    When i update my facebook status using macbook air. It should say "updated via Apple Macbook Air". How is it possible?

    It's upto Facebook to put tags like that or People can post API keys to allow you to post using 'updated via Apple Macbook Air'.

  • How to update Sales Order status using  BAPI_SALESORDER_CHANGE

    Hi,
    I want to update Sales Order status using BAPI_SALESORDER_CHANGE, this BAPI is called from middle ware, but there is no parameter to pass the status value to this function, please help me how to update sales order status using BAPI only.
    Thanks
    RK

    Hi,
    Can u give me details of what status u would like to update in sales order.
    If we are able to update the status from VA02, Then BAPI will assist for the same.
    Regards.

  • Migration on windows server 2003 to 2012 r2 by using IIS 6.0 what are parameters are changed means supported and non suported parameters and configurations?

    In my project am going to migrate windows server 2003 to 2012 r2 by using IIS 6.0? what are the parameters are changed and what are the parameters are not supported and what are the modules need to change?
    Please give the related answer as soon as posssibule. that is more help for me?
    Thanks,
    vamsikrishna.

    1. This seems to be incomplete description.
    2. You can enable legacy technologies while installing roles and features.
    3. For application pool(s) you should consult respective developer/vendor team(s) for help.
    Regards
    Milos

Maybe you are looking for

  • On an iPod Nano 2G, the iPod will not show in iTunes

    Using an iPod Nano 2 G, when I plug it into a Mac, the iPod will not show in iTunes. The iPod will charge, but will not sync. This happens across multiple Mac's, so the issue seems to be the Nano, not the computer(s). The iPod will actually show for

  • ALL apps deleted from iPhone and iTunes after newest iTunes download

    ALL of my boyfriend's apps were deleted from his iPhone 3G AND iTunes after he downloaded the newest version of iTunes onto his PC. Does anyone know why this happened? Can he get all of those apps back somehow? Thanks!

  • IE 10 Crash with EMET 5

    IE 10 on Windows 8 is crashing consistently and reloading web pages.  I enabled local crash dumps and looked at a dump file in windbg...EMET appears to be causing a crash. . .without posting the entire dump at this point, I see the following applicat

  • AE cs5 snapshot not working on Mavericks

    Im running AE cs5 on a mac and since upgrading to Mavericks the snapshot function in after effects does not work. After taking a snapshot, it does not display when you click and hold on 'Show snapshot' button. My specs: OSX 10.9.4 3.4 GHz Intel Core

  • Passing Images via servlet

    Hi, I need to pass a image from one servlet to another servlet. I have tried the RequestDispatcher class, inside that forword method. But it didn't invoke the other servlet. Can anybody tell me how to pass the data from one servlet to another servlet