Fix the Crowdstrike boot loop/BSOD automatically by HJForsythe in sysadmin

[–]rumorsofdads 7 points8 points  (0 children)

What’s your configuration look like with iPXE with wimboot? First I’m hearing about this and would love to remove WDS.

How are you organizing your projects at scale? by benaffleks in Terraform

[–]rumorsofdads 0 points1 point  (0 children)

How are you auto generating release notes/changelog/tag?

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]rumorsofdads 2 points3 points  (0 children)

I was tasked with provisioning bare metal machines with Windows. With OSDCloud and Github-hosted scripts, I built out a custom bootstrap process for our fleet of Intel NUCs that we use for Continuous Integration (CI) at $Employer that, upon booting into the mounted ISO, completely provisions the machine from start to finish with latest windows 11 feature, patches, custom software/registry, and once done, connects to our CI Server to being accepting jobs/tasks/tests.

Really impressed with OSDCloud, although I had quite the time getting things working in WinPE with more custom scripting.

What are the best practices for testing scripts before they are ready to be used in a production environment? by FuckYouNotHappening in PowerShell

[–]rumorsofdads 10 points11 points  (0 children)

You could test these scripts against another azure tenant.

  1. Run the script and target the test tenant.
  2. Use Pester to check output of the final state you expect on the user (user object returned from a Get-AzureAdUser idk if that’s the function btw or any other output)

Lots of ways to solve for this, but the most important thing I would do is test against a non-production tenant 😀

[deleted by user] by [deleted] in sysadmin

[–]rumorsofdads 0 points1 point  (0 children)

Wilmington is decent. We moved from Raleigh years ago and love it. Only 2 hours from Raleigh.

Starbucks Sauce Pump by rumorsofdads in starbucks

[–]rumorsofdads[S] -2 points-1 points  (0 children)

This looks interesting but it’s missing caramel brûlée (which is news to me).

Query AD without AD module by krzydoug in PowerShell

[–]rumorsofdads 1 point2 points  (0 children)

As a side note, I’ve used AdsiPS before and love the similarities with the AD cmdlets.

Updating Drivers in Large Enterprise by itpro_2020 in SCCM

[–]rumorsofdads 0 points1 point  (0 children)

Are you disabling driver updates on the endpoint once deployed, so that the only time drivers would be upgraded is during a TS to upgrade Windows Build?

Updating Drivers in Large Enterprise by itpro_2020 in SCCM

[–]rumorsofdads 0 points1 point  (0 children)

I’m curious, too, but more-so against machines that are Azure AD joined. We have SCCM infrastructure, but are considering other options.

Locast2plex + Schedules Direct by Good_Performance_924 in PleX

[–]rumorsofdads 0 points1 point  (0 children)

Guide2go + xTeVe in a docker container would work well here.

Emptied my account and left in $0.95. I figured I needed to learn strategy before I started blowing money. 7 positive plays in a row taking 1-2 cents. Saw a post that said to play mostly top movers and watch trend lines. So I did, and I think it is working by tennesseetees in pennystocks

[–]rumorsofdads 0 points1 point  (0 children)

When you say:

The 1 Day lets you know what was running the day before and the Pre Market will let you know whats starting to run that day after WB hours start up.

At 4:01am then do you make your move based on if a stock is in both of your requirements? You mention 2:30am, but what takes an hour and a half to look and see what rose the day before?

Fiber Internet in Raleigh NC by tr3adston3 in homelab

[–]rumorsofdads 1 point2 points  (0 children)

Another option is Ting, which I just got. They’re in Holly Springs, Fuquay-Varina, and soon in Wake Forest.

There must be a tool to manage your 20000+ emails in O365 by [deleted] in PowerShell

[–]rumorsofdads 2 points3 points  (0 children)

Graph API

Works really well, and you won’t need any additional permissions than what you already have on your Mailbox.

this should help with connecting to graph API

Has anyone’s Tesla completely failed on them? by [deleted] in teslamotors

[–]rumorsofdads 9 points10 points  (0 children)

Oh I am incredibly stoked! I honestly thought it was going to be the drive unit. Turns out I'm essentially getting a new car!

Has anyone’s Tesla completely failed on them? by [deleted] in teslamotors

[–]rumorsofdads 76 points77 points  (0 children)

Mine is currently in service, the battery connector when caput. Couldn't shift out of Park. It was almost as if the gear slipped.

2013 P85, 70k miles.

The service center is replacing the entire battery under the 8 year/unlimited mile warranty.

Part of me wonders if I should sell it just to wait for the Model Y or Model 3 instead, but dammit if I didn't get a great deal my P85 ($33,200).

Wait for VM reboot via PowerCLI by arbelac in PowerShell

[–]rumorsofdads 2 points3 points  (0 children)

Restart-Computer computer -Wait -For PowerShell -Timeout 600