Client Management Suite

 View Only
  • 1.  Create CMS portal page

    Posted Feb 19, 2014 03:03 AM

    Hi All

    I need to create one portal page with some specific report show on this portal, and grant permission on this page.

    Can we do that?

    Thanks and Best Regards



  • 2.  RE: Create CMS portal page

    Posted Feb 19, 2014 12:10 PM

    Hello,

    Of course, there is KB on how to do all of this.

    http://www.symantec.com/docs/HOWTO62634

    Thanks

    Eric Glismann

    Sr. Princ. Remote Product Specialist
    Business Critical Services
    Symantec Corporation


  • 3.  RE: Create CMS portal page

    Posted Feb 20, 2014 01:16 AM

    Hi Eric

    Thanks for your suggestion

    So how about the link for user access? do we need to send the long link as below or any short link?

    http://NSserver/Altiris/console/?mainUrl=%2faltiris%2fconsole%2fItemPage.aspx%3fItemGuid%3d94f31ff6-347e-4765-864d-20d1dde87ad9

     

    Thanks



  • 4.  RE: Create CMS portal page
    Best Answer

    Broadcom Employee
    Posted Feb 20, 2014 04:05 AM

    Hello Telecomvn,

    I guess that in your case you probably want to use an html page to redirect the users to the long winded url easily.

    Here's an example on how to do this very easily:

    <html>
    <head>
    <meta http-equiv="refresh" content="0; URL=http://NSserver/Altiris/console/?mainUrl=%2faltiris%2fconsole%2fItemPage.aspx%3fItemGuid%3d94f31ff6-347e-4765-864d-20d1dde87ad9">
    </head>
    <body />
    </html> 

    Now save the file as 'default.htm' under an easy to remember web-directory (for example /Reports/ which would be created under '\inetpub\wwwroot').

    Then when your user navigate to http://NSServer/Reports they would go to the report page you created. If you want to have many reports you can put a redirect file with the proper name under the report folder etc.