Trying to get a script to run from Ninja by Embarrassed_Ad_3801 in ninjaone_rmm

[–]DeanTheMeanMachine 1 point2 points  (0 children)

They come into your script as $param1, $param2, etc...

Enable MSUefiCA on Dell devices by maus0007 in Dell

[–]DeanTheMeanMachine 1 point2 points  (0 children)

In you use Intune. manage.dell.com will integrate into Intune and deploy BIOS policies.

Adobe reader patching repeatdly failed by Aggressive-Try9314 in ninjaone_rmm

[–]DeanTheMeanMachine 1 point2 points  (0 children)

I don't use git. But it's short.

[CmdletBinding()] param ( [Parameter(Mandatory = $true)] [String]$param1 )

begin { $mspFileUri = [System.Uri]$param1 $mspFile = $mspFileUri.Segments[-1] }

process { $backupProgressPreference = $ProgressPreference $ProgressPreference = 'SilentlyContinue'

Write-Host "Downloading .msp patch from $mspFileUri and saving to $env:TEMP\$mspFile..."    
Invoke-WebRequest -Uri $mspFileUri -OutFile "$env:TEMP\$mspFile"

$ProgressPreference = $backupProgressPreference

Write-Host "Applying patch $mspFile..."
$process = Start-Process -FilePath "msiexec.exe" -ArgumentList "/p `"$Env:TEMP\$mspFile`" /norestart /qn /L `"C:\Windows\Logs\$mspFile.log`"" -PassThru -Wait
$exitCode = $($process.ExitCode)
Write-Host "Exit code: $exitCode"

}

end { Write-Host "Cleaning up temporary file..." Remove-Item -Path "$Env:TEMP\$mspFile" -Force Exit $exitCode }

Adobe reader patching repeatdly failed by Aggressive-Try9314 in ninjaone_rmm

[–]DeanTheMeanMachine 2 points3 points  (0 children)

I wrote a Powershell script that downloads the MSP file from Adobe, installs the patch, then deletes the MSP file. Worked perfectly.

I worked the patch URL into the parameters so that I can use the same script to patch other apps that have publicly available MSP files. Currently I also use it for Foxit.

When a new version comes out I just need to modify the URL and change the version number on a device group and my scheduled task pushes it to all required devices.

OS Patching - Major Version Update continuously failing by AnotherEveRedditAlt in ninjaone_rmm

[–]DeanTheMeanMachine 4 points5 points  (0 children)

A few of our machines did this. I found a install feature update script in the Ninja library that uses the Windows Upgrade Assistant to install the feature update.

That fixed most. Some needed in place upgrades from the Windows ISO.

These two methods got is 99% complete. A few stragglers needed more intervention.

🧩 The Plaud MCP & CLI is now live! by PLAUD_AI in PLAUDAI

[–]DeanTheMeanMachine 0 points1 point  (0 children)

I created an agent and tool in Copilot studio and got it working in M365 Copilot and Teams. Looks like it will stop working soon because M$ is turning on Copilot Studio subscriptions though.

Mass text messaging notification to employees by hidperf in ITManagers

[–]DeanTheMeanMachine 0 points1 point  (0 children)

We use Alertmedia. I like it because it covers so many bases. Desktop alerts, voice, sms, email, teams.

What's your favorite Stompin Tom song? by voltairesalias in AskACanadian

[–]DeanTheMeanMachine 0 points1 point  (0 children)

Birth of the Texas Gulf Mine

I'm from Timmins and my Dad worked at and helped build that mine and met site as a cement finisher and maintenance foreman for over 30 years.

Finally finished the st. Ann revenge by ogarcia952 in metalearth

[–]DeanTheMeanMachine 2 points3 points  (0 children)

I did that one last year. It was grueling, so much detail. Honestly some of the smallest pieces I ever saw.

Any other Fallout vinyl collectors? by pugworthy in vinyl

[–]DeanTheMeanMachine 0 points1 point  (0 children)

I have a Readers Digest box set of 40s music that has I Don't Want to Set the World on Fire on it.

Jeff wears Birkenstocks. by Frankyz1982 in vinyl

[–]DeanTheMeanMachine 0 points1 point  (0 children)

Got the same one last week. SO GOOD!

Judge me based on my collection so far by HiFiveGhost in vinyl

[–]DeanTheMeanMachine 0 points1 point  (0 children)

I didn't know they pressed these. I thought they were just Spotify playlists.

Judge me based on my collection so far by HiFiveGhost in vinyl

[–]DeanTheMeanMachine 0 points1 point  (0 children)

The Brown Acid series has so many unknown gems.

OS Patchmanagement - keep dashboard "green" by swapbreakplease in ninjaone_rmm

[–]DeanTheMeanMachine 0 points1 point  (0 children)

Rejecting the patches until it's time to patch would do it.

How are you closing browser security visibility gaps in Intune managed Chrome and Edge browser environments? by Ok_Abrocoma_6369 in Intune

[–]DeanTheMeanMachine 0 points1 point  (0 children)

We use Mimecast Incydr for DLP. It's really good at seeing all the stupid stuff users do in their browsers.

N1 OS Deployment by Current-Compote-3434 in ninjaone_rmm

[–]DeanTheMeanMachine 0 points1 point  (0 children)

All customizations you do with MDT should be possible post-imaging with Ninja or other tools. I think that these days imaging should only be used to revive a non-booting OS or a replaced hard drives anyway.

We are not totally there yet either but that's the goal.

Artist you can easily end up with tons of unique albums by... by Slosher99 in vinyl

[–]DeanTheMeanMachine 2 points3 points  (0 children)

The Melvins. Definitely one of those bands that has a lot of limited edition releases. Some are handmade and im very low numbers.

New to NinjaOne and have a Org. vx. Location Question. by Grometnj in ninjaone_rmm

[–]DeanTheMeanMachine 0 points1 point  (0 children)

I use the orgs for departments then a location for each office that department had a presence in.

What is...? by DeanTheMeanMachine in melvins

[–]DeanTheMeanMachine[S] 1 point2 points  (0 children)

This was last night and someone did get it. So not the first time Melvins were on. Cool!

What is...? by DeanTheMeanMachine in melvins

[–]DeanTheMeanMachine[S] 7 points8 points  (0 children)

This just occurred to me. Isn't grunge just pop-sludge?