USB only forwarding for domain admins

Hello

We have a pretty fresh view install 5.2 which is still in testing phase.  I'm having a problem where USB devices will not redirect unless the user is a domain administrator.  If I log in as a user test, nothing does or tries to install.  If I log in as myself, things will be pop up and install (usually only after transforming them market) and work very well.  Also, if I connect to the same virtual computer, it installs them again once is not as if I can install on admin and then change user.


The devices that I use are a scanner control and the signature buffer.  The keyboard and mouse USB redirect correctly.

I am completely new to view while there might be a few steps on the path when creating the base image that I missed.  Feel free to suggest things that seem obvious.


-RobD

Hi Rob,

On the command line, you can use - connectUSBOnStartup and - connectUSBOnInsert, see VMware View Documentation Centre 5.0  Otherwise, it is the registry settings, and the customer has a model of group policy to Windows domain for these 2 options too.  Linux/Mac, I think you can use the command line.

When the customer claim the device it issues a reset of the port.  Some devices have a problem with that.  Also some devices don't like to be initialized once.  On the client try to UN-inistalling the drivers for these devices, while they are initialized only once.  Alternately disabling the device from Device Manager instance can sometimes be useful.

Thanks, Pete

Tags: VMware

Similar Questions

  • "Scan to computer" the printer only works for admins

    HP Officejet 6700, OS X Lion. Latest version of the software.

    Only admin users can scan the printer using the screen touch "Scan to Computer".  The non-admin users get communication errors. The computer is listed and after choosing works very well if the admin user is the active connection. But if a standard user is the current user, then it does not work. Scanning HP utility does not connect on the standard user account to "Activate the Scan of the computer". That translates into a communication error. But return to the admin, and it connects.

    Surely, it works in a context of user multi for non-admins. Do the other admin users is not an option.

    Standard users can use the HP scanning app on the computer, but the family loves the conveinence of the button "Scan of the computer. Its a nice feature. But seems broken.

    Fixed it! I just needed you to give me advice in the right direction. File on the file plist property seemed incorrect, so I changed to match the other hp plist file:

    iMac27:LaunchAgents pdivita$ ls-l * hp *.
    -rwxr-xr-x 1 pdivita admin 395 com.hp.devicemonitor.plist May 26, 2012
    -rwxr-xr-x 1 root wheel 673 com.hp.messagecenter.launcher.plist January 19, 2010
    iMac27:LaunchAgents pdivita$ sudo chown root: wheel com.hp.devicemonitor.plist
    Password:
    iMac27:LaunchAgents pdivita$ ls-l * hp *.
    -rwxr-xr-x 1 root wheel 395 com.hp.devicemonitor.plist May 26, 2012
    -rwxr-xr-x 1 root wheel 673 com.hp.messagecenter.launcher.plist January 19, 2010

    He now works in any account. Possible sound when I tried to fix my problem of no printing in January, one of the suggestions involved edit this file plist for HP Device monitor has not started, because it has been reported to cause problems in the past. Too bad repair disk permissions did not catch it. Thank you very much. Scan of the computer is a nice feature. (Although, the constant polling of devices HP monitor I see in the activity monitor always makes me nervous.)

  • Can I have simultaneous USB and LAN for IX4 connections - 300 d?

    Can you have a USB to PC connection and a connection to the local network (ethernet) at the same time?

    I have not gigabit LAN (yet) and I have a few files that I need to transfer a PC, so I thought using USB 2.0 (not 3.0 yet) would be faster. So, I would just periodically connect the IX4 to PC via the USB port while it is still connected to the local network. Are there problems with it?

    ix4s USB ports are for drives external, printer or connections UPS only (ix4 ports are host ports) and not for connecting another host (customer e.g.PC).

    No luck...

  • How can I use internal clock case OR USB - 6259 BNC for the acquisition of digital data in my own big software?

    I want to integrate the ANSI C sample program ReadDigPort - ExtClk.c in my own big package.

    I want to use the internal clock of the BNC NI USB-6259 (.. 80 kHz 120 kHz).

    In the document:
    High speed M: Series Multifunction DAQ for USB - 16-bit, up to 1.25 MECH built-in BNC connectivity. / s,.
    is written:
    Or sample DI source clock: Any PFI, RTSI, HAVE sample or convert clock, AO, Ctr n out internal and many other signals sample clock
    The digital subsystem doesn't have its own dedicated internal synchronization engine. Therefore, a sample clock must be provided another subsystem on the device or from an external source.

    How can I use internal clock case OR USB - 6259 BNC for the acquisition of digital data in my own big software?
    With what other subsystem on the device can generate a source of the clock? How?

    It is possible to set a clock on an internal counter (for example ' Dev1/ctr0"):
    Creates channels to generate digital impulses that define the freq and dutyCycle and adds the channel of the task that you specify with taskHandle.
    DAQmxCreateCOPulseChanFreq (taskHandle, "Dev1/ctr0" units, clockName, idleState,
    initialDelay, freq, the duty cycle); works

    But it is not possible to drive this internal clock to a terminal (for example "/ PFI0/Dev1"):
    DAQmxErrChk (DAQmxCreateCOPulseChanFreq (taskHandle, "/ PFI0/Dev1", clockName, units, idleState, '))
    initialDelay, freq, the duty cycle); does not work: error DAQmx: measurements: type I/O of the physical channel does not match the type of I/O required for the virtual channel you create. Name of the physical channel: PFI0. Name of the virtual channel: clock

    The sample clock source can be derived from an external terminal (for example "/ PFI0/Dev1"):
    Sets the source of the sample clock, the sample clock rate and the number of samples to acquire or generate.
    DAQmxCfgSampClkTiming (taskHandle, "/ PFI0/Dev1", maximumExpectedSamplingRate, DAQmx_Val_Rising, ")
    DAQmx_Val_ContSamps, bufferSize); works. Acquire or generate samples until you stop the task

    But it is not possible to derive the internal counter of the clock (for example ' Dev1/ctr0"):
    DAQmxCfgSampClkTiming (taskHandle, "Dev1/ctr0", maximumExpectedSamplingRate, DAQmx_Val_Rising,
    DAQmx_Val_ContSamps, bufferSize); does not work. Error: Acquire or generate samples until you stop the task: make sure that the name of the terminal is valid for the specified device. See Measurement & Automation explore valid names of terminals. Property: Property of DAQmx_SampClk_Src: DAQmx_SampClk_ActiveEdgeSource device: Terminal Source Dev1: Dev1/ctr0

    Hi datafriend,

    using what it says is correct:

    Or sample DI source clock: Any PFI, RTSI, HAVE sample or convert clock, AO, Ctr n out internal and many other signals sample clock
    The digital subsystem doesn't have its own dedicated internal synchronization engine. Therefore, a sample clock must be provided another subsystem on the device or from an external source.

    This means that if you do not use an external signal as clock you can use the sample clock to HAVE it on board or at the output of the internal counter.

    There are also 2 ANSI C examples in this regard:

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/4485

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/4488

    So in both cases you have to use a fictitious task you need only for the generation of the internal clock (HAVE or CTR)

  • See the domain admins

    Hello

    I want to know if there is anyway that I can see when an account has become a member of the domain admins group? on windows server 2012 r2

    Thank you

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • locking password for user admin

    I changed my password for the admin user, but I forgot my new password. On the system to reset password, the system will ask a restore/reset disk. How to get such a disc or can a Microsoft rep this remote on my system. I'm the only admin user and it has only 1 admin account. I tried to restore my system, but there as no restore only files available. I'm deseparately who need to access my account on. My antivirus has expires and I can't update without being able to get on the admin account.  I can get into my daughter's account, but there are parental restrictions that without the admin password, I can't work around. I need to know what other options do I have to get into the account admin I bought this laptop 3 years ago and do not have access to a reset disk. Help, please!

    1. you forgot the password.
    2. you don't have a password reset disk.
    3. you do not have a restore point that you have a successful logon.
    4. you don't have a program antvirus (expired). Your machine is not protected.

    There are far too many problems.
    I suggest consider you in your reliable computer service store and let a technician to repair.
    It is always better to have someone actually looking at your computer to see the problems that a person who tries to help on the internet and that you need to implement the instructions.

    Yes, it will cost you. But the problem will be fixed.

    ATTENTION: Please do NOT Best Buy or any local called "geek squad".

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • How can I give some privileges to a standard user account that they can access some programs without being stopped for the admin password?

    I have two accounts on my Windows Vista computer:
     
    (1.) an account admin and one
    (2.) a standard user account.

    I would like to give to the standard user account privileges, so they can access programs like spybot, without needing an admin password (he asked generally the password update spybot).

    I have read the menu permissions by right-clicking the spybot .exe file, click the securities tab and the Advanced button.
    I tried to give full control to the standard user, but still maintains he ask for an admin password.

    is there someone who can provide assistance so that certain programs accessible by standard account, but others not?

    Any help is appreciated,
    Thank you.

    Hi Hardik Mehta,

    Try the steps next to the applications you want to only allow or shortcut to run with administrator privileges

    1. navigate to the location of the .exe file programs and right click on the file .exe or right click on the shortcut to launch the program.

    2. Select Properties.

    3. click on the Advanced button.

    4. check run as administrator in the advanced properties box.

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Domain Admins can edit is no longer the network folder permissions.

    Hello

    After replacing our domain administrator's computer, it can no longer add/delete permissions on our network drives and folders. I have the same problem as well (I also have domain administrator permissions) and our CAD Manager (which also has domain administrator permissions).

    All computers of TI are in our own ORGANIZATIONAL unit in active directory. Domain Admins have all permissions on all folders on the network.

    Any ideas?

    Thanks for any help you may be able to offer.

    Zach Davis

    IT technician

    Wallace Montgomery LLP

    Hi Zachary,.

    I suggest that you post the application on Microsoft TechNet forum because we have experts working on these issues. You can check the link to post the same query on TechNet:

    http://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro

    Please do not hesitate to contact us if you have other questions related to Windows.

  • Application that opens only with 'run as Admin '.

    I recently got a new hard drive for my machine (WD VelociRaptor 10000 RPM 500gig). So far, I did 3 full formats and Win7 reinstals to try to resolve the problem. Whenever I try to open an application, it can be found in the section of the process from the Task Manager, but never starts the task. I've been testing different applications, Notepad ++ and a few other basic applications to try to resolve the problem.

    I'm running off vanilla Windows7 Pro, with updates. Cannot afford to blow my limits given with my ISP. Already passed through an up-to-date full yesterday which did not fix problem befor reformatting again once.

    There is only one user, my admin ACC.

    At the moment I have not installed all the other apps until I have solve the problem.

    My Spec:

    Windows7 Pro,

    ASUS P6T SE MB,.

    Intel Core i7 920,

    18gig Corsair DDR3 1600 mhz,

    ASUS GTX780,

    I have a gut that could be a problem with the .NET framework, but I couldn't say why I think this might be the slaughter.

    Any help would be great. I have to get us back to work soon.

    Got a fix, the clean boot settled my troubles.

    1/RUN: MSCONFIG

    2/general Tab

    Selective startup

    Check that the Load System Services

    3 / go to Services TAB

    check hide all Microsoft Services

    Click Disable all

    Restart the PC, windows will rebuild of .ini etc.

    It was casued by a conflict in time to start. There are many hardware and software conflicts that could cause this. In my case, it's a 'Asus Xonar DS' sound card & a former pilot of Vista that came with it. An updated driver download windows 7 from the Asus site fixed.

  • How can I set up my printer to usb only

    Well I think that my printer is still under warranty, and the conect Wireless will not work. All happins corectly on my PC but the printer says it cannot conect to the internet. Now, everything I want to do is leave it on USB 100%. ICAN somthings like and some things I can't, but I did not understand how to configure it to use USB only. Can anyone help?

    What is the model of the printer? If there is a button on / off for wifi, just to press and turn off the wifi.
    If you have installed as a network printer on a computer, you must uninstall the software and install it again for usb connection.

  • I have an older Mac that I just installed El Capitan on. When I try to run CS4, I get a license error. Error 150:30. I downloaded recovery license 11.6.1 and it fell in my terminal. It asks for my admin password, but allow me to type.

    I have an older Mac that I just installed El Capitan on. When I try to run CS4, I get a license error. Error 150:30. I downloaded recovery license 11.6.1 and it fell in my terminal. It asks for my admin password, but allow me to type.

    Error 150:30 fix https://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html license is the only link I have, but waiting for CS4 on El Capitan may sound unrealistic

  • You can run Adobe CS2 from a USB only?

    You can run Adobe CS2 from a USB only? I have an old XP laptop very limited storage ith. I can carry my work PC CS2. Is this possible or should I create the files and directories on the C drive etc?

    Equipment of FYI for anyone else running outdated I solved my own problem (hopefully)

    Extraction instructions

    If you receive a message to insert the disc two see the following extraction instructions:

    In the English version of the software, the file extracted to C:\Creative Suite\Adobe Creative Suite 2.0\ CreativeSuiteCS2Disc2.  CreativeSuiteCS2Disc1 and CreativeSuiteCS2Disc3 both extracted C:\Creative Suite CS2\Adobe Creative Suite 2.0\.

    Please copy the contents of the folder C:\Creative Suite\Adobe Creative Suite 2.0\ in the C:\Creative Suite CS2\Adobe Creative Suite 2.0\ folder and you will be is more prompted to insert disc two.

  • USB 3.0 for macbook pro

    What is the best option to add a USB 3.0 for the port of mini extension on a 17 inch end 2011 Macbook Pro?

    If your computer has no com with 3 USB ports you can improve not USB 3. USB 3 devices are backward compatible, so that they will connect to your USB 2 ports and operate at the speed of the USB 2. You can connect to a USB 3 hub on your computer, but it will operate at USB 2 speed unless you connect it to a USB 3 port on your computer.

  • How can I get the username field to automatically populate when asked to enter my credentials for the admin?

    I'm under El Capitan version 10.11.5. This is mac from my employer, which they made me an administrator for. On my mac personal home, the user name field is automatically filled in when the box appears asking an administrator user name and password, but on mac from my employer, I have to type at a time, whenever he appears.

    I can't find an option in the auto-complete settings and for the mac save my admin username it when you request permissions. Anyone else know how to change this?

    Maybe this needs a clarification:

    IF you are connected to a user admin "Your Own" account, and you are prompted for an admin password,

    Well, your user name will already be pre filled in the user name field, waiting for your own admin password, on the account that you are already connected.

    BUT, if another user is connected to their own user account, and a dialog box appears asking an admin password,

    Well, this pop-up dialog box will be empty if the current user is not an admin, or pre populated with the user name if the current user is an administrator.

    So, NO, I'm not aware anyway to do a random OTHER admin appears automatically in the box pop up when another user is logged on their different user account.  On your personal Mac at home, you are connected to your own account, (most likely, you are the admin), and when a box pop up on your own account is displayed asking admin credentials, your own user name will appear here.

  • Win 7 USB controller driver for Pavilion 500 - 217

    Hello, I recently spent again PC of my mother to win 8 for Win 7 64 bit. I can't either driver (Intel or AMD) crystallized under drivers available for the controller USB to work. The hardware ID is PCI\VEN_1022 & DEV_7812 & SUBSYS_2AE0103C & REV_03. I also need a driver for the SM Bus controller unless the driver of the usb controller works for both.

    I should be grateful if you would help.

    Thank you...

    Hello:

    Install the AMD Chipset Driver and restart.  You want to download the chipset 49.7 MB file.

    Who should install the two devices.

    http://support.AMD.com/en-us/download/chipset?OS=Windows%207%20-%2064

    If it does not install the USB 3 controllers, please install both of these drivers.

    http://h20565.www2.HP.com/portal/site/hpsc/template.page/public/PSI/swdDetails/?sp4ts.Oid=5359417 & spf_p.tpst = swdMain & spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dob_123787_1%257CswEnvOID%253D4058%257CitemLocale%253D%257CswLang%253D%257Cmode%253D%257Caction%253DdriverDocument & javax.portlet.begCacheTok = com.vignette.cachetoken & javax.portlet.endCacheTok = com.vignette.cachetoken

    http://h20565.www2.HP.com/portal/site/hpsc/template.page/public/PSI/swdDetails/?sp4ts.Oid=5359417 & spf_p.tpst = swdMain & spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dob_118744_1%257CswEnvOID%253D4058%257CitemLocale%253D%257CswLang%253D%257Cmode%253D%257Caction%253DdriverDocument & javax.portlet.begCacheTok = com.vignette.cachetoken & javax.portlet.endCacheTok = com.vignette.cachetoken

Maybe you are looking for