What is needed to do a remote trace?

I am interested in logging events from Microsoft-Windows-HttpService on a remote machine. I'm in a corporate environment and all the computers use Windows Auth. I have access to the remote machine. Are there certain permissions that I need  in order
to remotely trace? Is it even possible? I'm not sure how to troubleshoot. Right now, I just get this error when I try to start tracing:
Start Trace Error
Failed to start one or more trace session(s) due to the following error(s):
Unable to start the ETW session Trace-Session-1-{8b6b4b20-33da-487e-b95d-ff240a2cdcc9}
OK   

You should be able to use this method with Windows 2008 R2 and higher.  http://blogs.msdn.com/b/canberrapfe/archive/2012/03/31/capture-a-network-trace-without-installing-anything-works-for-shutdown-and-restart-too.aspx
Run it remotely via:
wmic /node:<hostname> process call create "netsh trace start persistent=yes capture=yes tracefile=c:\temp\nettrace-boot.etl"
When you're finished testing, run: 
wmic /node:<hostname> process call create "netsh trace stop"
Then copy over the trace files and view it locally in Network Monitor or Message Analyzer.

Similar Messages

  • What this needs is a real remote

    I've had my iPod hi-fi for 2 days. I actually use it in a basement workout room, so the "big" sound is a plus for me.
    However, there is a missing piece in the evolving iPod/iPod hi-fi/AirTunes universe, and that is a remote that displays the menu.
    Sonos has implemented this very nicely, and I'd gladly pay a premium price to run my iPod/iPod hi-fi from any place other than six inches away.
    As it is, if you can see the iPod menu, you don't need a remote. If you are beyond arm's reach, you can't see it.

    James, I agree this is a major drawback to any iPod dock'd speaker product. However, I think Apple is kind of jammed between a rock and a hard place on this one. Just by making a product like iPod Hi-Fi they're stepping on their aftermarket accessories makers a bit. My guess is if they added the remote functionality we seek, they would really get their tit in a ringer... Especially since both DLO and Griffin, to name only two, are soon to ship products that function as you suggest. In fact, I plan to add one of these extended menuing systems to my iPod Hi-Fi setup when available.. And it would be Griffin's, if they would just add a mini Toslink output to it. I have made this suggestion recently.
    P.S. - Wow... "Tit in a ringer..." didn't even get censored...

  • Help needed in executing a remote batch file

    I need to execute a batch file which is located on a remote machine through my machine. I have no idea to go about with. Please can someone help me out with can be used to execute the remote bat file. I am at present using Runtime.exec() to execute it on my machine.. But i cant use it to execute teh bat file on teh remote machine.Please help

    Below is an example server that would run on the remote host. You can connect to it using telnet from DOS prompt, it takes a Y/N to run your command in the cmd variable. I haven't included code for a client as it's really not needed for the example below.
    Change the cmd and port variables to what you need. You may need to setup firewall rules to allow your chosen port.
    Once it's running, you can test it by using "telnet localhost 1234" on your machine, localhost would obviously become the remote computer's hostname or IP.
    I am incredibly new to Java (using the forums to learn bits), so excuse any bad coding practises, I'm sure people will point them out.
    Keep in mind that this is totally insecure, so if you're using it on an untrusted network, you may want to look into encryption and providing some kind of password authentication, that, for the moment is out of my league.
    Screenshot here.
    import java.io.*;
    import java.net.*;
    class RemoteServer {
         public static int    port = 1234;           // Port to listen on
         public static String cmd  = "C:\\Test.bat"; // Command to run
         public static void main(String[] args)
              System.out.println("Waiting for connection...");
              try {
                   /* If you want the server to run forever, uncomment the while
                      loop */
                   // while (true)
                        startServer();
              } catch (IOException e) {
                   e.printStackTrace();
                   System.exit(1);
         /* Starts the server */
         private static void startServer() throws IOException
              ServerSocket server = null;
              Socket       client = null;
              String input;
              try {
                   server = new ServerSocket(port);
              } catch (IOException e) {
                   System.err.println("Unable to list on port " + port);
                   System.exit(1); // Can't listen, nothing else to do
              try {
                   client = server.accept();
                   System.out.println("Client connected... awaiting Y/N");
              } catch (IOException e) {
                   System.err.println("Unable to accept connection.");
                   System.exit(1);
              PrintWriter out = new PrintWriter(client.getOutputStream(), true);
              BufferedReader in = new BufferedReader(new InputStreamReader(
                                                     client.getInputStream()));
              out.println("You are connected, ready to launch command: <y/n>");
              while ((input = in.readLine()) != null)
                   if (input.equalsIgnoreCase("y"))
                        Runtime rt = Runtime.getRuntime();
                        rt.exec(cmd);
                        out.println("Command executed... disconnecting.");
                        System.out.println("Command executed... disconnecting client.");
                        break;
                   } else if (input.equalsIgnoreCase("n")) {
                        break;
                   } else {
                        out.println("Please enter Y/N.");
              out.close();
              in.close();
              client.close();
              server.close();
    }

  • How do I get my money back?   This app doesn't do what I need.

    How do I get my money back? 
    This app (Apple Remote Desktop) doesn't do what I need.   I only need screen sharing with one user. 
    Installation and setup of ADR was so complex that I was forced to find a simpler workaround. 
    I found that a substitute function (75 percent of what I need) is built into Skype.   It's a pain, but it works. 
    I'd want to get my money back for this expensive Apple Remote Desktop.    I never got the software to work, not even once. 
    I can't find anywhere that the App Store gives any sort of money-back guarantee. 

    Hi,
    Actually I'm sure it says all sales are final - i.e. Tough....
    Unless you can prove that the product description was flawed in which case you can rely on your contries consumer laws.
    Regards,
    Shawn

  • What files need to be cleaned periodically in Oracle Apps R12 ?

    Hi
    In Oracle Database, periodically we clean alertlog,trace files from bdump,udump,cdump directories and at AIX OS level, /usr/tmp, /var/tmp, /root,we clean .tmp,.log files. Similarly,what files needs to cleaned from Oracle Apps R12 directories periodically to control the harddisk usage?
    Any help is highly appreciated !
    Thanks

    Ateeq,
    Please be careful when following the steps in the note referenced above especially when cleaning the $ORACLE_HOME/lib directory, otherwise your instance will not function properly. I believe purging the log files at the application/database tiers is fair enough to reclaim space and should be done on periodic basis.
    What log files to clean up after shut down of Vision R12.0.4
    Re: What log files to clean up after shut down of Vision R12.0.4
    Purging Log files
    Purging Log files

  • What is required to install in remote desktop server services - windows server 2008R2 for VMs internet access ?

    Hi!
    I have a lab with a hyper-v host with windows server 2012 R2 (in workgroup).
    I have many vms since Windows Server 2003 including WS 2012 R2.
    My colleagues an I wan't to acess lab vms from desktop (windows 7 e 8) trought the internet.
    My understanding this can be accomplished with remote desktop server services. What I need minimum
    to install in version Windows Server 2008 R2 sp1 (enterprise edition) 64 Bits ? Best Regards
    Best regards

    you need a small VM, 2-4GB RAM that's internet facing in order to host RDWeb role which runs on IIS.  users connect to the web page portal and login, and can launch an RDP session to whatever VMs you have.  this requires you to obtain RD CALs. 
    you can also go with the RDGateway route but it's somewhat more complicated, requiring certificates.
    in either case, you need a server with specific port forwarding to the internet through whatever firewall/proxy you have and licensing to go along with it.
    it's much easier to just setup a VPN in my opinion.

  • What is the best way to remotely lock/clear/locate a macbook pro or iphone 6 if they are lost or stolen?

    What is the best way to remotely lock/clear/locate a macbook pro or iphone 6 if they are lost or stolen?
    macbook serial C02LG23EFH00
    running latest OS
    thanks

    Hi
    See here for remotely wiping and securing devices when stolen, you will need to use icloud with the find my mac/iphone feature
    http://support.apple.com/kb/PH2701

  • What is the best way to remotely access my sister in laws Mac who lives in another city to help her with her computer problems?

    as stated above
    What is the best way to remotely access my sister in laws Mac who lives in another city to help her with her computer problems?

    The best way? Get her to bring it to you, especially if she makes good cakes.
    Apples Back to my Mac isn't really suitable for this - it is designed for a single person who wants their Apple ID on the system. It would mean she would have to share hers with you & you would also have to setup her Apple ID on your Mac - it is messy & causes trouble with iCloud, iTunes etc.
    You can try Messages if she is able to begin a session with you, see the 'invite to share screen' in the menus, weirdly you need to use a service that isn't from Apple.
    Messages (Mavericks): Share your screen
    It may be better if you to setup LogMeIn or GoToMyPC. They should 'dial out' & maintain a constant connection so you can login whenever the Mac is powered up. It won't, require a human to initiate the process at the other end, just be aware that the router may cause issues depending on what is configured, you may need settings to enable automatic port forwarding - it really depend on which option you choose.

  • Selling iPad- What is needed to cancell account?

    I will be selling my iPad and no longer will be using one. Other that resetting the iPad what is needed to clear my account?

    Nothing at all other than Settings>General>Reset>Erase all content and settings. That will completely wipe the device and all traces of your Apple ID.
    You cannot cancel an Apple ID or an iTunes account. If you are no longer going to use iTunes for purchases, just stop using it. You may want to remove your credit card from your account, but the account never goes away.

  • Is OS X Server What I Need?

    Hi,
    I've a low traffic iWeb site, and a relatively large mailing list, managed through phpList.  I would maybe like to enalrge my website, and inlcude a forum too,a dn am wondering if having my own server is the asnwer.  Currently I'm running into problems with daily email limits, which cause me to schedule emails to go out over  along period of time.
    Is OS X Server what I need?  I'm a little unclear when I look at the documentaiton.  For example, I see nothing like and admin center for manging my site and its backend.
    Thanks,
    Inoshi

    OS X Server is a Unix server.  Like Unix, Linux, HP-UX, AIX, Solaris and other such services, OS X Server systems can be configured for and can be accessed via remote networking protocols including generic IP networking, via L2TP or PPTP VPN, ARD/VNC, telnet or (better) ssh, and via HTTP/HTTPS web services protocols.  Other configurations are possible.  You could probably even configure and use IPoAC to access the server, if you really wanted to go to the effort involved in that network transport.
    Running a server system is inherently more complex than running a client system.  Even OS X Server, which is easier than most other servers around.  You're still expected to know about server computing, IP networking and routing, definitely about setting up and running local DNS, about DHCP, network gateway-firewall-router boxes, network security, VPNs and other such details.  Network clients use services provided by servers, so — if you're running a server — you get to know more about setting up for and running both the server itself, and about the services you're now providing to the client systems.  (I've posted an intro to some of this here.)
    Now if you wanted to host your own mail server or your own secured HTTPS web services or related, then you'd want a static IP connection.  (Most ISPs don't allow servers on dynamic, DHCP service tiers, and — for those that do — getting these and related services working involves some hackery, and use of outside relay services.)  This isn't specific to OS X Server, this is a generic IP addressing expectation of the protocols involved, and whether or not your particular ISP has opened or has firewalled the network protocols involved for your particular tier of service.
    If you're working with a dynamic IP connection from your ISP, your options are rather more limited, and you and your ISP can be working at cross purposes.

  • What is needed for LiveCycle Output?

    We have several copies of LiveCycle Designer ES 8.1 and we have an Adobe Server running. What is needed on the server to facilitate LiveCycle Output. We may already have what's needed, but just install or turn on.
    I assume LiveCycle Designer ES can be used to create templates for dynamic content, which will be used by LiveCycle Output.

    Output can be called using - Java API (from an app or a servlet), Web Service (from an app), Flex (remoting) interface, watch folder (drop files in a folder), email, etc.
    You'll need to pass it some parameters such as:
    The template (xdp or PDF from Designer) - yes it can be dynamic
    The data you want to add (XML)
    Render options (see the Adobe docs)

  • Need advice on fast remote access to Xserve

    Does anyone know of a product for Xserve that is similar to Terminal Services?
    We have people in other states that need to log in remotely and prefer not to use a VPN. Thanks

    There is no direct equivalent to Terminal Services, at least as far as having multiple remote users run multiple graphical environments on the server. The Mac OS supports a single graphical environment, so even though it's possiblet to have multiple users looking (graphically) at the server, they'll all see the same thing, which is hardly conducive to them all working on separate projects.
    That said, there are some options, but the viability depends on quite what you're trying to do with the server, what apps you're trying to run, and what problems you're trying to solve.
    Either way, this doesn't absolve you from needing a VPN system. That's needed to secure the connection over the internet. This applies to Terminal Services just as much as to any other protocol.

  • I have one apple ID for multiple devices in my family.  I'd like to keep it that way for itunes/app purchases.  I would like a simple step 1, step 2, step 3 response on what I need to do to separate all other features like imessage, contacts, emails, etc.

    I have one apple ID for multiple devices in my family.  I'd like to keep it that way for itunes/app purchases.  I would like a simple step 1, step 2, step 3 response on what I need to do to separate all other features like imessage, contacts, emails, etc.
    I have been reasearching how to do this on the internet, but I haven't found an easy explanation yet.  My family is going crazy over each others imessages being sent to others in the family and not being able to use FaceTime because of conflicting email addresses.  I have read that if each person gets their own iCloud account, this would work.  However, I need to know what to do after I set everyone up with their own iCloud account.  Do I make that the default email address to be contacted or can they still use their hotmail email addresses.  Any help- with easy explanation- would be much appreciated!!

    We do this in my family now.  We have one account for purchases, so it is used to share music and apps (I think that is in Settings/iTunes & App Stores).  Each iDevice has this configured.
    Then, each of us has our own iCloud account that is configured under Settings/iCloud.  That then allows us to have our own Mail/Contacts/Calendars/Reminders/Safari Bookmarks/Notes/Passbook/Photo Stream/Documents & Data/Find My iPhone/and Backup.  That Backup piece is pretty sweet and comes in handly if you replace your iDevice.  You can just restore from it.
    So we all share the Apple Store account but we all have our own iCloud accounts to keep the rest seperate or things like you mentioned are a nightmare.
    In answer to what iCloud does for you: http://www.apple.com/icloud/features/
    Think of it as an internet based ("cloud") area for all of those items listed in my response.  What you need to remember is photo stream only maintans the last 1000 pictures so don't count it as a complete backup solution for your pictures.  Even though I rarely sync with a computer these days, I do still try to sync my phone with iPhoto (I have an iMac) so that I have copies of all of my pictures.  1000 may not stretch as far as it sounds.
    Message was edited by: Michael Pardee

  • I tried updating my iPod 5th gen to iOS 8 but it only shows me a picture of the iTunes logo and a charger at the bottom, I'm not sure what this means or what I need to do. Can someone please help me?

    I tried updating my iPod 5th gen to iOS 8 but it only shows me a picture of the iTunes logo and a charger at the bottom, I'm not sure what this means or what I need to do. Can someone please help me?

    After restoring to factory settings/new iPod you will then have to restore from backup
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:                         
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • What is needed to network 2 computers using Airport card

    I know I need an airport card in my eMac, but is there any other cards that have to be in the computer? I want to network my eMac with an iMac using a DSL line. The eMac will be downstairs and the iMac will be upstairs. I'm waiting for delivery from Apple of the iMac. It has everything built in that is needed to network but my eMac doesn't. To make my eMac wireless is all I have to buy is an Airport Card and a Wireless Gateway for the iMac which is the computer connected to the DSL modem and Wireless USB adapter with connects to the eMac? What type of Airport Card do I need to buy for my eMac (model #'s etc.) It is the card that inserts above the super drive in the front of the computer. Is there any software that is needed to install Airport?

    I am also doing some configuration changes (we have one Imac and two eMac's)
    but one eMac does not have a airport card and is hardwired (ethernet) to the high speed cable modem then a apple airport. One Imac and the Emac with a airport card work fine, it is a bit tricky finding the correct airport card (or airport extreme card if you have a ATI graphics card (use about the mac/system profiler then click on more to see if you have a graphics card (which affects which airport card you need, there are alot of resellers on the net so you should find what you want.
    If in doubt there is a free program mactracker which provides data on every mac made (available off off versiontracker.com (free site just register) it will guide
    you on the type of card needed. I was quite amazed at the amount of different spec eMac's made in their relativealy short history.
    Macwireless.com does sell eMac cards (for two models) but also antenna type
    or flash drive appearing USB based wireless connectors that may help.
    I found the mactracker program helpful (alot) as alot of web sites provide some vague info and I would hate to se you get stuck with a non returnable card.
    The actual card install does not look hard (its done through the cd rom drive door.
    I am not sure why we did not get a airport card for ours when we bought it.
    Wish I did as it would have saved some $ (maybe) and surf time making sure I find the right one.
    We did have a antenna wireless antenna for a "green" Imac (long gone) and it ran on OS9 but it was finicky when we had the airport base station upstairs
    and the Imac and antenna in the basement (about 50-75 feet)
    Best of luck
    Hope this helps, I am not a expert, the serial number on the cd drawer will
    nail down the model you have and what you need.
    We have been working adding a laser printer and airport express and the two macs with cards work fine but the Emac with no card can not be set up yet. The laser printer will sure save on ink!

Maybe you are looking for

  • Cant connect my 9pin to 4pin firewire to final cut express HD

    for some reason my firewire wont connect it the firewire on final cut expressHD is a 9pin to 4pin my computer only has one fire wire port and it is 9pin.

  • SMB problems with Vista and Samba 3.0.25a

    I've got a huge problem with my network setup here. I've read the previous posts about non working samba shares, but I did not found any working tips. I have done some additional tests, and I would like to share them with you, maybe anyone finds the

  • Mail not working outside of the US

    Why was I unable to send or receive email using the Apple Mail app on my iPhone and iPad (both had iOS 8.1.2) when traveling outside the US last week? The email accounts were functioning fine with Mail within the US. I was connected to secure WiFi ne

  • Pre Go-Live checklist

    Hello All We are soon going live with the integration of thirdparty CRM system with our SAP system . I would liek to know from all the experts the tasks and checklists that need ot be performed before going live . Our scenarios are all involving MAst

  • Can't compile stored functions in forms trigger

    I have put this code in POST_QUERY trigger. But it does not compile. select substr(wds(round(d2h(h2d(max(to_number(to_char(msg_time)))) - h2d(min(to_number(to_char(msg_time))))),2)),1,40) into :tm1 from test_hst_msg; Please note all the fucntions are