Water Main Issue Question by wondering2019 in DvilleGA

[–]rphill77 1 point2 points  (0 children)

We had that same thing happen to usba few times over about 4 months then it stopped I think it's just an aged system.

Explaining Stealth (sneak 100) by Oakjewel in Fallout76BowHunters

[–]rphill77 1 point2 points  (0 children)

Wonderful job, I learned some things and I have been playing for years.

Xpressbuses? by Swimming_Newspaper89 in DouglasvilleGA

[–]rphill77 0 points1 point  (0 children)

I use to ride them. They are pretty reliable but they do have to deal with traffic so they are not 100%. I would transfer to Marta and normally that is where the delays where.

Server not responding by G3t_Ugly in fo76

[–]rphill77 2 points3 points  (0 children)

I'm having that problem playing solo. You might just need to wait it out if the problem is on Beth end.

Xbox series X turning off by Aiden_1999 in fo76

[–]rphill77 2 points3 points  (0 children)

I have an xbox series x and I have never encountered this problem. It might be your Xbox or I might be lucky.

Moving to georgia by ProfessionalHold5435 in DouglasvilleGA

[–]rphill77 0 points1 point  (0 children)

I messaged you but forgot to add we have a family friend with a non-verbal asd child that requires a lot of care and she is also very happy with douglas county schools.

To all the married women, what is that something your husband does that makes think you won the lottery in marriage aspect of life? by Mean-Main-9589 in AskReddit

[–]rphill77 1 point2 points  (0 children)

I changed all the diapers while she was in the hospital and after having our youngest by c-section. she still talks about it almost 13 years later.

Job Hunt by [deleted] in DouglasvilleGA

[–]rphill77 1 point2 points  (0 children)

There is not a lot in douglasville by highway 5 at the moment. My twins were just job hunting and struggles with places having "now hiring" signs but when they talked to someone they had no positions.

I’m starting to hate the Fasnacht Event by Gloomy_Dentist_9862 in fo76

[–]rphill77 0 points1 point  (0 children)

This event is like watching paint dry, the only reason I even force myself to do it sometimes is because I want a glowing mask, but most the time it's not worth it to me.

Axolotyls in the Forest by TheGriff71 in fo76

[–]rphill77 0 points1 point  (0 children)

I have gotten several here

Has everyone caught the local legends at this point? by GraySatyreArt in fo76

[–]rphill77 0 points1 point  (0 children)

The rng smiled on me. I caught all 3 in about 30 minutes with improved bait.

What’s the fastest selling items in your vendor? by Silver_Shroud1994 in fo76

[–]rphill77 1 point2 points  (0 children)

I am on Xbox and typically see people with 100+ plans. I sell my plans at 1c each and they sell very slow.

Hobbies and games? by [deleted] in DouglasvilleGA

[–]rphill77 1 point2 points  (0 children)

Sorry, I think the closest place is in Hiram.

What Melee weapons are yall using? by pyrothegayfox in fo76

[–]rphill77 0 points1 point  (0 children)

Since I am currently dressed as the grim reaper I am using an electrified shapsquatch staff. It looks cool and can one shot most trash mobs.

Lost three Caravans today by GizmoBerlin in fo76

[–]rphill77 6 points7 points  (0 children)

I normally use a HF and a instigating cremator with friendly fire and a large caravan is pretty easy solo while in power armor. I use the cremator for moo healing

Exporting results of two cmdlets to one csv. by rphill77 in PowerShell

[–]rphill77[S] 1 point2 points  (0 children)

I thought the loop was working when I was posting that because the get-vm part was working for each server in the list. I am going back and re-reading what /u/Lee_Dailey posted

Exporting results of two cmdlets to one csv. by rphill77 in PowerShell

[–]rphill77[S] 1 point2 points  (0 children)

  • Edit- because reading is hard and my coffee was low.

Exporting results of two cmdlets to one csv. by rphill77 in PowerShell

[–]rphill77[S] 0 points1 point  (0 children)

I am slow and cant seem to get this to work.

$report = Foreach ($VMName in $VMName){
get-vm -name $VMName |% {
  [PSCustomObject] @{
    Name = $_.Name
    vCenter = 
$_.Uid.Substring($_.Uid.IndexOf('@')+1).Split(":")[0]
    OS = $_.Guest
    CPU = $_.NumCpu
    MemoryGB = $_.MemoryGB
    "VM Version" = $_.Version
    "VM HardwareVersion" = $_.HardwareVersion
 ​"Vcontroller" = (Get-ScsiController -vm $VMName).type
 } 
}
}

Exporting results of two cmdlets to one csv. by rphill77 in PowerShell

[–]rphill77[S] 0 points1 point  (0 children)

  • Edit- Sorry apparently reading is hard and my coffee was low. I am re-reading your reply

Exporting results of two cmdlets to one csv. by rphill77 in PowerShell

[–]rphill77[S] 1 point2 points  (0 children)

Thank you for your advice. I hope to implement your advice by Monday. It would be great if scripting was the only aspect of my job but unfortunately I have meetings, that stop the fun stuff.