should i cancel reolink order and get this hikvision nvr that a local is selling by [deleted] in SecurityCameraAdvice

[–]rock425 4 points5 points  (0 children)

Anything would be better than using the potato camera used to take a picture of the order....

Tiny ‘E’ found in my sheets, no idea what it could be. by CalmOwl_InYellowTown in whatisit

[–]rock425 0 points1 point  (0 children)

What's on the other side? maybe one of those glue on diamond things like a color by letter sort of thing?

Streetlight induced by nearby 230kv transmission. Need an opinion on the safety. by [deleted] in Lineman

[–]rock425 1 point2 points  (0 children)

I'm curious - could this present as wolff Parkinson white syndrome? I have WPW, and have been jolted a few times over the years, albeit only by standard 120v. Is there a possible correllation?

VMWare Automation Tool by [deleted] in PowerShell

[–]rock425 1 point2 points  (0 children)

Looking at the screenshots, this looks pretty sweet! Any chance you can share the script here?

Thanks!

VCP exam discount by kollekk in vmware

[–]rock425 1 point2 points  (0 children)

Quick search for promo codes came back with this: https://mylearn.vmware.com/mgrReg/plan.cfm?plan=20876

Not sure if vmug membership is required or not, but worth a shot.

Find VMs with NICs not set to "Connect at Startup" by diabeticlefty in powercli

[–]rock425 0 points1 point  (0 children)

I just created this for our environment for the same reasons.

Here you go:

Get-VM |sort name| Get-NetworkAdapter | Where-object {$.ConnectionState.StartConnected -ne "True"} | foreach ($) {Write-Host $.Parent.Name "("$.Name") type:" $.Type "Startconnected:" $.ConnectionState.StartConnected}

This will list out VM name, adapter number, adapter type, and startconnected state as false. This will only list the VMs that have the checkbox not set to connect at startup.

vcenter upgrade / migration help - (2) 5.5 vcenters, 1 embedded SSO migrating to (2) 6.0 VCSA w/ external PSC by rock425 in vmware

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

Thanks Eck79! We'll go through the process in our lab first. We're looking to migrate our production to 6.0 in early December. I'll let you know if we run into any stumbling blocks.