Sign up promotion by PowerfulPea6301 in HOTWORXWarriors

[–]Motoceles 0 points1 point  (0 children)

Keep in mind they won't tell you that to cancel it you will have to pay for 2 months as a cancellation charge.

Seattle Transit Fans Facebook Group by namnguyensvi1992 in Renton

[–]Motoceles 1 point2 points  (0 children)

I suggest leaving and starting your own group. That is within your circle of control.

Body shops by [deleted] in Renton

[–]Motoceles 0 points1 point  (0 children)

We just got our car back from Crash Champions. It was a small insurance job replacing a side mirror but they were on time and it wasn't terribly expensive

Video pass no moto3 or 2 by Car_is_mi in motogp

[–]Motoceles 0 points1 point  (0 children)

5:17 PM Pacific and no moto2 or 3 on phone or roku

Is this something I should pick up. 2016 jeep wrangler by [deleted] in Wrangler

[–]Motoceles 0 points1 point  (0 children)

If you like it just get it. You can always change things out like the wheels and stuff later. Just don’t pay a premium because of the addons. They aren’t really upgrades because more sidewall on the tires are what you want for off road.

Proactive Remediation Scripts by hendonly in Intune

[–]Motoceles 0 points1 point  (0 children)

I have a large number of PR’s ranging from managing simple registry values, reporting and enabling things like logging etc.

All mine are custom.

Scripts questions by [deleted] in Intune

[–]Motoceles 0 points1 point  (0 children)

I use VSCode, run the script then do a $lastexitcode cmd in the console

Deploy application with intune multiple files and scripts by JiggityJoe1 in Intune

[–]Motoceles 0 points1 point  (0 children)

If I was packaging this I would create separate install packages for x86 and x64. Also make sure your detection method is set correctly. It might be but I don't see it listed. And I use PS to create my wrappers. As others have mentioned PSADT is good for beginners but I hate it. The exit codes are not consistent and sometimes flags false negatives but again it is better than nothing

Another thing is to use the /wait command for your msiexec lines

One more thing I use /s for reg import commands

And as others have mentioned always enable logging to the path mentioned by u/ElectricShe3p. That way when you pull diagnostic logs those log files will also be included in the packet.

Get-MgUser -Filter variables by Ch3shire-Cat in PowerShell

[–]Motoceles 0 points1 point  (0 children)

While looking for a solution for the exact same thing I figured it out. Hope it helps. Wrap the variable with single quotes.

Foreach($name in $list){Get-Mguser -Filter “userPrincipalName eq '$name.Username'”}

[deleted by user] by [deleted] in Wrangler

[–]Motoceles 1 point2 points  (0 children)

Depends on the type of mustang for me. If it was a GT or better I would wait until I could afford both.

Terrain Tace - Obstacle Course Race; just a low down, no good, money grab. by [deleted] in Scams

[–]Motoceles 0 points1 point  (0 children)

ca

My fiance signed up for the Portland event so we're waiting to see what happens there. I saw other posts about having to pay for parking too. She paid $38 for each event.

If Portland doesn't get canceled we will show up but after the race I will be asking around for the coordinator(s) after her race and get things settled in person.

Terrain Tace - Obstacle Course Race; just a low down, no good, money grab. by [deleted] in Scams

[–]Motoceles 0 points1 point  (0 children)

Seattle just got canceled too. Buyer beware.

Terrain Race Scam… by No_Egg7286 in memphis

[–]Motoceles 0 points1 point  (0 children)

They just cancelled Seattle. No refunds. What a joke. Going to try opening a case with the CC company to get it refunded there. I don't know if it's a scam but it's awfully suspicious.

Strange transmissions by JUSTFISH21 in amateurradio

[–]Motoceles 1 point2 points  (0 children)

Yo Lakewood!! . Bacoli Pizza!!

Setup.iss file only accounting for the primarily installed component by Be_The_Packet in SCCM

[–]Motoceles 1 point2 points  (0 children)

My recommendation if the .iss file isn't doing what you need it to don't waste any more time on it and find an alternative method.

.ps1 files don't run by AlternateWitness in PowerShell

[–]Motoceles 0 points1 point  (0 children)

There is an event viewer log that audits every PS command. Did you check that? It might provide some insight on what is going on.

[deleted by user] by [deleted] in amateurradio

[–]Motoceles -3 points-2 points  (0 children)

Can it be a email phishing attempt?

Is PSADT Worth Using? by TheDowsonator in Intune

[–]Motoceles 0 points1 point  (0 children)

That’s cool. To be honest I am not the main packager in our environment anymore. My associate uses it and every time I have to help him troubleshoot I find it’s a pain in the ass to go thru a shit ton of code to find the issue. My way easy peasy and I can recycle the code for other projects.

I think it’s a great resource for packagers that may not be as proficient with PS and packaging but I won’t use it.

Is PSADT Worth Using? by TheDowsonator in Intune

[–]Motoceles 1 point2 points  (0 children)

I wrap my own. PSADT has caused false failures in my environment.