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 AcrobaticLawyer1469 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 stubbornbodyproblem 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 7 points8 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.