Report of VMware events?

Hi all!
I would like a report on the events/tasks VMware that you see at the bottom of your VIC. They may be associated with a vCenter, cluster host, VM, etc.. I would get a report (and filter backup jobs) of all this work so I can check the activity of users. Such a report exists in vFoglight? If this isn't the case, vFoglight captures data from this event?
Thank you!

vFoglight does not take into account the events of VC, which shows up on various scorecards, but right now, it does not provide them in the form of report and does not necessarily save a username for them... You want to create a fake report in word or a similar tool and send it through and we can look at how we can do what you want?

Tags: Dell Tech

Similar Questions

  • I want to value report a selection event (user) menu

    Hello

    1.i want to value signal a selection event (user) menu of the first image of the sequence structure, a vi and the watering duration menu is attached.kindly solve my problem.

    2. can we use fixed menu point info function in one event other menu then selection (user).

    Thank you

    If you want to run this code unconditionally as a first step, you don't need a structure of the event. It would make no sense at all, just do the following:

    Just use plain old dataflow instead of a sequence. Use the mistake to enforce the execution order (not shown).

    (btw: your question.zip file is not a zip file.) To open it, we need to rename it to question.rar first. Is there a reason why you changed the extension?)

  • Who should I send my error reports in the event viewer?

    Answers from Microsoft sent me an email suggesting that I have send reports of error for them.  Who are they? & How to get an address to send them to?  By clicking on reply to the email disobeys.  Any idea who wants this info?

    Well, there are a few things you can do.

    the first thing I would do is to simply unplug the printer from the computer, reboot.   and keep the printer disconnected during your analysis and resolution.

    Go back, see if there is software for the Lexmark homesite (for your printer model) who may have revisions or corrections of errors like yours.

    more often than otherwise, manufacturers release updates of their software and drivers, after having the cd that are included in the boxes of the printer.  They also provide FAQs on issues they have discovered and their recommendations on how to solve the problems.

    then see Lexmark and let us know.

    either by the way, this can be a good reference to search for the codes of error on their Web site:

    lxdnCATSCustConnectService

  • Reports in VMWare

    I have a question about the reports. I was responsible for running a report to see the vm of all, including installed memory, memory usage, cpu, disk space and disk use.

    Are there custom reports or canned that show this information, or would I need third party software?

    Nevermind I found it.

  • PowerCLI download guest OS version reported by VMware tools set up versus when VM created or altered.

    in my inventory and what RV tools scripts out I get the version of the OS that is selected for the virtual machine to change settings - options - version.  I would also like to produce a list of the version of the OS that signal the VMware tools in order to find those with poorly chosen OS and fix them.  I tried to. ExtensionData.config.Tools and I do not see the operating system listed there, anyone know where it is?

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI > $vm1.extensiondata.config.tools

    ToolsVersion: 9354

    AfterPowerOn: true

    AfterResume: true

    BeforeGuestStandby: true

    BeforeGuestShutdown: true

    BeforeGuestReboot:

    ToolsUpgradePolicy: upgradeAtPowerCycle

    PendingCustomization:

    SyncTimeWithHost: true

    LastInstallInfo: VMware.Vim.ToolsConfigInfoToolsLastInstallInfo

    DynamicType:

    DynamicProperty:

    aside, where can note I find a resource that shows what options are available for each command get, such as get-host and get - vm?  I learn a lot about what I can find in powercli by running this command and explore those who returns VMware.Vim..., but would allow me to save a lot of time to be able to just go get him.

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI > $vm1 = get - vm test-vm1

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI > $vm1.extensiondata

    Capacity: VMware.Vim.VirtualMachineCapability

    Config: VMware.Vim.VirtualMachineConfigInfo

    Layout: VMware.Vim.VirtualMachineFileLayout

    LayoutEx: VMware.Vim.VirtualMachineFileLayoutEx

    Storage: VMware.Vim.VirtualMachineStorageInfo

    EnvironmentBrowser: EnvironmentBrowser-envbrowser-653

    ResourcePool: ResourcePool-resgroup-11

    ParentVApp:

    ResourceConfig: VMware.Vim.ResourceConfigSpec

    Duration: VMware.Vim.VirtualMachineRuntimeInfo

    Comments: VMware.Vim.GuestInfo

    Summary: VMware.Vim.VirtualMachineSummary

    Data store: {Datastore-datastore-591}

    Network: {Network-network-145}

    In summary:

    RootSnapshot: {}

    GuestHeartbeatStatus: Green

    LinkedView:

    Parent: File-group-v.41

    CustomValue: {}

    OverallStatus: Green

    ConfigStatus: Green

    ConfigIssue: {}

    EffectiveRole: {-1}

    Authorization: {}

    Name: test-vm1

    DisabledMethod: {UnregisterVM, RevertToCurrentSnapshot_Task, Destroy_Task, RemoveAllSnapshots_Task...}

    RecentTask: {}

    DeclaredAlarmState: {10.vm - alarm-653, alarm - 11.vm - 653, 653 - 2.vm - alarm, alarm - 23.vm - 653...}

    TriggeredAlarmState: {}

    AlarmActionsEnabled: true

    Tag                  : {}

    Value                : {}

    AvailableField: {FA. GosAgent}

    MoRef: VirtualMachine-vm-653

    Client: VMware.Vim.VimClientImpl

    Try $vm. ExtensionData.Guest.GuestFullName

  • Report the last event (notice) for a device

    I could have sworn that I had this work before, but for the life of me I don't remember how I did it and I can't seem to understand this new.

    I am tracking events by device. A device can have any number of events in a given period of time. I need follow the MOST RECENT event for a device by device. I don't want to have multiple records by device, only the record with the MOST RECENT timestamp.

    I made two subsequent attempts, but I still get nowhere.
    select
      device,
      MAX(dt) KEEP (DENSE_RANK FIRST ORDER BY dt) as time_Var
    from db_table partition (pPname)
    where
        Lower(example) like '%example text%'
        and dt > sysdate - 5
    and
    select DISTINCT
    device,
           (select TO_CHAR( (MAX(table_name.dt)), 'HH24:MI:SS MM/DD/YYYY') "timeVar"
              from table_name partition (pPName)
              where
           Lower(Example) like '%example text%'
           and dt > sysdate - 5)
              
    from table_name partition (pPName)
    where
        Lower(Example) like '%example text%'
        and dt > sysdate - 5
    order by device Asc;

    Hello

    Savage solution with

    KEEP (DENSE_RANK FIRST ORDER BY dt)
    

    will show you the event the less recent in the last 5 days.
    If you want the most recent event, change "FIRST", "Last".

    KEEP (DENSE_RANK LAST ORDER BY dt)
    

    or sort in descending order:

    KEEP (DENSE_RANK FIRST ORDER BY dt DESC)
    

    If you want to display more than one column in the last row, you will need to use the DUNGEON (DENSE_RANK...) on each of them (except devices).
    In this case, you will find may be easier to use an analytical function, such as ROW_NUMBER:

    WITH     ranked_data  AS
    (
         SELECT     device, column_a, column_b, column_c
         ,     ROW_NUMBER () OVER ( PARTITION BY  device
                                   ORDER BY          dt     DESC
                           )  AS r_num
         FROM     your_table
         WHERE     LOWER (example)      LIKE '%example text%'
         AND     dt               > SYSDATE - 5
    )
    SELECT  device, column_a, column_b, column_c
    FROM     ranked_data
    WHERE     r_num   = 1;
    
  • VMware Performance event triggers use case issues.

    1) can event Performance adapter CPO VMware triggers and their

    Attributes of the SAMPLE SIZE, INTERVAL and CONDITIONS be configured

    for the following use cases?

    (2) event VMWare Performance triggers may be CORRELATED?  and if so it would take to satisfy the use case?

    (3) an additional performance monitoring tool needed to satisy the use case? :

    If a VM CPU or RAM was 80% for 2 hours then trigger a workflow

    and

    If a VM CPU or RAM was 60% for X days and then trigger a workflow

    First, I will describe how you can instrument a correlation method, but in the end, I'm not sure it's really necessary for use cases described.

    To correlate the performance VMware on a designated period events, you would create a process correlation that follows the underlying the performance event and decides to trigger the process wished triggered when correlated event is detected or not.

    Here's how it works.

    First, create a global table with three columns:

    (1) virtual path Machine

    (2) County of consecutive trigger

    (3) latest trip time

    Create a process that is triggered by a performance event VMware (for example memory Avg > 80%) where you can set the size of the sample and an interval that is logical view of the period of interest (2 hours or X days). For example, a sample of 10 and 30 seconds (5 minutes) are a slice of reasonable time to vCenter for 2 hours. As a result, requiring 24 consecutive triggers to trigger the real event of interest. (divided by 5 minutes to 2 hours)

    In other words, the formula is:

    Sample size * interval / calendar = consecutive trigger Count

    The correlation process triggered by the gross VMware event does the following:

    (1) if there is no existing entry in the overall table for the virtual machine, add the entry to table with count = 1 and current time

    (2) if the entry exists, check the current time against the last trigger time

    (a) if it is the next interval, for example, the time now is 12:15 and triggered last time was 12:10 (see note below).

    Incrementing counter and trip together last time

    If count = 24, then run the process that manages the "VM memory Avg > 80% for at least 2 hours' and remove the entry from the table.

    If count< 24,="" the="" process="" exits="" having="" only="" incremented="" the="" counter="" and="" set="" the="" last="" trigger="">

    (b) if the current time is > that last trigger time slice schedule (+ a little padding), set the counter to 1

    Note: When comparing the time of w/last time running, you should cover to consider delay light treatment in order to compare now< last-time+(time="" slice*2).="" anything="" less="" than="" 10="" minutes="" in="" this="" case="" would="" be="" considered="" a="" consecutive="" trigger.="" you="" could="" also="" compare="" current-time="">< last-time+time-slice+1,="" which="" is="" probably="" also="">

    Now, after going through all that, you don't have to the process of correlation after all. Simply adjust your sample size to be large enough to accommodate your deadline and you launch your handler directly without having to correlate. So for the 2 hour window, simply create a sample size 240 (* 30 seconds = 2 hours). This may or may not work depending on how performance indicators have been set up on the server (sample size, intervals and how much is saved). You can define your own samples and multiples of these configured values intervals (so be careful and see VMware documentation when he resorts to such measures)

    You can see that I have described everything first correlation method is more reliable, especially for longer periods such as X days (where you need to taste every hour instead of every 5 minutes).

    In any case, I think you can do what's needed without external control, but will require experimentation and a deeper knowledge of the works of performance for ESX metric sampling.

  • Report on events uses too much RAM

    I run a report for the events of multiple vCenter servers.  Since get-vieventplus can run against a vCenter at a time, I am cycling through a list of the vCenters of a foreach statement.  However, the report is using 98% of 24 GB of RAM and wedging on.

    He opposed the first vCenter without problem and went to the second.  But when it goes on the second he had exhausted all of the RAM on the virtual computer running the report.

    Are there errors in my code?  I don't get all the errors on the screen - if there are no errors - how can I make this report to operate more efficiently, so that it does not use a lot of RAM on the virtual machine, I'm running from?

    $vcenters = "vcenter1", "vcenter2", "vcenter3", "vcenter4".

    $now = get-Date-time-Minute 0 - 0 - 0 second

    $daysBack = - $now. Day + 1

    $Start = $now. AddMonths(-1). AddDays ($daysBack)

    $DaysInMonth = [DateTime]: DaysInMonth($Start.Year,$Start.Month)

    $Finish = $Start.AddDays ($DaysInMonth)

    $report = @)

    {foreach ($vcenter to $vcenters)

    Connect-VIServer-Server $vCenter - universal_service_account of the username-password password

    $report += get-VIEventPlus-start $start - finishing $finish |

    Where-Object {"VmCreatedEvent", "VmClonedEvent", "VmDeployedEvent" - contains $_.} GetType(). Name} | %{

    $evtThisNewVMEvent = $_

    Try {}

    $vm = get-VM-Id $_. Vm.VM - ErrorAction Stop

    }

    Catch {}

    return

    }

    $vm | Select «-»,

    @{N = 'The virtual computer name'; {E = {$_.name}},

    @{N = "vCPUCount"; E={$_. NumCPU}},

    @{N = "MemoryGB"; E={$_. MemoryGB}},

    @{N = "guest operating system"; E={$_. Guest.ToString (). "Split(":") [1]}},"

    @{N = "ProvisionedSpaceGB"; E = {[math]: Round (($_.))} {{(ProvisionedSpaceGB), 1)}}.

    @{N = "UsedSpaceGB"; E = {[math]: Round (($_.))} {{(UsedSpaceGB), 1)}}.

    @{N = "FreeSpaceGB"; E = {[math]: Round (($_.))} ProvisionedSpaceGB - $_. {{(UsedSpaceGB), 1)}}.

    @{N = "Current host ESXi"; E = {$_.vmhost.} Name.Split(".") [0]}},

    @{N = "vCenter Server"; E={$_. "Uid.Split(":") [0]." {{Split("@") [1]}},

    @{N = "Createduserid"; {E = {$evtThisNewVMEvent.createdTime}}.

    @{N = "created by";} {E = {$evtThisNewVMEvent.UserName}}.

    @{N = 'VMID'; E = {$_.vm.} VM}},

    @{N = "Original ESXi host"; E={$_. VMHost.Name.Split(".") [0]}}

    }

    {Disconnect-VIServer-Server $vCenter - confirm: $false}

    Try something like the script attached.

    I did all the variables, but you should get the idea.

    Note that you can use the EventType parameter on the Get-VIEventPlus function, this avoids having to return all the events, and that should be a filter on the customer.

    This should also save a memory.

  • VMware tools report

    Hi all

    I am trying to extract a progress report from VMware Tools Using PowerShell, the script below does not solve my goal, but I'm the output is empty for details ESX. Am I missing something?

    SE connect-VIServer xxxxx
    $esx = get-VMHost
    Get - VM | Get-View | `
    Select @{N = "VMName"; E={$_. Name}},
    @{N = "HardwareVersion"; E={$_. Config.Version}},
    @{N = "ToolsVersion"; E={$_. Config.Tools.ToolsVersion}},
    @{N = "ToolsStatus"; E={$_. Summary.Guest.ToolsStatus}},
    @{N = "ToolsVersionStatus"; E={$_. Summary.Guest.ToolsVersionStatus}},
    @{N = "ToolsRunningStatus"; E={$_. Summary.Guest.ToolsRunningStatus}},
    @{N = 'Cluster'; E={$_ | Get-Cluster}},
    @{N = "ESX host"; E = {$esx. Name}},
    @{N = 'ESX Version'; E = {$esx. Version}},
    @{N = "ESX Build"; E = {$esx. Build}} | `
    Export-Csv "P:\Desktop\Tools.csv" - NoTypeInformation
    Disconnect-VIServer xxxxx - confirm: $false
    Failed to retrieve the stats for the Cluster and ESX host corresponding to the Virtual Machine.

    Can someone please?

    Thank you

    Mohammed

    Try it like this

    Connect-VIServer xxxxxGet-VM | `Select @{N="VMName"; E={$_.Name}},@{N="HardwareVersion"; E={$_.Extensiondata.Config.Version}},@{N="ToolsVersion"; E={$_.Extensiondata.Config.Tools.ToolsVersion}},@{N="ToolsStatus"; E={$_.Extensiondata.Summary.Guest.ToolsStatus}},@{N="ToolsVersionStatus"; E={$_.Extensiondata.Summary.Guest.ToolsVersionStatus}},@{N="ToolsRunningStatus"; E={$_.Extensiondata.Summary.Guest.ToolsRunningStatus}},@{N="Cluster"; E={(Get-Cluster -VM $_.Name).Name}},@{N="ESX Host"; E={$_.Host.Name}},@{N="ESX Version"; E={$_.Host.Version}},@{N="ESX Build"; E={$_.Host.Build}} | ` Export-Csv "P:\Desktop\Tools.csv" -NoTypeInformationDisconnect-VIServer xxxxx -Confirm:$false
    
  • PowerCLI Script to the report on the failed VM jobs

    I figured out how to report on the events of VM (get-vievent), but no has no stains of VM. If a snapshot of the virtual computer fails, sometimes it never connect the events of the VM, but lists an error on the display of tasks. We are trying to monitor the clichés failed since its part of our backup solution.

    I was looking for a way to report these tasks/failure of events in a daily report, or simply add to the daily report of amazing Alan Renouf that we use.

    does anyone have any suggestions? For an example, see the attached screenshots. See how, in the view tasks, you have mistakes, but in the view of events, there is no errors.

    Any help would be great. Thank you!

    Jeff

    PowerCLI Script to the report on the failed VM jobs

    I figured out how to report on the events of VM (get-vievent), but no has no stains of VM. If a snapshot of the virtual computer fails, sometimes it never connect the events of the VM, but lists an error on the display of tasks. We are trying to monitor the clichés failed since its part of our backup solution.

    I was looking for a way to report these tasks/failure of events in a daily report, or simply add to the daily report of amazing Alan Renouf that we use.

    does anyone have any suggestions? For an example, see the attached screenshots. See how, in the view tasks, you have mistakes, but in the view of events, there is no errors.

    Any help would be great. Thank you!

    Jeff

    Hi Jeff

    I had exactly the same need to identify stereotypes having failed and drilled until SDK and LucD suggestions (thank you) to encode the following lines:

    $vmlist = Get-VM |sort Name
    
    foreach ($guestname in $vmlist)
    {
        $hours = 48 # Number of hours back
          $tasknumber = 999          # Windowsize of the Task collector
    $taskMgr = Get-View TaskManager
    
    # Create hash table. Each entry is a create snapshot task
    $report = @{}
    
    $filter = New-Object VMware.Vim.TaskFilterSpec
    $filter.Time = New-Object VMware.Vim.TaskFilterSpecByTime
    $filter.Time.beginTime = (Get-Date).AddHours(-$hours)
    $filter.Time.timeType = "startedTime"
    
    $collectionImpl = Get-View ($taskMgr.CreateCollectorForTasks($filter))
    
    $dummy = $collectionImpl.RewindCollector
    $collection = $collectionImpl.ReadNextTasks($tasknumber)
    while($collection -ne $null){
    $collection | where {$_.DescriptionId -eq "VirtualMachine.createSnapshot" -and $_.EntityName -eq $guestName} | %{
    if ($_.State -eq "Error") {
            write-host $_.EntityName
            write-host $_.StartTime
            write-host $_.State
            }
        else {
        }
    }
    $collection = $collectionImpl.ReadNextTasks($tasknumber)
    }
    $collectionImpl.DestroyCollector()
    
     }  
    

    This script displays the name of the virtual machines which met with an instant failure in the last 48 hours (a variable, you can change)

    This is just the beginning, because I want to count the shots failed and identify virtual computers that have more than 2 in 2 days

    Feel free to alter it at will.

    Enjoy

    Eric

  • How to record a custom message / event in the virtual center of the virtual machine

    Is it possible to record a personalized message in the virtual center of the VM?

    I use a vCLI script to reset a virtual machine. I want to report where (PC) this script is launched.

    And it would be great if it is possible to report to the event list or task of the virtual machine that will be reset.

    You can relate from where and which this script is initiated by the following script

    #!/usr/bin/perl -w
    # CustomEvent.pl
    
    #
    use strict;
    use warnings;
    use VMware::VILib;
    use VMware::VIRuntime;
    
    my %opts = (
       vmname => {
          type => "=s",
          help => "Name the virtual machine associated with the event",
          required => 1,
       },
    );
    
    Opts::add_options(%opts);
    
    Opts::parse();
    Opts::validate();
    Util::connect();
    
    my $vmname  = Opts::get_option('vmname');
    my $username, my $compname;
    ($username = `echo %USERNAME%`) =~ /(\S+)/; $username = $1;
    ($compname = `echo %COMPUTERNAME%`) =~ /(\S+)/; $compname = $1;
    
    my $EventManager = Vim::get_service_content()->eventManager;
    my $EventManager_view = Vim::get_view(mo_ref => $EventManager);
    my $vm_ref = Vim::find_entity_view(view_type => 'VirtualMachine', filter => {'name' => $vmname});
    eval {
        $EventManager_view->LogUserEvent(entity => $vm_ref, msg => "CE_RESTARTVM : VM $vmname restarted by $username from $compname.");
        Util::trace(0, "\n CUSTOMEVENT \'VM $vmname restarted by $username from $compname.\' post Successfully.\n");
    };
    if ($@) {print "Error: ". $@ . "\n";}
    Util::disconnect();
    
  • False events to scanner high speed?

    Hi all:

    We use NI5154 1 GHz digitizer to capture the pulse of a detector. We have seen several very narrow pulses with a width smaller than single 10ns. In general, it would be a surprise to see these fast pulses in our detector. And also the associated ability seems to determine a time constant around 100 ns coming from any detector of signal. Someone argued that these narrow pulses can be false events reported by scanner. It's really hard for me to picture how this could happen? Furthermore, I use method of analog edge trigger in the capture of pulse process. We really need to clarify this issue. Any ideas will be appreciated.

    An example of these impulses of snarrow figure was attached.

    -------------------------------------------------

    P. S.

    Men of the United Kingdom sent us it there but on our narrow pulses. Here's a copy of his text:

    "My first thought is that this may be due the digitizer itself, which gives.

    events of thugs as the pulse fall time high level discriminator?

    I've seen similar effects, even at 20 average scope projects with impulses from "form". It's

    almost as if the discriminator FPGA is 'perfect' and sometimes reports

    another pulse or two immediately after a 'real' pulse »

    LCHEN5154 wrote:

    Thanks much for your thoughts, Henrik.

    If I see shoutcut entry. I don't know that these fast pulses are not generated randomly by digitizer.

    The question is can scanner report short false events after an authentic event?

    What a preamplifier ORTEC VT120A was used to amplify the signal. We have seen these impulses even without the amplifier.

    Thank you.

    Lixin

    The specification of the ORTEC say output impedance is less than 1 Ohm, since we are talking about less than 1ns rise time: how long is the cable between the preamp and converter? I keep on thinking of cable... somehow, I feel that the output must also match the cable impededance...

    You have shortened at the entrance of the digitizer? How to see cable as a room of ion or an antenna?  You can try a termination 50 ohm or shorts instead of the preamp?

    Looking at your signal: I see still two points within 5ns, how long is your cable? 5NS is equivalent to a 1.2 m cable 50 ohm...

  • Skip test report and timestamp

    Hello, all the

    I am new to teststand and just starting to do some work with teststand.

    My interest is to report each step with the data start with a time stamp.

    I create subtest in the property of digital type in report d'YYYY-MM-DD-HH-mm-ss as timestamp

    These lower level are at the pre-trial stage and pre and post steps get timestamp at the beginning and

    post step I get a timestamp at the ens of step.

    Training of thing pretty well until I have to report a jumping event.

    A step jump does not work so a steps before and after report a timestamp as 00000000000000.
    How more to come this problem since I want to skip test report as it is exactly the same thing with 'Not Normal'

    is it possible to have a theses f (x) and f (x) at the beginning and the end of the stage of course type

    must be run even that step is skipped

    Thank you

    TP

    Found that under TS. StartTime.  Just a timestamp of teststand local time converter

  • I got more than 50 error messages in Event Viewer. How can I fix these problems?

    Between 3:45 am PST and 5:46 am PST, I found more than 50 messages of error in Win XP Home Ed.  SP 3, event viewer.  Can someone help me to solve these problems, please.

    First of all I would like to clear you all events, right-click each of the topics and choose erase all entries, you can save if you wish.

    Then run checkdisk:

    Here's how to make a bootable xp recovery console cd

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-performance/Disk-Defragmenter-has-detected-that-CHKDSK-is/397271a9-2417-4261-8fc7-145678b6a876

    read the response of L. Elder

    It is easier to run from the recovery console as it will mean less restarts, but you can go to start, run, type CMD and press ok

    in the cmd prompt box type chkdsk c: r, and then press enter

    Type a y for Yes to run at the next reboot, and then press ENTER.

    Then restart your pc, allow checkdisk run and complete, if errors are found and fixed, then run again until no errors are found.

    You can view the report in the event viewer, Applications, Winlogon.

    After the last checkdisk you run, then check the most recent errors that are listed after the last checkdisk.

    How many are there now?

    Your reply message, please include the following information:

    current antivirus

    brand, model and model number

    Click Start > run > type or paste msinfo32 > OK. Copy and paste the content in your response.

  • Freezing of Windows Explorer (problem event name: AppHangB1 application name: Explorer.EXE)

    my laptop freeze everytime I try to copy files from one disk to another, and here is the problem report

    Problem event name: AppHangB1
    Application name: Explorer.EXE
    Application version: 6.0.6002.18005
    Application timestamp: 49e01da5
    Hang Signature: e36f
    Hang the Type: 4
    The system version: 6.0.6002.2.2.0.768.3
    Locale ID: 2057
    Signing of additional blocking 1: 84a74b2e2362b73156ffd8ce815ab7de
    Signature of blocking additional 2:0433
    Signing of additional blocking 3: 7ac408085f85bc7b4993b6de39385374
    Signing of additional blocking 4: ef2c
    Signing of additional blocking 5: 7192d5cf15e616a12e2e559236f7057d
    Signing of additional blocking 6: a5d3
    Signing of additional blocking 7: 9338adb319feac4f0ba33134abc2bfbc
     
    Original title: problem event name: AppHangB1 application name: Explorer.EXE

    Hello

    1 did you change on your computer before this problem?

    2. this problem occur when copying all the files?

    3. you try to copy files to an external drive?

    You can check if the problem exists in a clean boot state.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: After a troubleshooting follow step 7: reset the computer to start as usual

    See also:

    Error: Windows Explorer has stopped working

    http://support.Microsoft.com/kb/2694911

    (For Windows Vista)

Maybe you are looking for