Information about the host material with information on the nic and HBA drivers

Can someone help me complete the script below. I can't able to get information from HBA and driver for the card.


Get-Datacenter | % {  
  $datacenter=$_
  Get-VMhost -Location $datacenter | Get-VMHostHBA -Type FibreChannel | where {$_.Status -eq "online"} | 
  Select @{N="Datacenter";E={$datacenter}},@{N="VMHost";E={$_.VMHost.Name}},@{N="HostName";E={$($_.VMHost | Get-VMHostNetwork).HostName}},@{N="ver";E={$_.VMhost.version}},@{N="Manf";E={$_.VMhost.Manufacturer}}, @{N="Hostmodel";E={$_.VMhost.Model}},@{Name="SerialNumber";Expression={$_.VMhost.ExtensionData.Hardware.SystemInfo.OtherIdentifyingInfo |Where-Object {$_.IdentifierType.Key -eq "Servicetag"} |Select-Object -ExpandProperty IdentifierValue}},
  @{N="Cluster";E={
        if($_.VMHost.ExtensionData.Parent.Type -ne "ClusterComputeResource"){"Stand alone host"}
        else{
            Get-view -Id $_.VMHost.ExtensionData.Parent | Select -ExpandProperty Name
        }
      }},Device,Status,@{N="WWN";E={((("{0:X}"-f $_.PortWorldWideName).ToLower()) -replace "(\w{2})",'$1:').TrimEnd(':')}},@{N="HBA Model";E={($_.VMhost | get-vmhosthba -Type FibreChannel | where {$_.Status -eq "online"} | select-object -ExpandProperty Model  ) | Get-Unique}},
      @{N="fnicdriver";E={$esxcli.software.vib.list() | ? {$_.Name -match ".*$hbadriver.*"} | Select -Expand Version}}
      @{N="Fnicvendor";E={$esxcli.software.vib.list() | ? {$_.Name -match ".*$hbadriver.*"} | Select -Expand Vendor}},
      @{N="enicdriver";E={$esxcli.system.module.get("enic").version}}
     @{N="Enicvendor";E={$esxcli.software.vib.list() | ? {$_.Name -match ".$net.*"} | Select -Expand Vendor}}
} 

Thank you correct me with your previous posts, I had made some changes to get information on the correct provider for FC and network cards, now it's show desired output.

Get-Datacenter | % {
      $datacenter=$_
      foreach($esx in Get-VMhost -Location $datacenter){
        $esxcli = Get-EsxCli -VMHost $esx
        $nic = Get-VMHostNetworkAdapter -VMHost $esx | Select -First 1 | select -ExpandProperty Name
        $hba =Get-VMHostHBA -VMHost $esx -Type FibreChannel | where {$_.Status -eq "online"} |  Select -First 1 |select -ExpandProperty Name
        Get-VMHostHBA -VMHost $esx -Type FibreChannel | where {$_.Status -eq "online"} |
        Select @{N="Datacenter";E={$datacenter.Name}},
                @{N="VMHost";E={$esx.Name}},
                @{N="HostName";E={$($_.VMHost | Get-VMHostNetwork).HostName}},
                @{N="version";E={$esx.version}},
                @{N="Manufacturer";E={$esx.Manufacturer}},
                @{N="Hostmodel";E={$esx.Model}},
                @{Name="SerialNumber";Expression={$esx.ExtensionData.Hardware.SystemInfo.OtherIdentifyingInfo |Where-Object {$_.IdentifierType.Key -eq "Servicetag"} |Select-Object -ExpandProperty IdentifierValue}},
                @{N="Cluster";E={
                    if($esx.ExtensionData.Parent.Type -ne "ClusterComputeResource"){"Stand alone host"}
                    else{
                        Get-view -Id $esx.ExtensionData.Parent | Select -ExpandProperty Name
                    }}},
                Device,Model,Status,
                @{N="WWPN";E={((("{0:X}"-f $_.NodeWorldWideName).ToLower()) -replace "(\w{2})",'$1:').TrimEnd(':')}},
                @{N="WWN";E={((("{0:X}"-f $_.PortWorldWideName).ToLower()) -replace "(\w{2})",'$1:').TrimEnd(':')}},
              # @{N="Fnicvendor";E={$esxcli.software.vib.list() | ? {$_.Name -match ".*$($hba.hbadriver).*"} | Select -First 1 -Expand Vendor}},
                @{N="Fnicvendor";E={$esxcli.hardware.pci.list() | where {$hba -contains $_.VMKernelName} |Select -ExpandProperty VendorName }},
                @{N="fnicdriver";E={$esxcli.system.module.get("fnic").version}},
                @{N="enicdriver";E={$esxcli.system.module.get("enic").version}},
               # @{N="Enicvendor";E={$esxcli.software.vib.list() | ? {$_.Name -match ".net.*"} | Select -First 1 -Expand Vendor}}
                 @{N="Enicvendor";E={$esxcli.hardware.pci.list() | where {$nic -contains $_.VMKernelName} |Select -ExpandProperty VendorName }}
                 #@{N="Enicvendor";E={$esxcli.network.nic.list() | where {$vmnic.name -eq $_.vmnic1} | select -First 1 -ExpandProperty Description }}
        }
    } 

=================

Output:

-------

Tags: VMware

Similar Questions

  • Since an incompetent technician clear my settings from mozilla, I get up to a page of useless information about the sender and want to know how to avoid this

    Since an incompetent technician clear my settings from mozilla, I get up to a page of useless information about the sender and want to know how to prevent it. I can't copy / paste an example, but there are things like x-vipre scanned. x-uidl, x-account key. These things print when I make a copy paper, waste of paper and ink.

    The menu bar, select View-Headers-Normal

    No menu bar? Press the ALT key.

  • Questions about the terms and conditions

    Dear team of Adobe Stock,

    I am considering a subscription for an e-commerce site that I am developing. I have a few questions about the terms and conditions:

    3.5 social media use. You can view or download an unmodified version of the book on the Social media Site if (A) you include a notice of copyright in the work itself (© author name - stock.adobe.com) and (B) the terms of use governing the Social media Site do not include any provision that would grant exclusive rights or the ownership of those works or alterations to anyone. "Social Media Site" means a website or application that puts the main emphasis on facilitating social interaction between its users and allowing users to share content in such social interaction

    What I have to insert in each post on social media on behalf of the author? Generally, this information is displayed only for free images. What I have to insert this information even if I signed up for a plan?

    Thank you

    Hello

    Please see the link below for help:

    http://wwwimages.Adobe.com/content/dam/ACOM/en/legal/servicetou/Adobe-stock-additional-ter ms_20160119.pdf

  • Question about the interruptions and priming

    Hello

    I had a few questions about the startup and interruptions in a virtualized environment

    Assuming that, plenty of virtualization (no material assistance to virtualization of memory ).

    1 initialization: in an ordinary PC, the boot process starts with the BIOS, to expansion ROM, back to the BIOS and MBR secondary boot record, then grub (is it) and finally the operating system. In a virtualized environment with VMM running directly on top of hardware (Native VMM), how is the initialization of the different process, as I understand it takes BIOS-> Expansion ROM - > BIOS-MBR-> other record secondary-> VMM-> OS--> applications >. Am I right on that?

    2 breaks: VMM examines the source interruptions prior to the interruption, so in a multicore environment, assuming a 2 processor core, how the VMM decides on the kernel for which the interruption in intended, prior to shipment of the interruption. Interruptions are tag ID, said core ID?

    Thanks in advance

    -SC

    sidc7 wrote:

    1 initialization: in an ordinary PC, the boot process starts with the BIOS, to expansion ROM, back to the BIOS and MBR secondary boot record, then grub (is it) and finally the operating system. In a virtualized environment with VMM running directly on top of hardware (Native VMM), how is the different boot process, if I understand correctly to -> BIOS-> Expansion ROM BIOS-> MBR-> other documents-->--> OS--> requests VMM. Am I right on that?

    It is simplistic but essentially correct.  A metaphor would be a little better thinking that the hypervisor/vmm is an operating system, except that the process on this operating system are requests or comments OSes.  If the BIOS-> OPROM-> BIOS-> MBR-> hypervisor-> init process of the hypervisor-> reviews of fork () s operating systems.  This can become blurred by the design choices (for example Xen/Hyper-V init start a coded parent hard partition that makes hypercalls privileged to fork() guest OSes; ESXi init runs a very limited subset of applications directly on the hypervisor and ESX Classic is somewhere between these approaches).

    There is a subtle distinction between "hypervisor" and "www."  The "hypervisor" is the operating system of single root (e.g. ESX) who interacts directly with the hardware and has access to everything; a hypervisor is not to be used to run virtual machines.  When we talk about a "hypervisor", the tendency is to describe something which is a BONE (although usually a minimal OS designed only to run virtual machines).  The "www" is the layer that allows a virtual machine run: it provides the interposition, virtualization and emulation services and can be plural (for example a vmm by guest operating system).  Architecture of VMware deal with these two separate components, while most other virtualization platforms merge the two.

    sidc7 wrote:

    2 breaks: VMM examines the source interruptions prior to the interruption, so in a multicore environment, assuming a 2 processor core, how the VMM decides on the kernel for which the interruption in intended, prior to shipment of the interruption. Interruptions are tag ID, said core ID?

    Strictly speaking, the interruption is not transmitted to a guest operating system - receives the hypervisor (or rather the VMM it transmits to the hypervisor), the hypervisor drivers interpret the interruption (for example reading package of NIC, I/O process of HBA, the timer tick completion), then after a new appropriate break in the guest OS.

  • Concerned about the compatibility and performance of i-Tunes if I install Windows 10 on my pc.  Can we predict what the problems are?  What solutions are there?  Thank you!

    Concerned about the compatibility and performance of i-Tunes if I install Windows 10 on my pc.  Can we predict what the problems are?  What solutions are there?  Thank you!

    ITunes 12.3 running on Windows 10 and it works great. Any questions or problems with it.

  • A question about the methods and parameters.

    Hey guys, this is my first post here. I am very new to Java and done a bit of C++ before Java. I had a question about the methods and parameters. I do not understand the methods; I know they can be repeated when it is called, but it's almost everything. I also know that a program should have a class that contains the main method. What I really, really understand on methods is what the parameters are. I know they are in parentheses and that is it. Could you explain what they are? I really appreciate it. Thanks to all in advance. Best regards, Michael

    Taking an example:
    Suppose you calculate area of the rectangle you need two inputs one is the length and the width. Area = l X b, where l = length, b = width

    If your method, say, calculateAreaOfRectangle (length int, int width) will be two parameters as arguments.

    System.out.println ("field of rectangle:" + calculateAreaOfRectangle (40,30);)

    public int calculateAreaOfRectangle (int length, int width) {}
    int area;
    Area = length * width;
    return of area;
    }

    So if you call this method then the output will be returned in 120.

    Parameters of a method are simply the input variables for the method of treatment for all calculations or something useful.

    And we cannot have methods inside the main method in Java. It is in the java syntax and if you do, it will throw a syntax error.

  • Ask about the creation and filling I$ table on different condition

    Hello
    I have a question about the creation and filling I$ table on a different condition. In which condition the I$ table creation? And these conditions are given below:

    (1) * source and transit area * are on the same server (that is to say target is located on another server)
    (2) * gathering and target area * are on the same server (IE source is on another server)
    (3) * source, transit area and target * are * different 3 * Server
    Source 4), area transit and target are on the same server
    Thank you

    I'm not quite clear to your question. Always try my best to erase it.

    In your all over requirement I$ table will be created.
    If the same staging as target (a database, a user) then all temporary tables are created in this user
    If the scaffolding is different from the target (a database, two users (A, B)), then all temporary tables will be created under that user A (lets consider) and the data will be inserted into the target table that is present to user B

    Staging is different from the target (two database, two users (A1, A2), architecture not recommended) if all temporary tables will be created under that user A1 (A1 of the databases) and the data will be inserted into the target table which is present in user A2 (A2 data base)

    If the source, staging, the target will be under a database then no. LKM is required, IKM is sufficient to load the data into the target. Especially for this, you can see an example given by Craig.
    http://S3.amazonaws.com/ora/ODI-Simple_SELECT_and_INSERT-interface.swf

    Thank you.

  • Microsoft Silverlight will / can send information about the people and the info on their computer. What are the plans for Firefox to protect its community of users of this?

    After reading the privacy statement from Microsoft regarding their Silverlight 5, it has troubling information about the loss of his privacy, under the "collection and use of information...". "the personal information and the information on my computer! In addition, information may be stored outside of the United States! (paragraph 4 under "collection and use of information... »). As part of the FireFox community, what other options do we have?

    P. S.
    I clicked on "Shared Data" on my Firefox browser, that means all average data? All good or bad I should know about?

    Hello 010matrix010, firefox will not run on the default Web sites, but only silverlight content when a user activates explicitly the plug-in through the icon in the address bar or click on the embedded content.
    also the support for plugins like silverlight in the browser will be dismantled at the end of next year: https://blog.mozilla.org/futurereleases/2015/10/08/npapi-plugins-in-firefox/

  • Windows Media Player says it is retrieve information about the media and update of files but nothing happens

    Windows Media Player has ceased to apply Media Information changes for me to update the audio CD information.  When I click on 'Apply the changes to the media information' dialog box appears which says it's to retrieve information on the media and put files up-to-date but nothing happens... He remains at 0 percent.  Internet connection works fine. It worked a few days ago.

    Hi MartynBH,

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: Follow the steps in the article.

    Solve problems in Windows Media Player

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-in-Windows-Media-Player

    Method 2: Uninstall and reinstall Windows Media Player to windows features turn enable or disable. Follow these steps:

    (a) click Start, type turn on or off windows features in the search box start and press to enter.

    (b) scroll down and uncheck the media functions to uninstall.

    (c) restart the system.

    (step d) follow a).

    (e) scroll down and check the option multimedia features to install it.

    (f) restart the system.

    Turn on or off Windows features

    http://Windows.Microsoft.com/en-us/Windows-Vista/turn-Windows-features-on-or-off

  • Article about the virus and spywares

    Article in Google News, take a look:

    Just like the television commercials that preceded it, Internet banners are often very misleading.

    A click on this friendly, flashing ad, your computer can be completely compromised by spyware, viruses and other malicious programs. These links are designed by marketing online groups that hire many different companies and are paid by the number of times that a person visits the site that pays for advertising.

    Now, we all know that advertising is a necessary part of the company, the problem with the Internet today is that companies ad will use any means necessary to get more "hits" for as many different sites as possible. This could mean to place ads more attractive, but more often it's download of malware on your computer that forces your browser to different sites. These programs hijacker can change your home page, redirect links and even change the page that you see that you view it.

    Many of us have watched in horror as our favorite newsfeeds disintegrated in explicit pornographic advertising. Often this rude awakening has nothing to do with actually visited one of the sites Web announced, but rather their affiliates, the people who use the same company name.

    "But how can I keep this junk from my computer?

    To keep your computer running smooth and without spyware, it is important to maintain the programs antivirus and antispyware reputed day, running a deep scan at least once per month.

    Today, number of computers came with some kind of antivirus already installed, usually Norton or McAfee. These are two programs very well, but they have let me down in the past. In addition, their popularity increases the demand for programs that can slip their defenses. More than adequate against viruses and spyware can be obtained for free, thanks to the efforts of friendly software engineers around the Web. Spybot Search and Destroy, among the oldest and the names remained more confidence in information security, spyware off networks since 2002.

    With antivirus software, the choice is not so clear.

    Each of these programs are fully supported and will fill in more of your need PC protection and, perhaps best of all, they are FREE. Just follow the links at the bottom of this article and say goodbye to expensive corporate security suites. For those of you who hate to do something for nothing, the creators of each of these products has also accept donations through their respective Web sites.

    ANTIVIRUS: Norton, AVG, Avast, McAfee, etc. (software); infectedornot.com, bitdefender.com (free online virus scanning).
    ANTISPYWARE: Spy Sweeper, Spybot Search and Destroy, etc. (software).

    Very nice article and information. Thank you
    I used the Norton antivirus application, but due to the bad laptop performance I went to the freeware tool called AntiVir. It s really for free and it s amazing. He founded some bad files that were hidden and Norton didn t find anything.
    I also use a freeware firewall ZoneAlarm and Antispy tool. I think that I m on the side safely

  • Linux host freezes with 10.0.6 Workstation and Windows 7 comments

    Hello


    I am now quite desperate because it is really preventing me from doing my job.


    I deleted Windows and I installed a fresh Kubuntu 14.04.02 (LTS) with 64 bit under my desk. I also installed VMWare Workstation 10.0.6 to run my development machines. I am now having serious problems:


    Every now and then, my full host is the gel if I'm running a Windows 7 virtualized on my workstation. The mouse only moves very slow and all the windows are very (!) slow response. My CPU monitor list all 4 CPU to 100%. If I managed to open the monitor system (or top on the console), I can see that vmware-vmx and kwin burn most of my CPU resources. If I wait 10 seconds to a minute, the system becomes usable. Now CPU goes down to normal. But as soon as I start to move a window (any one), the thing is happening again.


    Symptoms in short:

    • HOST: Linux Kubuntu 14.04.02 (x 64) on Intel i5 CPU with 8 GB of RAM and running on SSD (ext4).
    • COMMENTS: Several Windows 7 (x 32) several software running. Assigned 1 CPU and 1 GB of RAM. It comes on several guest computers.
    • Every now and then, all my CPU taking nearly 100% 4. The host CPU is used by vmware-vmx and kwin (used above) processes. Sometimes after 15 minutes, sometimes directly after turning on the prompt. No idea on reason.
    • Host of mouse, Windows, and OS works very very slow.
    • Meanwhile, Windows 7 virtual machine is inactive! Energy saving or screen saver are all off!
    • If I manage to run Taskmanager guests, I don't see an action (sometimes TaskManager itself using 60% of CPU!). Looks to me that the host is down, not comments!
    • My host is running an SSD (256 GB).
    • VM log file does not show something during this phase.
    • VMware.log attached.


    What I tried:

    • I disabled 'Accelerate 3D' for all my virtual machines.
    • I have re-installed VMWare Tools on the guest computers.
    • I run VMWare workstation with vblank_mode = 0/usr/bin/vmware
    • I recreated the machine with less hardware as possible and recharged the .vmd.
    • I converted to virtual prior to the current format format disk image (VMWare asked me to the front step, I said 'yes').
    • I have inserted a separate network card (NIC) and disabled the network card that is embedded in the BIOS.
    • I disabled the onboard graphics in the BIOS and added a card NVIDIA GeForce 8400 PCIx16 (using NVIDIA binary drivers provided by Kubuntu).
    • I removed the CD-ROM of the virtual, Audio computer, diskettes and any unused material.
    • I have tried using cpulimit strangle vmware-vmx and kwin on my host, but without success. System remains unusable in this situation.

    No success at all.

    Is there anything else I can do to put my environment in a productive state? You can imagine that this always happens in the worst situations :-(

    Any ideas?

    Thank you!

    I found this page:

    Disqus - Arch Linux becomes insensitive to khugepaged

    It seems that this did the trick!

    I ran (as root):

    never echo >/sys/kernel/mm/transparent_hugepage/defrag

    madvise echo >/sys/kernel/mm/transparent_hugepage/defrag

    Since then, everything works fine. :-)

  • Questions about the cost and the best specifications for a new Windows 7 computer

    Hello

    I got most of the things that I should include in the purchase of a new computer.

    Things proposed are the following: Please read and tell me if I need it, and the approximate cost.

    8 GB

    12 GB

    A TB

    VIDEO CARD BUSINESS... I'm QUITE CONFUSED as to IF I NEED. SEE MY QUESTION AT THE END.

    Video card: min. 99 (No. built in chip card (or is it... discreate) dunno... two options different which one.)

    Video card: should be mid to high range; at least at first.  They are beginning to take a long power supply

    supply; and can charge the supply too, so invest in a good to start with.

    Question: Can I add a video card later?  Right now I only use the documents and regular pictures.  Later I want to do

    videos of my pictures; not much more.

    LCD or LED display must be top natch; for Photo Editing/cropping or manipulation?  I do not understand what they

    Let's talk about it.     They speak the monitor?   I DO A LOT OF PHOTO EDITING

    PHOTOSHOP.

    Thank you, Zara3511

    A discreet (dedicated) video card is not necessary. You can always add more later if you need the extra graphics power. Its not harmful if you perform a task such as photos and videos. Benefits is its great for games top of range and can future proof your system. If you are working in Photoshop, certainly invest in the discrete video card. Photoshop she likes it.

  • Poker: need to know about the subject and how to play the game

    need to know the subject and how to play the game

    Hi young,
     
    Thank you for visiting the website of Microsoft Windows Vista Community.
     
    I noted that you want to know how to play the game of Poker in vista.
     
    What is Hold em Poker: The Hold em Poker game is a Windows Ultimate Extra that is available for users of Windows Vista Ultimate Edition. You can download the Hold 'em game from the Microsoft Windows Update Web site.

    Hold em Poker is a poker game on computer in which you compete against the computer. The hold 'em game uses the technology Microsoft DirectX to deliver smooth, animated play and rich graphics. You can configure the Hold em option set to perform the following operations:
    Play against up to five computer players
    Set the skill level of opponents
    Customize the appearance of the game cards and game table
     
    For more, see: http://support.Microsoft.com/default.aspx/KB/932925
     
    How to play: When you open the Poker game window, press F1 and it will open the Help window. The help section you have all instructions and details on how you can play the game.
     
    You can visit the link http://forums.gamesforwindows.com/ to find other members of the community have to say. You can search the Internet for more links learn more about the game of poker.

    Kind regards
     
    Srinivas
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Impossible to install iTunes on XP, gives the error about the signature and certificate

    I can't install itunes on my pc, it gives me an error about the signature & certificate. Its probably my settings but I have no idea how to change anything! Not computer savvy

    Check the time and date on your computer. This is probably the cause.

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

  • Question about the vista and firewire

    Hello all, I am an editor with a camcorder Panasonic GS-120. I used to have a desktop computer running Windows 7 that I used to import my videos with. The way I used to do is simply plug my camera into the firewire port and wait for the capture/import to Windows Movie Maker window to appear. Now, I can use is more than desktop because the fried CPU. So I have to use my laptop which runs Windows Vista. My laptop also has a firewire port, but a 4 port pins and I had to buy a new cable. My cable came today, I plugged it all as I would with my office, and nothing came. I tried to go into Windows Movie Maker, then click Import, but it said that my camcorder is not recognizable or something along this line. So now I have no way to import my videos. I'm pretty sure that of not the cable because it's new I went into Device Manager and uninstalled then reinstalled the driver for the firewire port, so this isn't a problem with the port, and I'm sure that's not the problem with the port on the camcorder. So my question is, what happens? Why can't I import my videos as with Windows 7? Is it possible for me to import videos? In addition, I don't have a VCR or an S-video cable, so that the method is out of the question. Thank you all very much.

    Perhaps the following would offer a few ideas:

    Windows Vista - import video from a videotape
    http://Windows.Microsoft.com/en-us/Windows-Vista/import-video-from-a-videotape

    Windows Vista - Troubleshoot importing video problems
    http://Windows.Microsoft.com/en-us/Windows-Vista/Troubleshoot-importing-video-problems

    If the AutoPlay screen does not appear... What follows
    Articles may help:

    Windows Vista-
    How to change the auto run settings
    http://Windows.Microsoft.com/en-us/Windows-Vista/Change-AutoPlay-settings

    Windows Vista-
    Troubleshoot AutoPlay
    http://Windows.Microsoft.com/en-us/Windows-Vista/Troubleshoot-AutoPlay-problems

    Windows Vista-
    AutoPlay: Frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/AutoPlay-frequently-asked-questions

    And... maybe the following will propose a few ideas:

    Import video in Windows Vista
    http://maximumpcguides.com/Windows-Vista/import-video-in-Windows-Vista/

    Download video from your camera to your computer
    http://Windows.Microsoft.com/en-us/Windows-XP/help/MovieMaker/download-video-from-camera-to-computer

Maybe you are looking for

  • Tecra A6 - external mouse connected to USB erraticly port rolls

    I have a new Tecra A6 with Windows XP SP2 running on it. The touchpad works fine, but if I use an external mouse connected to a USB port, the scroll wheel scrolls erracticly - jump an additional 6 to 10 lines every now and then, it's extremely irrita

  • HP will END ipv6 SNAT s1050f

    Hello! FINIRONT HP s1050f supports ipv6 SNAT? Thank you.

  • cannot make outlook mobile app stop loading on Safari

    Outlook Mobile application offer continually opens on Safari.  I can't work on the browser at all!  How can I stop this recurring opening?

  • write data to the cell in excel

    Hello I am trying to write data to a cell in excel. When I'm looking in sample program, I felt a bit difficult to understand. I have written code to read data from a particular cell that works well. I am facing difficulties in writing data in the cel

  • How do to check date limits

    Hello to all 2, Please help me I am new Labview 2 I'm using labview 8.2.1 I want 2 check the date given in the From and to date for the generation of reports. Please help me if anyone knows, I need urgent.