Stephen Valdinger
Automation nerd. I love all things Powershell, and am eager to teach others. I also love fishing, and woodworking. My wife calls be weird, but I like to think of it as eclectic.
Activity overview
Latest activity by Stephen Valdinger-
Stephen Valdinger commented, You could also check to see if the VPN adapter is is Up or not. In my environment something like that would look like this: If((Get-NetAdapter -Name 'Ethernet 2').Status -ne 'Up'){ return 2 } Then ...
-
Stephen Valdinger commented, I reckon you're gonna want to use a matches expression and a regex match to get the results you want.
-
Stephen Valdinger commented, This smells like a bug to me. I'd submit this question to support@pdq.com
-
Stephen Valdinger commented, Woops, I orphaned this didn't I! My apologies, here's my package. There are a few things you have to change in it, like the license key and version identifier. Here's some helpful links that I use...
-
Stephen Valdinger commented, I do. I'll dig it up when I'm back to work
-
Stephen Valdinger commented, Actually, you can. Depending on what the update is there are a couple ways to do it. Most will center around a command step using wusa.exe, while others, such as this latest Excel update for exampl...
-
Stephen Valdinger commented, Barring the licensing concerns, of course it's possible. In probably less than 2 hours with Powershell or C#
-
Stephen Valdinger commented, can you probe the SMB ports on one of the remote targets with something like nmap? Or telnet on port 139 (netBIOS) or 445 (TCP)? That'll tell you if the firewall is blocking SMB traffic.
-
Stephen Valdinger commented, What? No powershell? Get-Process explorer | Stop-Process This kills explorer on my machine, and it instantly recovers when it quits.
-
Stephen Valdinger commented, Understood. I should have some availability tomorrow afternoon/evening to give you a call. I have a couple ideas rattling around that I'd like to run by you, as well as some troubleshooting stuff w...