How to produce a list of events of asleep and awake processes and software start-stop

Hello

I have to study why sometimes a backup process is stopped due to an error in the availability of the disc.

For this I must produce a list of 'asleep' events 'awake' and stop to start the backup software (easeUS todo Backup station).

I guess that this list can be produced by Event Viewer: custom view: Source... so I know more what to observe.

For soft processes I don't see in the list of "sources of events.

Really I can do to follow the complex process combining:

  • Sleep and awake system
  • Beginning and available on the disk and errors
  • Power of software processes

Thank you

Trebly

Events-hear you Viewer Event Viewer?

You must identify each event ID. You can then filter on each event ID. You will get some event ID reports that have the same number you will have to throw so that the list has only those you want. To produce a list of identical reports of ID select the reports by holding the SHIFT key and by placing the cursor on the first and the last report. With all the reports highlighted, right-click and select copy, copy the table. You then have the data to your Clipboard, and you can then paste into Word or Excel. Excel can be the best if you want to interleave different lists.

More info about Event Viewer:
http://www.gerryscomputertips.co.UK/syserrors5.htm

Tags: Windows

Similar Questions

  • How to get a list of all available updates and dependencies for the MS products

    We are currently working on a patch report (compliance policies).
    We need to scan all workstations for the patches installed (already DONE!).
    Now we need to get a XML / List / or something telling us all the patches to release MS, affected software and dependence.
    Any help?

    See if this sugesstion can help you to:

    http://social.answers.Microsoft.com/forums/en-us/vistawu/thread/6da1bc16-9919-4762-85D5-95dee3aa15fd

    Take a look at this link and see if it helps-

    http://social.answers.Microsoft.com/forums/en-us/vistawu/thread/a75f8d76-8689-4661-A546-90b555d80c9d>

    Windows XP security updates and patches for 2010

    http://www.softwarepatch.com/Windows/Windows-XP-security-updates-2010.html>

    03/23 / 1107:12: 05:00

  • How to create a list of choices for a stage of processing form?

    I am creating a form of treatment step where the landing page will be determined by a postal code entered in the form. I tried to use the option "Determined by a drop-down list" with a drop-down list that maps the zip to a landing page. Can't seem to make it work.

    I know that this need to use which redirects to the landing page (id = 14) and postal code (20200) as the value of the lookup option, but what should I put in the option name field to determine the landing page? Id number in the url of the destination page editor does not, save them the destination page name does not work, the actual url (LP and vanity) does not work. Also tried to pass the field name and value around with no result.

    Where am I going wrong here?

    Processing step

    The drop-down list values

    I have it! You must use only the identification number of the destination page and reverse fields. Therefore use the option for the zip name and just the ID of the value (13:20100)

  • How to import the list of names of VM and opposed a script of the imported virtual machines list

    Hi guys,.

    Can someone help me and integrate a csv import script (which contains a list of VMS) and ran the script against the VMs imported to create a CSV output below? Thank you very much in advance.

    SE connect-VIServer xxxxxxxx

    $date = get-Date-format-M - d - yyyy

    . 'c:\Users\xxxx\test\test2\scripts\xxx scripts\Get - FolderPath.ps1'

    $folders = get-file-type vm | Get-FolderPath | Sort-Object Id

    {Set-Path function

    Param ($Object)

    foreach ($folder IN $folders) {}

    If ($folder. ID - eq $Object.Id) {}

    $result = $folder. Path

    breaking

    }

    }

    $result

    }

    Get - VM vditest - 1.xxx.internal | Select-Object - property Name,@{N='Datacenter'; E={$_| Get-Datacenter}},@{N='Cluster'; E={$_. VMHost.Parent}},

    NumCPU,MemoryGB,ProvisionedSpaceGB,@{N='Path'; E={($_. Folder | Get - FolderPath). Path}},@{N='FolderID'; E = {$_.folder.} ID}} | Export-Csv "C:\test\vm-xxx-$date.csv" - NoTypeInformation - UseCulture

    Try something like below script

    It assumes that your CSV file looks like this

    'Name '.

    "VM1.

    "VM2.

    The script

    VM.csv Import-Csv - UseCulture | %{

    Get-VM-name $_. Name |

    Select Name,

    @{N = 'Center'; E = {Get-Datacenter - VM $_______ |} {{Select - ExpandProperty name}}.

    @{N = "Cluster"; E = {Get-Cluster - VM $_______ |} {{Select - ExpandProperty name}}.

    NumCpu, MemoryGB,

    ProvisionedSpaceGB,

    @{N = "Path"; E = {}

    $current = get-view $_. ExtensionData.Parent

    $path = $_. Name

    {}

    $parent = $current

    if($parent.) Name - only "vm") {$path = $parent. {Name + "\" + $path}

    $current is get-view $current. Parent

    } While ($current. Parent - no $null)

    [channel]: join ('-',($path.)) Split('\') [0.. ($path). Split('\'). (Count-2)]))

    }},

    FolderId

    }

  • How to get a list of the DRS rules and their virtual machines.

    If I try the following, I get no output. (PowerShell 2, vCenter & ESXi 5.1, PowerCLI 5.1 Release 1)


    ()get-cluster ). ExtensionData.ConfigurationEx.group |? {$_.vm}

    or

    ()get-cluster ). ExtensionData.ConfigurationEx.group

    I know that I have a DRS rule because when I try the following I am able to see it in Object Explorer in PowerGUI and I created it just in the Web Client.

    $Clusters = Get-Cluster

    The problem is that you have DRS groups who do not have vms - possibly accommodate groups of DRS.  If you want only vms something like this should work and does not give the error:

    foreach ($cluster (get-cluster)) {}

    write-host "$($cluster.name)".

    foreach ($drsGroup in $cluster. ExtensionData.ConfigurationEx.group) {}

    write-host "$($drsGroup.name)".

    {foreach ($vm to $drsGroup.vm)}

    If {($vm)

    $vmname = (get-vm-id $vm) .name

    write-host "$vmname".

    }

    }

    }

    ECHO «»

    }

    If you want to get the VMhosts and the VirtualMachines then try this:

    foreach ($cluster (get-cluster)) {}

    write-host "$($cluster.name)".

    foreach ($drsGroup in $cluster. ExtensionData.ConfigurationEx.group) {}

    write-host "$($drsGroup.name)".

    write-host "VMHosts".

    {foreach ($vmhost to $drsGroup.host)}

    If {($vmhost)

    $esx = (get-vmhost-id $vmhost) .name

    write-host "$esx".

    }

    }

    ECHO «»

    write-host "Virtual Machines".

    {foreach ($vm to $drsGroup.vm)}

    If {($vm)

    $vmname = (get-vm-id $vm) .name

    write-host "$vmname".

    }

    }

    ECHO «»

    }

    ECHO «»

    }

  • How to return a list of names of Application and ID?

    Hi people,

    I managed to integrate Apex with EBS and we have deployed a large number of applications across the enterprise, to attend a simplified warehouse management system.

    Users for all of these applications are for Oracle Applications and manage security, i.e. privileged users, in an application becomes more and more painful.

    My intention is to create an application Security Administration that will allow me and a few others on my team to change the permissions for individual users.

    For example, one of the tables is xx_apex_elev_access which contains 2 columns, Apex_App_ID and Apex_User. If a user has access to features in an application, set us to update manually the table with 346, PMAHON for example. Approval for the preferred regions and pages is controlled with a function EXISTS:

    SELECT 1 FROM DUAL
    WHERE UPPER(:APP_USER) IN (SELECT Apex_User
    OF xx_apex_elev_access
    WHERE APEX_APP_ID =: APP_ID);



    In order to control and monitor this (and other tables of 'privilege'), I need to be able to re-interview all the application ID and the corresponding application names in the database within a particular workspace.

    One of you would be kind enough to enlighten me on this point please?

    Any help and suggestions would be appreciated!

    Kind regards
    Pete

    Hi Pete,.

    SELECT * FROM APEX_APPLICATIONS
    

    There are a number of views available - go through the House, utility, Apex views to see all the

    Andy

  • How to use 1-channel analog input for start/stop aquire sample second channel input analog?

    I have a little problem. I've just been programming in labview for 2 weeks.

    I'm trying to figure out how to use my channel of analog input on the USB-6009 case for start/stop (reference trigger and start) presented to the second analog input channel samples.

    I need the first analog input string to operate continuously and control sampling on the second.  When the second channel will start sampling program brings a new graph each time and saves it (I have all this that figure out).

    How can I configure the trigger so the lance program presented in for the second channel when the 1 channel reached above 2V (e.g.) and stop when it falls below 2V.

    I use a pressure force sensor on the first channel that gives me straight (up to) 5 V when it is pressed and nothing when it is not...

    Thank you.

    Grand... Thanks for the information!

    But can't I then make a 1 channel instead and wait until that meat of the max element value?

  • When I shoot to the top of my calendar, it gives me just a list of events, how to make the real calendar returns with the days of the month.

    When I had outlook express before I could hit calendar and it would give me a real physical schedule, now he just lists my events.  How can I get the calendar to return?

    Hi Barolo0,
     
    -Are you referring to Windows Live Calendar?
     
    Outlook Express does not have a fully integrated calendar.
    For more information, see:
     
    If you make reference to Windows Live Calendar, post your query in Windows Live Calendar Forum for better support.
  • How to create an application of event booking

    Hello

    This is the second time this month, I was prompted to add an event or an option to subscribe to an event and pay using BC. Since there is no build-in module for it and I'm not a developer can you explain or direct me to a place where I can find samples or tutorials how to develop it?

    Basically, I need

    1. the list of events with a button to book (availability will be good to have).

    2 sign up, add credit card details and pay.

    3. connect to the gateway and return the payment confirmation / error.

    4. the customer will receive a confirmation email with the details of the event.

    5. the customer details are stored in the CRM database.

    This is more or less.

    Thank you

    Micha

    You just have to use a form standar with details about this CC and fill in the amount

    field with JS.

    Try this tutorial - http://demo.businesscatalyst.com/booking-multiple-seats

  • How to get a list of the rooms

    Hello

    How to get the list of rooms associated with an ALCCS (Adobe LiveCycle Collaboration Service) account . I tried to use the caller class and the requestRoomList() method, but I don't get that. If anyone can guide me...

    you need a bit of luck.


    http://www.Adobe.com/2006/mxml"layout ="absolute"xmlns:rtc ="AfcsNameSpace">
       
            Import mx.automation.AutomationManager;
    import com.adobe.rtc.events.AccountManagerEvent;
    import com.adobe.rtc.authentication.AbstractAuthenticator;
    import com.adobe.rtc.util.AccountManager;
               
    private var acmanger:AccountManager;

    private void onRoomListReceiveHandler(event:AccountManagerEvent):void
    {

    }

    private void onLoginSuccessHandler(event:AccountManagerEvent):void
    {
    acmanger.requestRoomList ();
    }

    private void onLoginFaultHandler(event:AccountManagerEvent):void
    {

    var roomList:Array = event.list in the table;

    }

    private void onSync(event:Event):void
    {

    }
    private function createRoom (): void {}
    acmanger = new AccountManager();
    acmanger.accountURL = "https://connectnow.acrobat.com/youraccount";
    acmanger.isAuthenticated = false;
    acmanger. Authenticator = myAccount;
    acmanger. Login());
    acmanger.addEventListener (AccountManagerEvent.ROOM_LIST_RECEIVE, onRoomListReceiveHandler);
    acmanger.addEventListener (AccountManagerEvent.LOGIN_SUCCESS, onLoginSuccessHandler);
    acmanger.addEventListener (AccountManagerEvent.ACCESS_ERROR, onAccessErrorHandler);
    }
    private void onAccessErrorHandler(event:Event):void {}
                   
    }
    private void onCreateRoomHandler(event:AccountManagerEvent):void {}
                   
    }
    ]]>
       
       
           
               
           

       

       
       

  • How to export the list of devices in the Profile Manager?

    Hello

    is there a way to export the list of devices in the Profile Manager on a mini mac running OS Server 5.3?

    Thank you

    How to export data from device in the Profile Manager

    How to export a list of devices and their info?

  • How you sort the list of the next iOS 10?

    I can't know how to sort the list by following in-app music on my iPhone 6 s.  In iOS 9, he had a handle on the right side next to the title of the song that you can tap and drag up/down to change the order of the playlist.  The handle does not appear in the App on iOS 10 music.

    So I guess you can't have activated repeat function.  Once it is off, the handles appear and you can sort your list of songs until the next.

  • How to make the list of instrumental music

    How to make a list of all my player someone help

    Alan

    iTunes is not a method to determine what tracks have vocals. You can create a normal playlist and put what you want in it.

    TT2

  • How can I enter a recurring event?

    For the purposes of schedule on OS X, how can I enter a recurring event?

    What works for me, under the Mavericks, is to click with the right button on the day I want.  The pop-up, I put in the name of the event (and sometimes the location).  In the block that speaks of time and alarm, click 'Repeat' and then chose how I want it repeated.

    Good luck

    SRB

  • How to print a list of the movies that I have on an external hard drive

    I have my iTunes on an external hard drive.  I would like to print a list of the movies.  I tried 'print' which causes quicktime and iTunes to open. I tried "select all", "copy", then paste in the text change which causes a spinning endless ball and the eventual system crash.  I guess she's trying to print the actual movies rather than on the list.  Any ideas how to create a list of the contents of a disc and then print this list?  I use OS X on a macbook pro 10.11.5.

    You a run this in Terminal and it will display the names of files in a file on your desktop.

    LS path/to/file > > ~/Desktop/Movies.txt

    Replace the full path to the folder path/to/folder.

Maybe you are looking for