USB Pass-Through From Windows 8.1 Host To Windows Server 2012 R2 VM

I want to be able to connect with a Windows Mobile Device through Windows Mobile Device Center, within a Virtual Machine.  When connecting through the Hyper-V Manager and through Remote Desktop, under "Other supported RemoteFX USB devices",
I can see the Symbol USB Sync Cradle.  In the VM, in Device Manager, I don't see a USB connection.  In the VM, I don't see any meaningful errors in the Event Viewer.
Host:  Windows 8.1 Enterprise Hyper-V on a Domain.  Upgraded from Windows 8.1 Pro.  When this computer was originally installed with Windows 8 Pro, Hyper-V was enabled.  I removed Hyper-V, and installed VMWare Player, because I wanted
USB Pass-through.  I then uninstalled VMWare and installed VirtualBox.  Recently, I uninstalled VirtualBox, upgraded to Windows 8.1 Enterprise, and enabled Hyper-V.
Virtual Machine OS: Windows Server 2012 R2 on a Workgroup.  Started out with being a VMWare VM, using VMWare Player.  Moved to VirtualBox.  USB Pass-through was working in both those virtual environments.  Used Disk2VHD to convert the
VM to a VHDX file.
On the Host:
Windows Mobile Device Center is connected to a Motorola Windows Mobile Device (MC959X) sitting in a Symbol USB Cradle.  The OS on the scanner is Windows Embedded Handheld 6.5 Classic CE OS 5.2.29217 (Build 29217.5.3.12.26).  Advanced Networking
(USB to PC) is not enabled.
Enabled RemoteFX. 
In the RDP file, and in the Registry, added the GUID's for:
WPD "{eec5ad98-8080-425f-922a-dabf3de3f69a}";
Windows Mobile "{6AC27878-A6FA-4155-BA85-F98F491D4F33}";
USB Device "{88BAE032-5A81-49f0-BC3D-A4FF138216D6}";
Windows CE USB Device "{25dbce51-6c8f-4a72-8a6d-b54c2b4fc835}";
GUID_DEVINTERFACE_USB_DEVICE "{A5DCBF10-6530-11D2-901F-00C04FB951ED}"
Ran "sfc /scannow"
All Microsoft Updates are current.
What am I missing?

I hope it's something like that. Those features have been installed.  Here's what PowerShell shows is installed:
PS C:\Windows\system32> Get-WindowsFeature |Where {$_.Installed -eq "True"} | ft DisplayName, Installed
DisplayName                                                                                                  
Installed
File and Storage Services                                                                                         
True
File and iSCSI Services                                                                                           
True
File Server                                                                                                       
True
Storage Services                                                                                                  
True
Remote Desktop Services                                                                                           
True
Remote Desktop Licensing                                                                                          
True
Remote Desktop Session Host                                                                                       
True
Web Server (IIS)                                                                                                  
True
Web Server                                                                                                        
True
Common HTTP Features                                                                                              
True
Default Document                                                                                                  
True
Directory Browsing                                                                                                
True
HTTP Errors                                                                                                       
True
Static Content                                                                                                    
True
HTTP Redirection                                                                                                  
True
Health and Diagnostics                                                                                            
True
HTTP Logging                                                                                                      
True
Performance                                                                                                       
True
Static Content Compression                                                                                        
True
Security                                                                                                          
True
Request Filtering                                                                                                 
True
Windows Authentication                                                                                            
True
Application Development                                                                                           
True
.NET Extensibility 3.5                                                                                            
True
.NET Extensibility 4.5                                                                                            
True
ASP.NET 3.5                                                                                                       
True
ASP.NET 4.5                                                                                                       
True
ISAPI Extensions                                                                                                  
True
ISAPI Filters                                                                                                     
True
Management Tools                                                                                                  
True
IIS Management Console                                                                                            
True
.NET Framework 3.5 Features                                                                                       
True
.NET Framework 3.5 (includes .NET 2.0 and 3.0)                                                                    
True
.NET Framework 4.5 Features                                                                                       
True
.NET Framework 4.5                                                                                                
True
ASP.NET 4.5                                                                                                       
True
WCF Services                                                                                                      
True
TCP Port Sharing                                                                                                  
True
Ink and Handwriting Services                                                                                      
True
Media Foundation                                                                                                  
True
Remote Server Administration Tools                                                                                
True
Role Administration Tools                                                                                         
True
Remote Desktop Services Tools                                                                                     
True
Remote Desktop Licensing Diagnoser Tools                                                                          
True
Remote Desktop Licensing Tools                                                                                    
True
SMB 1.0/CIFS File Sharing Support                                                                                 
True
User Interfaces and Infrastructure                                                                                
True
Graphical Management Tools and Infrastructure                                                                     
True
Desktop Experience                                                                                                
True
Server Graphical Shell                                                                                            
True
Windows PowerShell                                                                                                
True
Windows PowerShell 4.0                                                                                            
True
Windows PowerShell 2.0 Engine                                                                                     
True
Windows PowerShell ISE                                                                                            
True
WoW64 Support                                                                                                     
True

Similar Messages

  • Windows Update stuck on downloading on Server 2012

    Hi,
    Using VMWare Workstation 9, I created new virtual machine where I installed Windows Server 2012 Standard edition from MDSN disk en_windows_server_2012_x64_dvd_915478.iso  In the Server 2012 virtual machine, when I go to check for updates it says
    there are important updates available so I click on Install Updates.  It then just gets stuck on downloading updates for hours and nothing ever happens.  Stuck at 0 KB total, 0% complete.  I am able to access web pages using Internet Explorer
    with no problem so the machine does appear to have connectivity to the Internet.  If I go to help, click on "What can I do if I'm having problems installing updates?" and click on "Tab or click to open the Windows Update troubleshooter"
    it says "Windows Online Troubleshooting Service is not enabled for this version of Windows."  Any suggestions or ideas?
    Thanks,
    Greg

    I had a similar problem with a guest Windows 2012 R2 running on a Hyper-V host. I went to the network adapter in device manager in the guest and I disabled the "Large Send Offload Version 2 (IPv4)" option. Why? Well, this was also an issue previously when
    guesting Windows 2008 where the symptom was an error 80072ee2 when retrieving updates. See this post
    http://blog.ronnypot.nl/?p=310 for details. Anyway, I tried this and it worked for me. Hung before the change, worked after.

  • Printing a PDF document from a network printer hosted on Windows Print Server

    Hi
    We have a use case where a XFA form needs to be merged with the XML file and later be printed on a printer hosted on Windows Print Server.
    While I know the first part of merging the template with the data file, I am stuggling to get my document printed.
    Here are the options that I have already tried -
    1) Used the generatePrintedOutput to render a flat PDF and convert it into a PS format.
    2) The output of the above service was input to the "sendToPrinter" service with following configuration settings
        Input document     : <Document variable referencing to the output of the GeneratePrintedOutput service>
        Printer Protocol     : DirectIP
        Server URI            : \\ <IP address of the Print Server>     NOTE: The Print Server is hosted on a different domain & is a Windows Server
        Printer Name        : \\ <IP address of the Print Server>\<name of the printer>
    Some more information about our LC servers -
    OS -> Unix
    Application Server -> JBoss
    When I used these settings and invoked the process, I got the following exception -
    2011-03-07 11:13:39,047 ERROR [com.adobe.livecycle.output.exception.OutputException] ALC-OUT-001-403: Could not connect to the DirectIP Server: \\<IP Address of the Printer Server>.
    2011-03-07 11:13:39,067 ERROR [com.adobe.workflow.AWS] An exception was thrown with name com.adobe.livecycle.output.exception.OutputException message:com.adobe.livecycle.output.exception.OutputException: ALC-OUT-001-403: Could not connect to the DirectIP Server: \\<IP Address of the Printer Server>. while invoking service OutputService and operation sendToPrinter and no fault routes were found to be configured.
    2011-03-07 11:13:39,069 ERROR [com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker] An exception was thrown with name com.adobe.livecycle.output.exception.OutputException message:com.adobe.livecycle.output.exception.OutputException: ALC-OUT-001-403: Could not connect to the DirectIP Server: \\<IP Address of the Printer Server>. while invoking service OutputService and operation sendToPrinter and no fault routes were found to be configured.
    2011-03-07 11:13:39,079 ERROR [com.adobe.workflow.AWS] An exception was thrown with name com.adobe.livecycle.output.exception.OutputException message:com.adobe.livecycle.output.exception.OutputException: ALC-OUT-001-403: Could not connect to the DirectIP Server: \\<IP Address of the Printer Server>. while invoking service OutputService and operation sendToPrinter and no fault routes were found to be configured.
    Therefore I tried to check if I am able to Ping the Printer Server from my Livecycle Server and found that the ping was successful.
    Next - I changed the Printer Protocol from DirectIP to SharedPrinter keeping the rest of the settings same. In this case - when I invoke the process, it did not throw any error , but it did not print any document as well.
    Any suggestion where I have gone wrong? Pls let me know if you would need more information to help me resolve this issue.
    Thanks & Regards,
    Priyank

    Well I found the answer......
    I had to do the two steps below -
    1) Go to Admin UI, "Trust Store Management -> User & Password Credentials" and add a profile for my Printer server with login ID and password which can access the printer.
    So in the "User & Password Crendentails" page, I click on "add" and fill the following values
    Profile : \\ <IP address of the print server> ....... (It is important that you write the name correctly..for example " \\10.10.234.212"
    USername : <user id who has access to the printer>
    Password  : <password for that user Id>
    2) In the sendToPrinter service, I used CIFS as the protocol and I have the proper Server URI as below
      \\10.10.234.212\<printername>
    And it worked ! .....

  • Which VMware support Windows 7 as Host and Windows Server 2003 as Guest OS

    Folks,
    Hello. I need to install PeopleSoft PIA in Windows Server 2003.
    Because my laptop is preinstalled Windows 7 Home Premium Editon and cannot dual boot multiple Operating systems. I have to install VMware in Host Windows 7 and then install Windows Server 2003 as Guest OS for PIA.
    I have installed VMware Server 2.0.2 into Host Windows 7 and Windows Server 2003 as Guest OS. Everything works fine for a while. But VMware Server Home Page https://mylaptop:8333/ui cannot display any more.
    I have found that Windows 7 is not a supported Host Operating System for VMware Server 2 and strange thing might happen anytime. I found that "VMware Player 3" is fully supported Windows 7 as Host OS but is not supported Windows Server 2003 as Guest OS.
    Does any folks know which VMware product support Windows 7 as Host OS and Windows Server 2003 as Guest OS ?
    Many thanks in advance.

    Hi,
    Based on my research, I would like to suggest the following:
    1.   
    Ensure the printer is compatible with Windows 7 and Windows Server 2003 and the drivers are up-to-date.
    2.   
    Try the following method:
    Printers that use ports that do not begin with COM, LPT,
    or USB are not redirected in a remote desktop or a terminal services session
    Hope this helps. Thanks.
    Regards,
    Nicholas Li - MSFT
    That doesn't apply to Windows 7 Machines. I'm having the same problem as Acer_, I have a RDP Session from a Windows 7 Machine to a Windows XP machine and the local printer was available a few days ago but isn't anymore. The drivers are installed on both PC's
    and are compatible with Windows 7.

  • Unable to open windows database files hosted on Lion Server

    I use Mac Mini as a server. With Snow Leopard Server I shared files hosted on Mac Mini and other PC computers on the network could use together Access and Quickbooks files. After upgrading to Lion Server no PC is able to open these database files. E.g. when opening MS Access file hosted on Lion server following error pops up: "too many users acessing the file". However, the Access database can be open from network PC when opening in exclusive (single user) mode. Normal multiuser mode brings error.
    Is it possible to solve this Lion sharing issue?

    Same problem. Just fired up a new Mini with Lion Server to replace an HP Home Server because we need more than 10 users in our church now. Got all the users set up with group permissions and home directories on the server. Unfortunately I expected Lion Server to work just like Snow Leopard Server and be able to serve up ODBC databases like Access and Quickbooks files.
    Anyone heard if Apple has a solution to the "too many users" error message? It appears that Access in particular attempts to open the data file and create a locking file (ldb), but cannot get the file permissions it needs from Lion.
    Sorry I have no solution for all yet.

  • Cannot revert to Windows 8 after installing Hyper-V Server 2012 R2

    I own a laptop with a pre-installed Windows 8. I've installed Hyper-V Server 2012 R2 on top of it by mistake, and now I would like to get rid of it and revert it back to Windows 8. I've tried doing so by a backup USB, though it doesn't seem to work. Is there
    anyway to do this without having to use a disc? I haven't received one when I bought it.
    Thanks for any help in advance.

    Found something for specific computer. Find similat info for your computer:
    Acer Recovery Instructions:
    1) Power on the machine
    2) At the ACER BIOS screen, press and hold the 'Alt' key and the 'F10' key simultaneously to start Acer eRecovery.
    3) Once eRecovery utility is displayed, click 'Restore to Factory Default Settings'.
    4) Click 'OK' to continue
    5) The recovery process restore a fully functional factory image of Windows.
    6) After eRecovery has completed, press 'OK' to reboot the computer.
    Acer Recovery Media Purchase Program:
    https://secure.tx.acer.com/RCDB/Main.aspx?brand=acer
    This site is used for purchasing recovery media for your Acer product. 
    To get started, please enter the serial number or SNID located on your Acer product and click "Next"
    System Information
    Get your system information:
    http://secure3.tx.acer.com/FindSystem/FindSystem.aspx?title=Information%20About%20Your%20System
    Acer Main Support page:
    http://www.acersupport.com/
    Regards
    Milos

  • Can't Windows 7 access an RD on Server 2012 that uses SHA512/2048-bit certificates

    I have a Server 2012 R2 Remote Desktop that works fine if configured with the self-signed certs (SHA1/2048-bit), but not with certs from our internal CA.
    With the self-signed certs, our remote clients can connect but of course get security warnings due to the untrusted certificates.  The clients do trust our root CA, so we should be able to eliminate those by using certs from our internal CA instead.
    However, when I do configure the Server 2012 R2 RD to use certs generated on our internal CA (SHA512/2048-bit) clients (Windows 7) cannot open RDP sessions.  They get errors and on server event log contain:
    (Source: Schannel; Event ID: 36874)  [sic] An TLS 1.2 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.
    (Source: Schannel; Event ID: 36888)  A fatal alert was generated and sent to the remote endpoint. This may result in termination of the connection. The TLS protocol defined fatal error code is 40. The Windows SChannel error state is 1205.
    The strange thing is that if I connect from client on Server 2008 R2, it can open RDP session!!!
    Thanks.

    Hi,
    Indicates by the event, it seems that the Cipher Suites use by the client are disabled on the server.
    Please check if any Cipher Suites of TLS 1.2 are disabled on the server.
    Cipher Suites in Schannel
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa374757(v=vs.85).aspx
    How to restrict the use of certain cryptographic algorithms and protocols in Schannel.dll
    http://support.microsoft.com/kb/245030
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • How to upgrade Exchange 2013 host OS to Server 2012 R2

    Currently in our environment we have Exchange 2013 (Client Access and Mailbox on one server) (no service pack) built on Server 2012 machine. I'd like to rebuild the Exchange server on a new Server 2012 R2 machine. Are there any automated tools for transferring
    client access configuration(accepted domains, connectors, etc) and can I just unmount the databases from the current server and mount them on the new, or do i have to create new mailbox databases and migrate the mailboxes? Do you guys know any tutorials for
    this scenario? Thanks in advance!

    Hi,
    You need to setup a new Exchange 2013 SP1 or later version on Windows server 2012 R2 at first.
    Secondly, migrate all the mailboxes from old Exchange 2013 to the new Exchange 2013.
    Thirdly, change the mail flow.
    At last, when everything is ok on new Exchange 2013, you can decommission the old Exchange.
    For more information, here is a thread about migration from Exchange 2010 to Exchange 2013 for your reference.
    Migration From Exchange 2010 to Exchange 2013
    http://www.petenetlive.com/KB/Article/0000788.htm
    Note: Microsoft is providing this information as a convenience to you. The site is not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of information found there. Please make sure that you
    completely understand the risk before retrieving any suggestions from the above link.
    Hope it helps.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • KMS Host activation in Server 2012 R2 and Client Win7

    Hi We are planing to Activate the windows 7 with Server 2012 R2 , Do we need 25 Win7 Machine minimum to activate the Key,? or we can have sround 10 servers 2012 r2 machine + 19 win7 machine to active the key for both Win7 and server 2012 r2..?

    as long as you have more than 25 Machines both client and server os:es will be activated.
    It's all explained here:
    http://technet.microsoft.com/en-us/library/ff793434.aspx

  • Passing through from TV to iMovie

    Hey all, I know there are a lot of threads about this topic, but I have kind of a different question. I have home movie DVD's that were burned from VHS onto DVD's. Some of the DVD's play fine on my home DVD player, but for whatever reason do not either play sound or video on my Mac DVD Player.
    So I was wondering if I could run the DVD through my video camera and into iMovie? I tried to do it last night, but could not get it to work. I don't know if I have the right cables or if it can be done. FYI my TV has a built in DVD player, don't know if that makes a difference.
    Thanks for any help...sorry if this is complicated!

    Sounds like what you mention here may solve my problem. Can you or someone add more details regarding the tape-in and tape-out trick on the SONY camcorder?
    I have the following setup: A Hi8 analog camcorder plays an old tape into a SONY PC120 miniDV camcorder via S-video cable with the pass-thru mode turned on. The analog video is visible on the PC120 and recordable on miniDV tapes. That verifies the connection between the camcorders is good. The miniDV is connected to the iMac via the firewire port. When I clicked the IMPORT button on iMovie HD, I was able to record the analog video in a iMovie clip. That verifies the connection to the iMac is also good.
    My problem is that iMovie HD would stop the import after exactly 7.5 seconds each time.
    It looks like that iMovie thinks the Camcorder is not in playback mode and cut off the import after a timeout of 7.5 seconds. The 7.5 seconds import DOES indeed pick up the video signal. Only if I could trick iMovie to believe the pass-thru signal is actually in playback mode, then it may continue the import.
    What you mentioned here regarding removing the tape from the camcorder after the connection sounds like a trick to fool iMovie exactly for this problem I am having. Can you elaborate on the exact sequence of the power on, tape out etc.?
    In iMovie HD I understand you need to have a tape in
    the camera until the connection is made, after which
    the tape can be removed. There is some concern that
    this can produce excessive wear on the camera's
    heads.
    Someone with experience of using iMovie HD for this
    may wish to confirm or modify my comment.

  • Cisco ASA 5505 L2TP Pass through

    I am having trouble with L2TP pass through on an ASA 5505 device.
    L2TP server: OSX 10.6
    I can connect with any OSX system and it works fine straight away.
    When connecting with a windows computer I get a 789 error.  "Error 789: The L2TP connection attempt failed because the security layer encountere a processing error during the initial negotiations with the remote computer."
    I did not setup or configure the device to start with and apart from this issue its working fine so I am hessitant at trying to just mess around too much to try and find the problem.
    I am using the ASDM 6.4 to manage the device.
    Ports look to be forwarded correctly; 1701, 4500 & 500 UDP.
    Im just looking for other common issues?
    Rob

    Below is the commands you wanted.
    Where you see: IPNOTWHATIWASEXPECTING
    This is an IP I dont know. possible and old IP address.
    and
    default-domain value domain-notcorrect.local
    This is an old domain from years ago.
    Result of the command: "show run crypto"
    crypto ipsec transform-set aes-sha esp-aes esp-sha-hmac
    crypto ipsec transform-set aes-192-sha esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set aes-256-sha esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set 3des-sha esp-3des esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set transform-amzn esp-aes esp-sha-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto dynamic-map map-dynamic 1 set pfs group5
    crypto dynamic-map map-dynamic 1 set transform-set aes-256-sha aes-192-sha aes-sha 3des-sha
    crypto dynamic-map map-dynamic 2 set pfs
    crypto dynamic-map map-dynamic 2 set transform-set aes-256-sha aes-192-sha aes-sha 3des-sha
    crypto dynamic-map map-dynamic 3 set pfs
    crypto dynamic-map map-dynamic 3 set transform-set aes-256-sha aes-192-sha aes-sha 3des-sha
    crypto dynamic-map map-dynamic 4 set transform-set aes-256-sha aes-192-sha aes-sha 3des-sha
    crypto map outside_map 1 match address outside_1_cryptomap
    crypto map outside_map 1 set peer IPNOTWHATIWASEXPECTING3
    crypto map outside_map 1 set transform-set ESP-DES-SHA
    crypto map outside_map 2 match address acl-amzn
    crypto map outside_map 2 set pfs
    crypto map outside_map 2 set peer IPNOTWHATIWASEXPECTING IPNOTWHATIWASEXPECTING
    crypto map outside_map 2 set transform-set transform-amzn
    crypto map outside_map 255 ipsec-isakmp dynamic map-dynamic
    crypto map outside_map interface outside
    crypto isakmp identity address
    crypto isakmp enable outside
    crypto isakmp policy 1
    authentication pre-share
    encryption aes-256
    hash sha
    group 5
    lifetime 86400
    crypto isakmp policy 2
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 3
    authentication pre-share
    encryption aes-256
    hash sha
    group 1
    lifetime 86400
    crypto isakmp policy 11
    authentication pre-share
    encryption aes-192
    hash sha
    group 5
    lifetime 86400
    crypto isakmp policy 12
    authentication pre-share
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 13
    authentication pre-share
    encryption aes-192
    hash sha
    group 1
    lifetime 86400
    crypto isakmp policy 21
    authentication pre-share
    encryption aes
    hash sha
    group 5
    lifetime 86400
    crypto isakmp policy 22
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 23
    authentication pre-share
    encryption aes
    hash sha
    group 1
    lifetime 86400
    crypto isakmp policy 31
    authentication pre-share
    encryption 3des
    hash sha
    group 5
    lifetime 86400
    crypto isakmp policy 32
    authentication rsa-sig
    encryption des
    hash sha
    group 1
    lifetime 86400
    crypto isakmp policy 33
    authentication pre-share
    encryption 3des
    hash sha
    group 1
    lifetime 86400
    crypto isakmp policy 34
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    Result of the command: "show run group-policy"
    group-policy evertest internal
    group-policy evertest attributes
    dns-server value 10.100.25.252
    vpn-idle-timeout 720
    vpn-tunnel-protocol IPSec l2tp-ipsec
    pfs enable
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpnsplittunnel
    default-domain value domain-notcorrect.local
    group-policy petero internal
    group-policy petero attributes
    dns-server value 10.100.25.252
    vpn-idle-timeout 720
    pfs enable
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpnsplittunnel
    default-domain value domain-notcorrect.local
    group-policy awsfilter internal
    group-policy awsfilter attributes
    vpn-filter value amzn-filter
    group-policy vpnpptp internal
    group-policy vpnpptp attributes
    dns-server value 10.100.25.252
    vpn-tunnel-protocol l2tp-ipsec
    group-policy vanheelm internal
    group-policy vanheelm attributes
    dns-server value 10.100.25.252
    vpn-idle-timeout 720
    vpn-tunnel-protocol IPSec l2tp-ipsec
    pfs enable
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpnsplittunnel
    default-domain value domain-notcorrect.local
    group-policy ciscoVPNuser internal
    group-policy ciscoVPNuser attributes
    dns-server value 10.100.25.10
    vpn-idle-timeout 720
    pfs enable
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpnsplittunnel
    default-domain value domain-notcorrect.local
    group-policy chauhanv2 internal
    group-policy chauhanv2 attributes
    dns-server value 10.100.25.252
    vpn-idle-timeout 720
    pfs enable
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpnsplittunnel
    default-domain value domain-notcorrect.local
    group-policy oterop internal
    group-policy oterop attributes
    dns-server value 10.100.25.252
    vpn-idle-timeout 720
    vpn-tunnel-protocol IPSec l2tp-ipsec
    pfs enable
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpnsplittunnel
    default-domain value domain-notcorrect.local
    group-policy Oterop internal
    group-policy Oterop attributes
    dns-server value 10.100.25.252
    vpn-idle-timeout 30
    group-policy chauhanv internal
    group-policy chauhanv attributes
    dns-server value 10.100.25.252
    vpn-idle-timeout 30
    vpn-tunnel-protocol IPSec l2tp-ipsec
    group-policy bnixon2 internal
    group-policy bnixon2 attributes
    dns-server value 10.100.25.252
    vpn-idle-timeout 720
    vpn-tunnel-protocol IPSec l2tp-ipsec
    pfs enable
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpnsplittunnel
    default-domain value domain-notcorrect.local
    Result of the command: "show run tunnel-group"
    tunnel-group ciscoVPNuser type remote-access
    tunnel-group ciscoVPNuser general-attributes
    address-pool vpnippool
    default-group-policy ciscoVPNuser
    tunnel-group ciscoVPNuser ipsec-attributes
    pre-shared-key *****
    tunnel-group petero type remote-access
    tunnel-group petero general-attributes
    address-pool vpnippool
    default-group-policy petero
    tunnel-group petero ipsec-attributes
    pre-shared-key *****
    tunnel-group oterop type remote-access
    tunnel-group oterop general-attributes
    address-pool vpnippool
    default-group-policy oterop
    tunnel-group oterop ipsec-attributes
    pre-shared-key *****
    tunnel-group vanheelm type remote-access
    tunnel-group vanheelm general-attributes
    address-pool vpnippool
    default-group-policy vanheelm
    tunnel-group vanheelm ipsec-attributes
    pre-shared-key *****
    tunnel-group chauhanv type remote-access
    tunnel-group chauhanv general-attributes
    default-group-policy chauhanv
    tunnel-group Oterop type remote-access
    tunnel-group Oterop general-attributes
    default-group-policy Oterop
    tunnel-group chauhanv2 type remote-access
    tunnel-group chauhanv2 general-attributes
    address-pool vpnippool
    default-group-policy chauhanv2
    tunnel-group chauhanv2 ipsec-attributes
    pre-shared-key *****
    tunnel-group bnixon2 type remote-access
    tunnel-group bnixon2 general-attributes
    address-pool vpnippool
    default-group-policy bnixon2
    tunnel-group bnixon2 ipsec-attributes
    pre-shared-key *****
    tunnel-group vpnpptp type remote-access
    tunnel-group vpnpptp general-attributes
    address-pool vpnippool
    default-group-policy vpnpptp
    tunnel-group IPNOTWHATIWASEXPECTING4 type ipsec-l2l
    tunnel-group IPNOTWHATIWASEXPECTING4 ipsec-attributes
    pre-shared-key *****
    tunnel-group evertest type remote-access
    tunnel-group evertest general-attributes
    address-pool vpnippool
    default-group-policy evertest
    tunnel-group evertest ipsec-attributes
    pre-shared-key *****
    tunnel-group evertest ppp-attributes
    authentication ms-chap-v2
    tunnel-group IPNOTWHATIWASEXPECTING3 type ipsec-l2l
    tunnel-group IPNOTWHATIWASEXPECTING3 ipsec-attributes
    pre-shared-key *****
    tunnel-group IPNOTWHATIWASEXPECTING2 type ipsec-l2l
    tunnel-group IPNOTWHATIWASEXPECTING2 general-attributes
    default-group-policy awsfilter
    tunnel-group IPNOTWHATIWASEXPECTING2 ipsec-attributes
    pre-shared-key *****
    isakmp keepalive threshold 10 retry 3
    tunnel-group IPNOTWHATIWASEXPECTING type ipsec-l2l
    tunnel-group IPNOTWHATIWASEXPECTING general-attributes
    default-group-policy awsfilter
    tunnel-group IPNOTWHATIWASEXPECTING ipsec-attributes
    pre-shared-key *****
    isakmp keepalive threshold 10 retry 3
    Result of the command: "show vpn-sessiondb detail remote filter protocol L2TPOverIPsec"
    INFO: There are presently no active sessions of the type specified
    Result of the command: "show vpn-sessiondb detail remote filter protocol L2TPOverIPsecOverNAT"
    INFO: There are presently no active sessions of the type specified

  • Is there a way to protect a USB flash drive from virus?

    My daughter's school computer lab is seemingly infected with some PC virus but their school IT folks seem to be unable to clean them and with all the young kids using USB flash drives they brought these viruses home when they plug the flash drive into our home computer but luckily since we are using Mac at home and I have ClamXav installed it detected the virus immediately. So we are kind of safe but I am getting tired of removing this same virus every week using UNIX command in a terminal mode, as it's locked and can only removed using the sudo command (taught by some people). My questions are:
    1. Is there any way to protect a USB flash drive from virus infection (it's a window PC virus)
    2. is there a way or suggestion on how to stop these apart from dis-infecting the whole school computers? The problems are that these young kids are not aware of those viruses in their USB flash drives and their teachers are just too ignorant about it!
    Thanks for any suggestions and help

    I'd still invest in your case into Mac protection against passing along malware.
    Take a look at Intego AV for one for the Mac and for dual-protection.
    http://www.intego.com
    Whatever you are finding is 'dormant' I assume, but that doesn't mean it can't become active or passed along either. And there are some 'man in the middle' spyware and malware, some which target online home banking (some people run their home banking from a virtual OS that is used for that purpose only, I always wished Mac OS X could be run in a VM mode as well).
    The IT folks sound like they need... do their jobs properly and better.
    I don't care how young they are, or the staff's ignorance. Time for education is now.
    Download and install Microsoft Security Essentials in Windows and follow guidelines. And there are tons of FAQs, guidelines and articles on the subject.
    http://www.microsoft.com/Security_Essentials/
    http://www.microsoft.com/security/portal/
    Nearly six months after Apple added a malware blocker to Mac OS X (Snow Leopard), the feature appears to be collecting cobwebs.
    Apple has not added any anti-malware signature updates to the XProtect.plist file that launched with antidotes for OSX.RSPlug.A and OSX.Iservice, two known Trojan horse programs targeting Mac OS X users.
    http://blogs.zdnet.com/security/index.php?cat=20&submit=view

  • Does the iPad 2 pass through TV the same way that the iPhone 4s does ?

    Does the iPad 2 pass through TV the same way that the iPhone 4s does ? I have an Arcam rCube dock which allows the tv pass through from the iPhone 4s and I was wondering if the iPad 2 will do the same if I buy a dock extender and what should I check for in a dock extender ?

    No - that feature does not exist on the iPad2 and I know of no plans - nor would anyone else here - for that feature to be added with a software update in the future.

  • Passing parameters from report to form

    Hello,
    I have a report based on a View with all the details of only one record. I whant to link this report with a form in insert mode, passing some of the fields as parameters.
    Anyone konws how to do it?

    Jan,
    Thanks for the succinct reply! I've been trying to 2 days to solve this problem. Whew!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jan Willem Vermeer ([email protected]):
    Unfortunately linking reports and forms in insert mode is not completely tackled in the faq.
    For a long time Oracle Customer Support and I were not able to get the form in insert-mode. My forms kept on appearing in query-mode, so when I passed values from the report to the form, the form queried records based on the parameters passed through from the report. While I wanted these parameters filled in as default values.
    The solution is almost too easy to imagine. When you define the link-parameters in the report definition, you should leave the EQUAL-sign blank. On metalink you can read TAR 1258704.996 and bug 1696340 for more info.<HR></BLOCKQUOTE>
    null

  • Flat-file and the pass-through pipeline

    Hi there, 
    I have  a technical questions about the inner workings of BizTalk. 
    The MSDN says that BizTalk is XML-centric and enything that is going through it and is posted to the MsgBox is converted to XML format.
    The question: Is this also true in a scenario including flat-file and a pass-through pipeline ? 
    Lets say the flat file needs not to be translated, the external organisation will except the flat-file format we are receiving on the receive port. So we use the receive location with the pass-thrugh pipeline (a pipilene without any components in it) and
    a send port with a simple filter pointed to the ReceivePort name. No need to convert the file to XML whatsoever, and it would be a waist of time and resources IMHO.
    So the question is, will BizTalk (being XML-centric) do the translation anyway ? In what format is the received file being posted and stored in the MsgBoxDb ?
    Thanks in advance.
    Peter 

    In a pass-through scenario (with pass-through pipelines) BizTalk will not process the message payload. 
    More information here: http://msdn.microsoft.com/en-us/library/aa561008.aspx
    The pass-through receive pipeline has no components. It is used for simple pass-through scenarios when no message payload processing is necessary. This pipeline is generally used when the source and the destination of the message are known, and the message
    requires no validation, encoding, or disassembling. This pipeline is commonly used in conjunction with the pass-through send pipeline.
    Glenn Colpaert - MCTS BizTalk Server - Blog : http://blog.codit.eu

Maybe you are looking for