User Created RDP bookmarks on ASA

How to configure ASA for user created bookmarks for RDP and VNC connections to their respective resources?

hi,
are you referring to RDP and VNC plug-ins for clientless SSL VPN?
AFAIK, you can create bookmarks for HTTP/HTTPS, CIFS and FTP only.

Similar Messages

  • How do I create a bookmark in two different pdfs?

    How do I create a bookmark in two different pdfs

    Provided you only want to go one way, you can change a bookmark to fire the "open a file" action. I 'm not sure you entirely understand the terminology though - bookmarks in a PDF file appear on the left side panel and usually take you to a defined page in the current document. They are not part of the page and so don't change as you move through the file. Links are regions on a particular page that act as click points, and can do pretty much anything (move to a different page, open a file, etc.). Although you can use bookmarks to do something other than switch pages, it's very rare to do so and won't necessarily be supported by third-party software (or obvious to your users).
    If you want to create a bookmark to another document, and both files are going to be distributed together (in the same folder) then you can create a new bookmark (doesn't matter where in the source file you are..) then select it and from the options menu choose Properties. Switch to the Actions tab and delete the "go to a page" entry, then from the dropdown list choose "Open a file" and browse to your destination document.
    If your destination file is an attachment to your source file, you should use the "Go to page view" action, and when the tiny dialog box appears you should open the attachment, then click the OK button.

  • Creating New Bookmark Programmatically in Acrobat v9

    I want to programmatically create new bookmarks in Acrobat v9.
    For v7 the code I'm using is app.MenuItemExecute({cName:"Split Bookmarks",cParent:"Edit",cExec:"brk(this.bookmarkRoot);",nPos:1}).
    What has this been updated to in v9?
    Thank you.

    Sorry, I sent the wrong line of code.
    Has this command been updated for v9:
    app.execMenuItem("NewBookmark")
    When I run the below code Acrobat says there is an internal error.
    I'm assuming the issue is "app.execMenuItem("NewBookmark")".
    function brk(splitbm)
    // * is the authors choice for the split character, you may change it
    if (splitbm.name.indexOf('*') != -1)
    split(splitbm);
    //split if the bookmark name has the ^ charater
    if (splitbm.children != null)
    for (var i=0;i< splitbm.children.length;i++)
    newbrk(splitbm.children[i]);
    // split all the children bookmarks of mybm
    function split(bm)
    var bmname=bm.name;
    var splitat=bmname.indexOf('*');
    // The user can change the * , remember to change the previous function as well
    var topname=bmname.substring(0,splitat);
    var botname=bmname.substring(splitat+1,bmname.length);
    var thisdoc=bm.doc;
    bm.execute();
    app.execMenuItem("NewBookmark");
    var thisdoc=bm.doc;
    var rootlen=thisdoc.bookmarkRoot.children.length;
    var newbm=thisdoc.bookmarkRoot.children[rootlen-1];
    newbm.name=botname;
    bm.name=topname;
    // make all [childbookmarks of mybm] newbm's children
    if (bm.children != null)
    var endpos=bm.children.length;
    for(a=0;a<endpos;a++)
    newbm.insertChild(bm.children[0]);
    //make newbm mybm's child
    bm.insertChild(newbm);
    app.addMenuItem({cName:"Split Bookmarks",cParent:"Edit",cExec:"brk(this.bookmarkRoot);",nPos:1});

  • Creating APEX bookmarks to pages

    Hello,
    I have an APEX application with many forms, so I'm trying to create a "bookmark this page" function for my users..something that inserts the pageID into a "favorites" table, along with the appuserID, that sort-of thing.
    I've got a prototype working by putting a button on a page that says "Bookmark this page," but I don't want to have to repeat that on every page. I've been scanning Google and this forum for advice on how to do this, but haven't found how to set this up - I was thinking perhaps I could add an item to the standard NavBar labeled "bookmark" which could call a JavaScript and insert pageID:appuser into my favorites table, but haven't worked this out.
    Any ideas?

    Hi and thanks for the reply.
    I'm a bit familiar with Page0. I figured placing an item on that page to create a bookmark (of the current "real" page the user is viewing) would probably end up creating bookmarks to Page0, but I'll do some testing. I've had trouble creating items on Page0 before because of their special status, but I do already use Page0 in my app for some generic stuff (Welcome User || Logout, etc).
    I am not familar with the on-demand application process, so I'll do some reading on that. My thought on the NavBar was to link to "location" as an URL, and the URL would really be a JavaScript stored in APEX and JavaScript would somehow get the user's current page (I'm looking throught the flows_0x0000.tables to see if any thing can be gleaned from that as well).
    Hate to reinvent the wheel though if someone's already created this sort-of "bookmark" / "favorite places" component.

  • How to get the user created at and modified at properties for a site collection using powershell

    Hi guys, I Know how to get the list of users of a site collection by Get-SPUser cmdlet but hte problem is that this cmdlet doesnt give me the user Created at and modifed at properties 
    can any one tell me how to get these values via powershell???? 
    ps: ignore the 2013 screenshot.. i just want a way to get those values .. if you provide me solution in either 2010 or 2013 , i will crack the other..
    plz guys help me ...

    Get the User Information list and then get the user from that list
    $web = Get-SPWeb "siteUrl"
    $userInfoList = $web.SiteUserInfoList
    $userItem = $userInfoList.Items[0]; #0 here is just for demonstration. You take the user you want here or loop through all users.
    $created = $userItem["Created"]
    $modified = $userItem["Modified"]

  • How to get the user created when I prepare for the BD Identity Manager

    Hi I have a query, I need to get a backup database Identity Manager 9.1, I have a problem I do not remember user created to perform the backup, how can you know that I created when I made the installation of Identity Manager, or how can I find

    Hi,
    You can do this trick:
    1) Go to "Deployment Manager" in the Web Console, and open the EXPORT applet
    2) Export the User Defined Fields from the USR form. You don't need any dependence for this.
    3) Open the generated XML with a text editor.
    3) Search for the <SDK_SCHEMA> tag
    This tag contains the OIM schema name, wich shoud be your OIM database user.
    Hope it helps,

  • Can't log in as a user created in Workgroup Manager

    I am a little confused about users created in Workgroup Manager.
    I have created an account with all the proper permissions to log in etc. Their home directory is listed as afp://home/Users (home is the name of the server). The directory for the user I am trying to log in as doesn't exist yet.
    When I try to log into the server "home" with this newly created user, I get the vibrating window that indicates the log in failed.
    I am used to windows and AD where I would create a user in AD and then use something like \\domain\user to log in to the machine as that user. If i wanted to create a local user on that machine, I could do that too and then log in as \\machine\user to get the local user.
    Are Workgroup Manager created users like AD users? Can I use them to log into any machine on the network hooked up to the SL server machine? In this case I want to log into the SL Server machine with this user.
    Thanks for any insight
    Greg

    There is only one root user, so saying "a root user" doesn't make sense. What you mean is an admin user, and it looks like your account has somehow manage to lose its admin privileges.
    Follow the instructions in I lost my admin user and you should get them back.
    Note that in this User Tip, 'youruser' is a placeholder. You are supposed to substitute the short name of your account wherever it appears.

  • Environment variables (user) created at OS level dont show up in BIDS 2008

    Environment variables (user) created at OS level don't show up in BIDS 2008.
    I had a variable ConfigLocation created and it is not showing up when I am trying to configure it in BIDS
    Is this a known issue or a bug?
    Now in BIDS it doesnt show up
    Mudassar

    Yes it shows up after restart of BIDS .
    But during design time this is a bug I hope Microsoft fixes this bug in the future releases
    Mudassar
    It's not really a bug. Visual Studio loads the environment variables when starting up.
    In future releases you use projects and parameters instead of environment variables, so the issue goes away ;)
    MCSE SQL Server 2012 - Please mark posts as answered where appropriate.

  • How to find out which user create folder

    how to find out which user create folder in shared drive?

    Hello,
    you have to enable Auditing in on the DCs OU and also on the top folder level where this should be monitored.
    http://technet.microsoft.com/en-us/library/cc784387(v=ws.10).aspx
    http://support.microsoft.com/kb/310399
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • New user created in oracle 11g (release 2) is not connecting (ORA-01017)

    Hi All,
    Kindly help me out regarding this.
    I have created a new user using "ORACLE Enterprise Manager 11g" and used the same credentials in SQL developer for a new connection and it throw "ORA-01017: invalid username/password; logon denied" message.
    Kindly note that have followed the following steps in creating user:
    On the Users page, click Create.
    In the Name field, enter NICK.
    In the Profile list, accept the value DEFAULT.
    This setting assigns the default password policy to user Nick.
    In the Enter Password and Confirm Password fields, enter a password that is secure.
    Create a password that is secure. See Oracle Database Security Guide for more information.
    Do not select Expire password now. If the account status is set to expired, then the user or the database administrator must change the password before the user can log in to the database.
    (Optional) Next to the Default Tablespace field, click the flashlight icon, select the USERS tablespace, and then click Select.
    All schema objects that Nick creates will then be created in the USERS tablespace unless he specifies otherwise. If you leave the Default Tablespace field blank, Nick is assigned the default tablespace for the database, which is USERS in a newly installed database. For more information about the USERS tablespace, see "About Tablespaces".
    (Optional) Next to the Temporary Tablespace field, click the flashlight icon, select the TEMP tablespace, and then click Select.
    For the Status option, accept the default selection of Unlocked.
    You can later lock the user account to prevent users from logging in with it. To temporarily deny access to a user account, locking the user account is preferable to deleting it, because deleting it also deletes all schema objects owned by the user.
    Grant roles, system privileges, and object privileges to the user, as described in "Example: Granting Privileges and Roles to a User Account".
    Note: Do not click OK in Step 13 of "Example: Granting Privileges and Roles to a User Account". Instead, skip that step and continue with Step 12 in this procedure.
    Assign a 10 MB quota on the USERS tablespace, as described in "Example: Assigning a Tablespace Quota to a User Account".
    If you did not click OK while assigning the tablespace quota (previous step), click OK now to create the user.Kindly note that I have log in as SYSTEM user and created this new user.
    Could any one help me regarding this ?

    After connecting with sqlplus, as user SYSTEM and when tried the below, I could see that the new user created by me does not exist..
    select '--' || username || '--'
    from dba_users
    order by username;
    But when tried with GUI "ORACLE Enterprise Manager 11g" I can very well see the new user created by me..
    How is this possible mate??
    Is the user not properly created through GUI (than from where it is showing the new user)
    Some more information i want to share;
    i have used schema "HR"
    And have used table space "USERS"
    And tep tablespace "TEMP"
    Edited by: 828569 on Jan 16, 2011 9:01 PM
    Edited by: 828569 on Jan 16, 2011 9:03 PM

  • Can we start more than one user created database at the same time

    Hi.,
    Can we start/work more than one user created database at the same time ??
    --Shyam                                                                                                                                                                                       

    Hi Shyam,
    I really dont understand what you have asked?
    If your question is can we start more than one database at the same time then the answer to that is yes but provided to have enough resources on your server to support running of two or more different databases on the same machine.
    Ex Senior DBA

  • Creating adobe bookmarks in Pages

    Maybe I am missing something simple.
    Can I create a document in Pages that when I export it to a PDF document will have automatically created PDF bookmarks. I can do it in inDesign, MS Word, and Open Office.
    Can I do it in Pages? If so, how?
    SJ

    You need to make sure the link is a hyperlink before exporting to PDF.
    http://discussions.apple.com/thread.jspa?messageID=10513177

  • I can create a bookmark but when I tap on it the website does not appear only a blank page with horizontal lines

    I can create a bookmark and it appears as favourite but when I tap to open only a blank page appears with horizontal lines

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    :[[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    My own problem not a system one

  • How to create a bookmark with action to open a file

    Hi all,
    I'm a newbie in javascripting for Adobe Acrobat (I'm running on Acrobat Professional 8) so please don't kill me for my question.
    I want to run a batch sequence to create a bookmark which opens a specific file in lots of pdf files. The way I'm following is:
    1. To create a batch sequence to run a javascript on selected pdf files.
    2. I've tried several ways of writing the script:
    2.1.
    var myRoot = this.bookmarkRoot;
    myRoot.createChild("Index");
    var Index = myRoot.children[0];
    Index.setAction("app.openDoc('/relative path to the file.pdf');");
    2.2.
    var myRoot = this.bookmarkRoot;
    myRoot.createChild("Index", "app.openDoc('/relative path to the file.pdf');");
    In both cases I'm getting errors in JavaScript Debugger. First of all, I see:
    NotAllowedError: Security settings prevent access to this property or method.
    app.openDoc:1:Bookmark undefined:Mouse Up.
    Please advise what I'm doing wrong and what is the easiest way to create a such bookmark which opens a simple pdf file which stored in the same directory where all files are.
    Regards,
    Dima

    Hi try67,
    Thanks for your advise. You've saved me a lot of time. I'was looking through the JavaScripting guide but didn't take a look into API refference for some reason.
    For those, who're interested in the correct code is:
    var myRoot = this.bookmarkRoot;
    myRoot.createChild("Index");
    var Index = myRoot.children[0];
    Index.setAction("app.openDoc('index file name',this);
    This works only if your file is placed into the same directory.

Maybe you are looking for

  • Solaris 8 on sunfire V245?

    Hi, does anyone know if it's possible to install Solaris 8 on a Sunfire V245? Regards JArbert

  • Extending and implementing

    Is there a way to tell the compiler: this variable is of this class and implements that interface. Say for instance a Component that implements ActionListener extending component with an abstract class that implements ActionListener and then extend t

  • Two random questions

    hey guys.. i have two random questions.. 1) when you recalibrate your battery... after you drain the computer and leave it for 5 hours.. when you RECHARGE IT (before its fully recharged) are you allowed to use it? or are you only allowed to use the m

  • CRS-1 boot failed problem ( REDFS-5-INIT_FAILED)

    Hi expert , today I face new problem with one RP , : Initializing DDR SDRAM...found 4096 MB Initializing ECC on bank 0 Initializing ECC on bank 1 Initializing ECC on bank 2 Initializing ECC on bank 3 Turning off data cache, using DDR for first time I

  • Photoshop CS5 canvas missing.

    Hello, recently I have been running into an issue whenever I try to open up PhotoShop CS5 on my Mac. While trying to open up a document, whether it be a brand new one or opening up a previous file, the canvas is missing. On the side in my workspace a