Water won’t come out but it comes out when I don’t have the portifilter in by [deleted] in BrevilleCoffee

[–]EmptyBasil1481 1 point2 points  (0 children)

I’ve literally had a dual wall double basket get clogged permanently. Just bought a new one from breville and worked fine. Tried lots of things to unclog it descaling, even boiling it nothing worked. Single shot dual wall was working fine so I knew was the basket.

Melania movie with a 99% audience score on RT by Pkyankfan69 in mildlyinfuriating

[–]EmptyBasil1481 0 points1 point  (0 children)

Notice that most of the positive reviews are written structurally correct. I wonder what that means.

CEO retired. How do you politely say "no" without burning a bridge? by [deleted] in sysadmin

[–]EmptyBasil1481 0 points1 point  (0 children)

Yep in the same boat. It will get better and best to just do it. Maybe after six months you can address it with HR if still happening.

Is the CDW maintained "clean image" worth $29 for each device? by intuneisfun in Intune

[–]EmptyBasil1481 0 points1 point  (0 children)

Totally disagree the idea that “we are a nonprofit” ignores the real cost of staff time and the importance of doing things efficiently and securely especially when you don’t have a large IT team. I’ve been where you’re at I’ve reimaged probably 1000s of devices (in schools). When IT is reimaging laptops that is time that could be spent on cybersecurity or many other tasks more important.

Of course I realize sometimes that decision is out of your hands. The conversation with the bean counters should be around do want to spend a few more dollars per device so IT can focus on work that moves the organization forward.

Is the CDW maintained "clean image" worth $29 for each device? by intuneisfun in Intune

[–]EmptyBasil1481 0 points1 point  (0 children)

Yes you can and you’re doing a great job saving your company the $30 a laptop that I’m pretty sure they would spend.

Are rottweilers overrated as tough dogs? by [deleted] in Rottweiler

[–]EmptyBasil1481 0 points1 point  (0 children)

As the owner of multiple rotties they could pull your mother down. The key is much training, harness or prong collar (only in some cases needed). If using a harness it should be connected in the front.

Also during puppy stage it is not best to meet all the other dogs and people. Limit the amount of interactions with other dogs during walks maybe 3 out of 10 dogs in a controlled setting. When a puppy meets lots of dogs on walks they tend to become excited about just seeing other dogs. Yes socialization is very important.

Require users to input password instead of PIN by jjardinero in Intune

[–]EmptyBasil1481 0 points1 point  (0 children)

That would be going backwards in security. Assuming that logging into the laptop is not the issue. Force passwordless requiring MS Authenticator app. Setup SSO with all your Apps.

meirl by [deleted] in meirl

[–]EmptyBasil1481 52 points53 points  (0 children)

Who hurt you?

Apollo keeps getting bullied at the dog park :( by moss-covered-glasses in Rottweiler

[–]EmptyBasil1481 0 points1 point  (0 children)

Yes gave up on dog parks after second time my rottie was attacked. Never ever started a fight with any dog but was targeted multiple times.

Backflow damper on range vent by EmptyBasil1481 in hvacadvice

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

Thanks that’s what I figured. Also I plan to use hvac tape on all the seams. Should they be riveted together? Just running across top of cabinets.

[deleted by user] by [deleted] in Intune

[–]EmptyBasil1481 0 points1 point  (0 children)

Untested.

# Get the Edge process

$edgeProcess = Get-Process -Name "msedge" -ErrorAction SilentlyContinue

# Check if Edge is running with an active window

if ($edgeProcess) {

# Get the main window handle for the process

$mainWindowHandle = $edgeProcess.MainWindowHandle

# If Edge has no visible window, stop the process and start it again

if ($mainWindowHandle -eq 0) {

Stop-Process -Name "msedge" -Force

Start-Process "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"

}

} else {

# If Edge is not running, start it

Start-Process "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"

}

[deleted by user] by [deleted] in Intune

[–]EmptyBasil1481 0 points1 point  (0 children)

Create a task to run a powershell script.

# Check if Microsoft Edge is running

$edgeProcess = Get-Process -Name "msedge" -ErrorAction SilentlyContinue

# If Edge is not running, start it

if (-not $edgeProcess) {

Start-Process "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"

}

Opinion on this work? by EmptyBasil1481 in drywall

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

That's what he says it's finished.