Need help with "get-annotation" in a loop by comparing vievents to the vcenter data

I have a loop in a script that I am running. I used the code that I found on a website earlier. I would add 2 values of annotation, "Department" and "request" to this specific report in each loop run. "." I tried different keys and nothing seems to work for me.

$created = @()

Get-VIEvent -Start (Get-Date).AddDays(-7) -MaxSamples $samples | `
Where-Object {$_.Gettype().Name-eq "VmCreatedEvent" -or $_.Gettype().Name-eq "VmBeingClonedEvent" -or $_.Gettype().Name-eq "VmBeingDeployedEvent"} | % {
     $row = "" | Select Date, Msg, User, Cluster, Host
     $row.Date = $_.createdTime
     $row.Msg = $_.fullFormattedMessage
     $row.User = $_.userName
     
     $t = New-Object VMware.Vim.ManagedObjectReference
     $t.type = $_.computeResource.computeResource.type
     $t.Value = $_.computeResource.computeResource.Value
     $row.Cluster = (Get-View $t).Name
   

     $t.type = $_.host.host.type
     $t.Value = $_.host.host.Value
     $row.Host = (Get-View $t).Name
    
    if ($row.Cluster -eq $cluster){$created += $row}
}
$createdprocessed = ( $created | format-list | out-string)

PS: I don't get my failed attempts because I'm embarrassed. : b

PPS: I know that my use of loop 2 variable, I keep "created" for other uses later in the script

I assumed that you ment the custom attributes defined on the guests.

Then you can do it like this

$created = @()

Get-VIEvent -Start (Get-Date).AddDays(-7) -MaxSamples $samples | `
Where-Object {$_.Gettype().Name-eq "VmCreatedEvent" -or $_.Gettype().Name-eq "VmBeingClonedEvent" -or $_.Gettype().Name-eq "VmBeingDeployedEvent"} | % {
     $row = "" | Select Date, Msg, User, Cluster, Host, Department, Application
     $row.Date = $_.createdTime
     $row.Msg = $_.fullFormattedMessage
     $row.User = $_.userName
     $row.Cluster = (Get-View $_.ComputeResource.ComputeResource).Name
     $row.Host = (Get-View $_.Host.Host).Name
     $vm = Get-View $_.VM.VM
     $row.Department = $vm.CustomFields.Item("Department")
     $row.Application = $vm.CustomFields.Item("Application")

     if ($row.Cluster -eq $cluster){$created += $row}
}
$createdprocessed = ( $created | format-list | out-string)

Note that the recovery of the cluster and the host name can be simplified.

No need to build the MoRef yourself from scratch.

____________

Blog: LucD notes

Twitter: lucd22

Tags: VMware

Similar Questions

  • Newbie need help with AS2.0 slideshow in loop

    Hello

    I am a newbie with flash. I just create a slideshow of 3 image by using the following action in AS2 code:

    Stop();
    Loop = setInterval (SuivantePhoto, 2000);
    function SuivantePhoto () {}
    nextFrame ();
    }

    She goes through the 3 images then stops on the last. How can I do so once she stops she goes back to the first image and start again?

    Thanks for your help!

    use:

    Layer 1 (action script)

    Stop ();

    clearInterval (loop);
    Loop = setInterval (SuivantePhoto, 2500);
    function SuivantePhoto () {}
    play ();
    }

    Layer 2 (which has 3 picture frames)

    where every image has a "stop" action script ();

  • I need help with change of subscription countries - in Australia now, moving to the UK in 6 months.

    Hi adobe communities.

    I was wondering if someone could kindly help? Please, I beg you.

    Currently, I am based in Melbourne since April. I came to the United Kingdom.

    I intend to sign up to the below plan in the coming days when my trial ends. Come February 2016 (for 6 months), I'll be back to the United Kingdom in recent years.

    It's regarding Adobe Creative cloud (for Photoshop and Lightroom) an amount of $9.99 per month plan.

    Q1. If me sign up for a subscription to Adobe and start using Lightroom in Australia now... in 6 months when I move to the United Kingdom, what steps should I do so that things will run smoothly for me in terms of Photoshop and Lightoom? Can someone please clarify, step by step, please?

    Q2.  I'll LOSE all the presets and also all action I did my edited and imported images that I've done so far in my Adobe Lightroom (in Australia)?

    OR I'll be able to transfer all my Australian presets and imported images published to my NEW Adobe in the United Kingdom?

    Q3. I noticed there are only 2 subscriptions: Annual Plan - pay monthly & annual Plan - prepaid.

    My question: is there a plan monthly - paid monthly?

    So am I right in saying that: if I choose the Annual - Plan paid a monthly subscription now... .and in February 2016 (duration of 6 months)... when I cancel that subscription, I will be always deducted 6 months x $9.99 = $60 for my rest of commitment 6 months... I just wanted to clarify so I know where I am.

    Q4. How can I Cancel when it comes to January 2016? What are the steps...

    Q5. My Lightroom trial period is about to end in a few days time... If I just decide to sign up and start my monthly subscription (for example in 3 weeks) I'll LOSE all my presets of action and program of the edited images, I currently have in my Lightroom trial?

    Q6. Am I just creative cloud Adobe (for Photoshop and Lightroom) $ 9.99 per month plan has only 2 GB of cloud.

    Which means at some point soon, I have to remove my images currently published from Lightroom in order to continue to import and working on new images...

    Thanks very much for kindness for all your answers... deeply and sincerely appreciate it.

    Thanks again,

    Kevin

    Hey Kevin,

    1. You can check the Change the country associated with your Adobe ID link.
    2. The actions presets are stored in the memory of your computer and associated subscription or adobe ID. So unless you change the computer, everything associated with applications will remain the same.

    3. Yes, we have only an annual Plan - pay monthly & annual Plan - paid in case of cloud Creative photography program

    After Six months, when you will spend in the UK then:

    PREPAID ANNUAL plan - you can continue the subscription without cancelling if you buy

    Paid MONTHLY - ANNUAL plan, you can continue to use the subscription if you want to use the billing information, address and e-mail id of Australia you do not need to cancel

    Or, you must cancel and redeem the subscription with new details

    When you cancel after 6 months, there will be some early termination fee which will be 50% of the remaining months. You can check the link plans creative cloud pricing and membership | Adobe Creative Cloud

    For more information

    4. to cancel the subscription, you can check the link below.

    Cancel your membership creative cloud

    5. No, all edited images and presets will remain the same because they are saved in the memory of your office.

    6. Yes, you reason that Adobe Creative cloud (for Photoshop Lightroom &) $ 9.99 per month plan has only 2 GB of space cloud. Given that all the images are stored on your computer's memory, the cloud storage space is not used.

    Kind regards

    Hervé Khare

  • Menu accordion need help with 1084 identifier expected before case (line 58 & 98); in the meantime identifier before rightmenu (line 59 & 99)

    Guys,

    I am doing an accordion menu option and wrote the ActionScript for that and in the end I got a two errors. I enclose the code, it would really help if you could help me solve this problem.

    line 58 & 59

    case 'whoBar ':

    if(this.whoBackground.y<0) {}

    line 98 & 99

    case 'innoBar ':

    if(this.innoBackground.y<72) {}

    Code:

    package {}

    import flash.display.MovieClip;

    import flash.events.Event;

    import flash.events.MouseEvent;

    SerializableAttribute public class MenuAccordionMC extends MovieClip {}

    public var activeColor:String = new String();

    public var speed: Number = new Number().

    public void MenuAccordionMC() {}

    activeColor = 'none ';

    Speed = 10;

    addEventListener (MouseEvent.CLICK, accordionClick);

    addEventListener (Event.ENTER_FRAME, accordionMove);

    }

    public void accordionClick(event:MouseEvent):void {}

    {if(Event.Target.currentFrame==1)}

    event.target.gotoAndStop (2);

    activeColor = event.target.name;

    } else {}

    event.target.gotoAndStop (1);

    activeColor = 'none ';

    }

    }

    public void accordionMove(event:Event):void {}

    Switch (activeColor) {}

    'none ': case study

    If (this.whoBackground.y > =-288) {}

    this.whoBackground.y = speed;

    }

    If (this.innoBackground.y > =-216) {}

    this.innoBackground.y = speed;

    }

    If (this.susBackground.y > = 144) {}

    this.susBackground.y = speed;

    }

    If (this.transBackground.y > =-72) {}

    this.transBackground.y = speed;

    }

    If (this.contriBackground.y > = 0) {}

    This.contribackground.y = speed;

    }

    }

    if(this.innoBar.x>72) {}

    this.innoBar.x = speed;

    }

    if(this.susBar.x>144) {}

    this.susBar.x = speed;

    }

    if(this.transBar.x>216) {}

    this.transBar.x = speed;

    }

    if(this.contriBar.x>288) {}

    this.contriBar.x = speed;

    }

    break;

    case 'whoBar ':

    if(this.whoBackground.y<0) {}

    this.whoBackground.y += speed;

    move all the bars to the right of the screen and sets the previous bar position x

    if(this.innoBar.y<432) {}

    this.innoBar.y += speed;

    }

    if(this.innoBackground.y<72) {}

    this.innoBackground.y += speed;

    }

    if(this.susBar.y<504) {}

    this.susBar.y += speed;

    }

    if(this.susBackground.y<144) {}

    this.susBackground.y += speed;

    }

    if(this.transBar.y<576) {}

    this.transBar.y += speed;

    }

    if(this.transBackground.y<216) {}

    this.transBackground.y += speed;

    }

    if(this.contriBar.y<648) {}

    this.contriBar.y += speed;

    }

    if(this.contriBackground.y<288) {}

    this.contriBackground.y += speed;

    }

    If another color is already selected

    {if(this.innoBar.currentFrame==2)}

    this.innoBar.gotoAndStop (1);

    } else {if(this.susBar.currentFrame==2)

    this.susBar.gotoAndStop (1);

    } else {if(this.transBar.currentFrame==2)

    this.transBar.gotoAndStop (1);

    } else {if(this.contriBar.currentFrame==2)

    this.contriBar.gotoAndStop (1);

    }

    }

    break;

    case 'innoBar ':

    if(this.innoBackground.y<72) {}

    this.innoBackground.y += speed;

    if(this.susBar.y<504) {}

    this.susBar.y += speed;

    }

    if(this.susBackground.y<144) {}

    this.susBackground.y += speed;

    }

    if(this.transBar.y<576) {}

    this.transBar.y += speed;

    }

    if(this.transBackground.y<216) {}

    this.transBackground.y += speed;

    }

    if(this.contriBar.y<648) {}

    this.transBar.y += speed;

    }

    if(this.transBackground.y<288) {}

    this.transBackground.y += speed;

    }

    If another color is already selected

    {if(this.whoBar.currentFrame==2)}

    this.whoBar.gotoAndStop (1);

    } else {if(this.susBar.currentFrame==2)

    this.susBar.gotoAndStop (1);

    } else {if(this.transBar.currentFrame==2)

    this.transBar.gotoAndStop (1);

    } else {if(this.contriBar.currentFrame==2)

    this.transBar.gotoAndStop (1);

    }

    }

    if(this.innoBar.y>72) {}

    this.innoBar.y = speed;

    If (this.whoBackground.y >-288) {}

    this.whoBackground.y = speed;

    }

    if(this.susBar.y<504) {}

    this.susBar.y += speed;

    }

    if(this.susBackground.y<144) {}

    this.susBackground.y += speed;

    }

    if(this.transBar.y<576) {}

    this.transBar.y += speed;

    }

    if(this.transBackground.y<216) {}

    this.transBackground.y += speed;

    }

    if(this.contriBar.y<648) {}

    this.contriBar.y += speed;

    }

    if(this.contriBackground.y<288) {}

    this.contriBackground.y += speed;

    }

    If another color is already selected

    {if(this.whoBar.currentFrame==2)}

    this.whoBar.gotoAndStop (1);

    } else {if(this.susBar.currentFrame==2)

    this.susBar.gotoAndStop (1);

    } else {if(this.transBar.currentFrame==2)

    this.transBar.gotoAndStop (1);

    } else {if(this.contriBar.currentFrame==2)

    this.contriBar.gotoAndStop (1);

    }

    }

    break;

    case 'susBar ':

    if(this.susBackground.y<144) {}

    this.susBackground.y += speed;

    if(this.transBar.y<576) {}

    this.transBar.y += speed;

    }

    if(this.transBackground.y<216) {}

    this.transBackground.y += speed;

    }

    if(this.contriBar.y<648) {}

    this.contriBar.y += speed;

    }

    if(this.contriBackground.y<288) {}

    this.contriBackground.y += speed;

    }

    If another color is already selected

    {if(this.whoBar.currentFrame==2)}

    this.whoBar.gotoAndStop (1);

    } else {if(this.innoBar.currentFrame==2)

    this.innoBar.gotoAndStop (1);

    } else {if(this.transBar.currentFrame==2)

    this.transBar.gotoAndStop (1);

    } else {if(this.contriBar.currentFrame==2)

    this.contriBar.gotoAndStop (1);

    }

    }

    if(this.susBar.y>144) {}

    this.susBar.y = speed;

    If (this.whoBackground.y >-288) {}

    this.whoBackground.y = speed;

    }

    if(this.innoBar.y>72) {}

    this.innoBar.y = speed;

    }

    If (this.innoBackground.y > =-216) {}

    this.innoBackground.y = speed;

    }

    if(this.transBar.y<576) {}

    this.transBar.y += speed;

    }

    if(this.transBackground.y<144) {}

    this.transBackground.y += speed;

    }

    if(this.contriBar.y<648) {}

    this.contriBar.y += speed;

    }

    if(this.transBackground.y<216) {}

    this.transBackground.y += speed;

    }

    If another color is already selected

    {if(this.whoBar.currentFrame==2)}

    this.whoBar.gotoAndStop (1);

    } else {if(this.innoBar.currentFrame==2)

    this.innoBar.gotoAndStop (1);

    } else {if(this.transBar.currentFrame==2)

    this.transBar.gotoAndStop (1);

    } else {if(this.contriBar.currentFrame==2)

    this.contriBar.gotoAndStop (1);

    }

    }

    break;

    case "transBar:

    if(this.transBackground.y<216) {}

    this.transBackground.y += speed;

    if(this.contriBar.y<648) {}

    this.contriBar.y += speed;

    }

    if(this.contriBackground.y<288) {}

    this.contriBackground.y += speed;

    }

    If another color is already selected

    {if(this.whoBar.currentFrame==2)}

    this.whoBar.gotoAndStop (1);

    } else {if(this.innoBar.currentFrame==2)

    this.innoBar.gotoAndStop (1);

    } else {if(this.susBar.currentFrame==2)

    this.susBar.gotoAndStop (1);

    } else {if(this.susBar.currentFrame==2)

    this.susBar.gotoAndStop (1);

    } else {if(this.contriBar.currentFrame==2)

    this.contriBar.gotoAndStop (1);

    }

    }

    if(this.transBar.y>216) {}

    this.transBar.y = speed;

    If (this.whoBackground.y >-288) {}

    this.whoBackground.y = speed;

    }

    if(this.innoBar.y>72) {}

    this.innoBar.y = speed;

    }

    If (this.innoBackground.y > =-216) {}

    this.innoBackground.y = speed;

    }

    if(this.susBar.y>144) {}

    this.susBar.y = speed;

    }

    If (this.susBackground.y > = 144) {}

    this.susBackground.y = speed;

    }

    if(this.contriBar.y<648) {}

    this.contriBar.y += speed;

    }

    if(this.contriBackground.y<288) {}

    this.contriBackground.y += speed;

    }

    If another color is already selected

    {if(this.whoBar.currentFrame==2)}

    this.whoBar.gotoAndStop (1);

    } else {if(this.innoBar.currentFrame==2)

    this.innoBar.gotoAndStop (1);

    } else {if(this.susBar.currentFrame==2)

    this.susBar.gotoAndStop (1);

    } else {if(this.contriBar.currentFrame==2)

    this.contriBar.gotoAndStop (1);

    }

    }

    break;

    case 'contriBar ':

    if(this.contriBackground.y<288) {}

    this.contriBackground.y += speed;

    {if(this.whoBar.currentFrame==2)}

    this.whoBar.gotoAndStop (1);

    } else {if(this.innoBar.currentFrame==2)

    this.innoBar.gotoAndStop (1);

    } else {if(this.susBar.currentFrame==2)

    this.susBar.gotoAndStop (1);

    } else {if(this.transBar.currentFrame==2)

    this.transBar.gotoAndStop (1);

    }

    }

    if(this.contriBar.y>288) {}

    this.contriBar.y = speed;

    If (this.whoBackground.y >-288) {}

    this.whoBackground.y = speed;

    }

    if(this.innoBar.y>72) {}

    this.innoBar.y = speed;

    }

    If (this.innoBackground.y > =-216) {}

    this.innoBackground.y = speed;

    }

    if(this.susBar.y>144) {}

    this.susBar.y = speed;

    }

    If (this.susBackground.y > = 144) {}

    this.susBackground.y = speed;

    }

    if(this.transBar.y>216) {}

    this.transBar.y = speed;

    }

    If (this.transBackground.y > =-72) {}

    this.transBackground.y = speed;

    }

    {if(this.whoBar.currentFrame==2)}

    this.whoBar.gotoAndStop (1);

    } else {if(this.innoBar.currentFrame==2)

    this.innoBar.gotoAndStop (1);

    } else {if(this.susBar.currentFrame==2)

    this.susBar.gotoAndStop (1);

    } else {if(this.transBar.currentFrame==2)

    this.transBar.gotoAndStop (1);

    }

    }

    break;

    }

    }

    }

    }

    Please, I worked on it for a long time.

    public void accordionMove(event:Event):void {}

    Switch (activeColor) {}

    'none ': case study

    {if(this.whoBackground.y>=-288)}

    this.whoBackground.y = speed;

    }

    {if(this.innoBackground.y>=-216)}

    this.innoBackground.y = speed;

    }

    {if(this.susBackground.y>=-144)}

    this.susBackground.y = speed;

    }

    {if(this.transBackground.y>=-72)}

    this.transBackground.y = speed;

    }

    {if(this.contriBackground.y>=0)}

    This.contribackground.y = speed;

    }

    }  //<- this="" is="" the="" end="" of="" your="" switch="" statement="" and="" is="" the="" first="" problematic="" line. ="" remove="">

  • Need help to get cc to work again on my desk, I move something and he couldn't get off work. Thank you

    Need help with getting creative to work cloud

    Launch the Office CC (applications tab) and try to go into preferences and exit - click the settings (gear icon), and then connect again.

  • Need help with text in After Effects

    Hello!

    I'm new with After Effects and need help with something that should be simple.

    I use the effect of the stroke and Freehand drawing, and I'm trying to get the text to go from left to right, but for some reason any, that it seems to be random.

    Any ideas?

    Click and drag as you would layers.

    If you're new to AE, it would be a good idea to take a step back, take some time and go through these resources. Have solid foundation in how AE work will make things go a lot faster and with much less frustration.

  • [Error number: 0x8024400A] Need help with this error... I reinstalled XP SP1 and I can't get an auto update that's simple to install, just get this error every time

    [Error number: 0x8024400A] Need help with this error... I reinstalled XP SP1 and I can't get an automatic update that's simple to install, just get this error at each time HHHHEEEELLLPPPPP! Thank you

    I had the same problem.  But finally found a solution.  If your listing is similar to mine, then keep.  XP Media Center Edition 2005 (sp2).  AMD Athlon 64 x 2 Dual-Core, HP a1630n desktop computer.

    Go to the HP website, search for sp37394-XP sp3 Upgrade utility Microsoft for systems equipped with AMD processors.

    I had the same 0 x 80240036, 0x8024400a error, but realize my problem was really get manually downloaded sp3 and installed without continue loop crashing and not error messages.

  • NEED HELP WITH SERVICE PACK 3. After downloading and the computer goes into rebooting mode I get the screen to restart with three options, network security safe mode and the other thing. ,

    NEED HELP WITH SERVICE PACK 3.  After downloading and the computer goes into rebooting mode I get the screen to restart with three options, network security safe mode and the other thing. , but it of although he gets, he keeps countdown to restart and reboots and restarts, over and over again, never reboots, same screen. my computer won't let me out this screen even after I turned off the computer and turn it back on, I get the same screen. the only way I can get out of this is to erase my computer everything and bring it back to factory, right out of the box, this big headaches. Thanks for anyone who can help me. PS. Keep the answers in simple terms please.

    Hi BSRC$, in stock

    1. You have security software installed on the computer?
    2. You receive an error message when you restart the computer?

    Reinstalling Windows XP to the factory setting would not be the first option.

    It is possible that some third-party programs or the services installed on the computer interfere with the installation of service pack 3.

    I suggest that you try to uninstall service pack 3 from the computer by using the recovery console and subsequently ask the article below for what to do before installing the service pack 3on the computer.

    How to remove Windows XP Service Pack 3 from your computer

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

    Steps to take before you install Windows XP Service Pack 3

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

  • Need help with my Mail window. I can't export my message to the PST format. I keep getting the message error "an error occurred during initialization of MAPI".

    Hello

    Need help with my Mail window. I can't export my message to the PST format. I keep getting the message error "an error occurred during initialization of MAPI". Y at - it solution or another method?

    Hi ErikLee,

    Do you have MS Outlook installed on your computer?

    Windows mail import and export opportunities are limited to an Outlook .pst file or an Exchange Server mailbox. They are available only if MS Outlook is installed.
    If MS Outlook is not installed and you start an import or export action, the necessary support files are not present for Windows mail complete the operation. Then I suggest you to install Outlook temporarily and see if the problem is resolved.

    Follow the instructions below and check if the problem is resolved.

    1. reboot your computer, and then start Windows Mail.
    2. on the Tools menu, click Options.
    3. in the connection tab, click on edit to open the Internet Properties dialog box.
    4. in the tab programs, click on an application other than Windows mail e-mail in the e-mail list. Click on apply and then click OK.
    5. click OK again to close the Options dialog box.
    6. exit Windows mail and restart Windows mail.

    If this does not work, I suggest you upgrade to Windows Live Mail to import or export messages that may help you resolve the issue.

    To download Windows Live Mail, visit the following Microsoft Web site:
    http://get.live.com/wlmail/overview

    For more information about Windows Live Mail, see the Microsoft Web site at the following address:
    http://windowshelp.Microsoft.com/Windows/en-us/help/4b30d3d6-abe2-46d1-a5fd-4a1ba786a1381033.mspx

    Check whether the problem is resolved.

    Please post back and let us know if it helped to solve your problem.

    Kind regards
    KarthiK TP

  • I need help with my Windows Media Center. I was not able to get any video on my Windows Media Center.

    original title: I need help with my Windows Media Center.

    I was not able to get any video on my Windows Media Center. How do I do that? I can put it on Facebook, but cannot get them on the Media Center. I'm ready to pull my hair out LOL

    Hello

    1. what exactly happens when you try to play any video on media center to Windows? Error message? If so, then post back the exact error message.
    2. were you able to play videos on Windows media center with no problems before?
    3. don't you make changes on the computer before this problem?
    4. are you able to play the videos on Windows media player?
    5 are supported by Windows media centerfiles?

    Answer to the above mentioned questions could help us help you better.

    The following article might be useful.
    Solve problems with DVDs and movies in Windows Media Center
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-DVDs-and-movies-in-Windows-Media-Center

  • How can I get ahold of a LIVE person? I need HELP with my email account (Email removed for privacy), you can contact me at Email removed for privacy or * withdrawn * please someone HELP! Mike Golab

    How can I get ahold of a LIVE person? I need HELP with my email account (* address email is removed from the privacy *) you can contact me to the * address email is removed from the privacy * or * remove * please someone HELP! Mike Golab

    E-mail address is removed from the privacy *.

    No, and that has nothing to do with this old thread. This is a scam that last for years. Microsoft never does unsolicited phone calls.
     
     
     
     
     

    Scams by e-mail or web: how to protect yourself
    http://www.Microsoft.com/security/online-privacy/phishing-scams.aspx
     
     
     
     

    Aggressive, persistent Windows tech support fraudsters continue to track consumers
    http://www.Computerworld.com/s/article/9248122/Aggressive_persistent_Windows_tech_support_scammers_continue_to_stalk_consumers
     
     
  • No support for pse4, don't need help with aid and all the rest. What is a layer? How can I get help PDF from CD? I don't have any idea how to use it. I have a Macbook pro.

    Need help with using pse4 not taken in charge by adobe. How subjects do not available and I have never used something like that. Aide said there is a download but have not been able to do. What is a rookie to do? Y at - it somewhere that I can go to learn how to use PSE4?

    To find out how your problem:

    http://kb2.Adobe.com/CPS/402/kb402107.html

    To get help from the CD files you double-click in the finder, go to PDF help and drag it to the desktop or elsewhere.

  • Need help with network home using Airport extreme

    I need help with my home network.  I'm not very aware when it comes to all things network.  Here's how my network is currently set up.

    Cable modem to Airport Extreme for Gigabit Switch.  Cables come out of the switch to all areas of the House.  I have 2 other extreme airport connected in other rooms of the House directly on the wall that dates back to the switch.  I hope I am explaining that properly.

    My problem is that this seems to have caused some of my connections cable does not work.  When everything is configured, it has worked well.  All connections in the House worked.  Then we have disconnected one of the extreme airport and moved to another location in the House to have the best wifi coverage.  Since that time, a lot of the ethernet wall plugs are not working.  For example, when I plug in my Macbook Pro in making ethernet in my kitchen, it says connected but it has an assigned ip address and cannot connect to the internet.

    Any help you can provide would be great.

    I would like to get the return tech to help you to...

    But it is likely that something (or someone) has tampered with the settings.

    The layout is fine... but you can cause problems with the network by creating a loop.

    This can happen because the AE you moved is connected wrongly... somewhere in the network it is connected to the switch again.

    Or AE is set to expand wireless... It's FAKE... It will loop the network on the back main EI wireless.

    Unplug the two AE you have that function as extensions...

    Turning off everything else... then it works again...

    Do it in this order.

    Modem... Wait 2 min

    AE... Wait 2 min

    Switch.

    Now check that the network is working properly... power of customers in various locations and make sure everything is good.

    If so, then manually reset the two AE of factory and redo their installation.

  • I'm suddenly needing help with my browser Firefox (6.0.2)

    Hello
    I'm suddenly needing help with my browser Firefox (6.0.2)

    (OS: I use Windows XP).

    When I open the browser, I don't see is a totally white screen of white, with all the toolbars at the top.

    I know that my physical connections are very good: I have tested the modem, turned the pc market etc and I can also receive/send emails.

    This problem started today, September 8, 2011 and has never happened before.

    Is it a coincidence that Firefox itself to day before I disconnected yesterday evening? Could this be something to do with this particular new update?

    I also noticed that just before I "opened" Firefox, I now get a small box indicating:

    [JAVASCRIPT APPLICATION]
    Handl exc in Ev: TypeError: this oRoot.enable is not a function

    This never appeared before - I hope that it offers a clue has what is wrong.

    The browser not be stuck in Mode safe, said by the way.

    Of course, I can't find solutions to the problem on the internet, I don't physically see all Web sites!
    (A friend sends this request in my name from their pc)

    Any light you can throw on this problem of confusion would be much appreciated. I'd rather not have to uninstall and reinstall Firefox if possible.

    If the only option is to uninstall Firefox and reinstall from your site, I'm also in trouble (I can not see the internet or download).
    In this case, would you be able to send the .exe file as an attachment to my e-mail address? In the affirmative, please let me know and I'll give you more details.

    Thanks in advance.

    One possible cause is security software (firewall) that blocks or limits Firefox or plugin-container process without informing you, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox in the list of permissions in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Need help with installation on Photosmart C7280 all-in-one

    I had my printer is installed and has been using the printer for 3 wireless laptops in my house.  Now, I can't even find my backup drive, so I have need help with downloading the software to use my printer and also get to use wireless.   I don't know what happened, but the fax for this printer is listed, but not the printer itself.   Help, please!

    Click here to download the software for your printer:

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?product=3204785 & LC = on & CC = US & DLC = in & lang = to & CC = US

    has chosen the appropriate operating system that corresponds to your computer and download the full software features.

Maybe you are looking for

  • How can I see content secure?

    I am trying to view video content integrated into my site employers and said I do not see it because it is 'safe' and I need to "view all secure content" but I have not a pop-up asking me about it and can't seem to find how to "turn on". Please can y

  • Qosmio G20 - 108 - Outlook Express stopped delete me emails

    Just recently my Outlook Express from Microsoft has denied me the ability to delete emails with inevitable consequence than my (already) crowded hard drive clog up and die! My machine is a * Qosmio G20-108 *."I get errors about this software *" No.:

  • Listen to text Messages

    How can I listen to text Message on my phone. One of my friends using this same function now, I want to know how to do this? Help, please...

  • What is - this on my screen?

    What is this icon on the screen of my iphone 6 +... the little thing turns round top left just to the right of the bell icons and a Wi - fi. This means that the iphone is consultant of the emails. Sometimes it runs for a very long time, and nothing h

  • Softward raid with vista 64?

    I have vista ultimate 64 and would like to install raid 1 with two identical drives (not the boot disks).  Software raid is possible?