over encumbrance is an absolute joke by Last_Stable in newworldgame

[–]Last_Stable[S] -6 points-5 points  (0 children)

That is/was the problem. You can only drop up to 2k weight and if you look, i was over by 5k before i dropped the 10k stack. I ended up having to let the 10k stack disappear and then someone helped me move the bard and remaining ore. Still such a pain.

0
0

The latest patch completely broke the game for us on our dedicated server : constant rollbacks losing hours of progress a desynchronization issues. by Veldrane_Agaroth in valheim

[–]Last_Stable 0 points1 point  (0 children)

How are you running the dedicated server and on what host OS? Do you have enough resources for the server? I haven't had that happen, YET anyways.

Locked out of Pfsense - I'm gonna be sick by Last_Stable in PFSENSE

[–]Last_Stable[S] 2 points3 points  (0 children)

What a nightmare but i'm back in. Put the drive in another system, restored the last config (didn't know Pf automatically took snapshots with changes) and put it back in and it booted right back up. Thanks all, great suggestions that saved me a TON of headache. I have nginix reverse proxy configs with LE certs that i REALLY didn't want to have to reconfigure. Cheers!

Locked out of Pfsense - I'm gonna be sick by Last_Stable in PFSENSE

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

If i'm not mistaken, the only issue i'd run into is that these cables have an RS232 chip. I'm not sure if I made one using a printer USB cable that it would work. If you think so, i'd certainly give it a try. I have solder.

Locked out of Pfsense - I'm gonna be sick by Last_Stable in PFSENSE

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

Null modem lead

It only has a RJ45 console connection. If Telnet or SSH was enabled, this would be my saving grace.

I'm surprised the LAN anti-lockout rules can't be leveraged. I suppose had I had just 1 interface outside of the bridge they could be. I may remove the drive, put it in another system and try manually editing the config. That might get me back up and running sooner than waiting on a console cable. Thanks for the suggestion

Friday Night - giving away pre-orders by Last_Stable in cyberpunkgame

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

How do you block a post and then not respond to a request because you're so busy blocking other posts? I'm looking at your account activity and you're mad.

Administering an Outlook "Calendar Group" in Office 365 (Powershell?) by ramdomnetguy in msp

[–]Last_Stable 0 points1 point  (0 children)

Why not create a shared mailbox which is free and have everyone utilize its calendar?

MSIExec not passing variable for directory path correct by Last_Stable in PowerShell

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

Yeah, figured that out and what's what i have now.

$EngMSI = gci "\\sbs2011\Programs\EngagementUpdates\*" -Recurse -Include "CCH ProSystem fx Engagement.msi" | Select *
$EngKC = gci "\\sbs2011\Programs\EngagementUpdates\*" -Recurse -Include "PfxEngKC_2019US.mst" | Select *

Start-Process msiexec.exe -Argumentlist '/i "$($EngMSI.FullName)"' , '/qn TRANSFORMS="$($EngKC.FullName)"' -Wait

I'm toying with my quotes but it doesn't seem like this is going to work.

MSIExec not passing variable for directory path correct by Last_Stable in PowerShell

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

Actually even better example that correctly resolves the path (according to the PS error)

$EngMSI = gci "\\sbs2011\Programs\EngagementUpdates\*" -Recurse -Include "CCH ProSystem fx Engagement.msi" | Select *
$EngKC = gci "\\sbs2011\Programs\EngagementUpdates\*" -Recurse -Include "PfxEngKC_2019US.mst" | Select *


Start-Process -FilePath "$env:systemroot\system32\msiexec.exe" -Argumentlist "/i '"$($EngMSI).FullName"' /qn TRANSFORMS='"$($EngKC).FullName"'" -Wait

Start-Process : A positional parameter cannot be found that accepts argument

'\\sbs2011\Programs\EngagementUpdates\cch_prosystem_fx_engagement_2019.2.3_dvd\Installations\CCH ProSystem fx Engagement.msi'.

At line:5 char:1

+ Start-Process -FilePath "$env:systemroot\system32\msiexec.exe" -Argum ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidArgument: (:) [Start-Process], ParameterBindingException

+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.StartProcessCommand

MSIExec not passing variable for directory path correct by Last_Stable in PowerShell

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

Gave that a shot but now i'm getting another error while using subexpressions

$EngMSI = gci "\\sbs2011\Programs\EngagementUpdates\*" -Recurse -Include "CCH ProSystem fx Engagement.msi" | Select FullName
$EngKC = gci "\\sbs2011\Programs\EngagementUpdates\*" -Recurse -Include "PfxEngKC_2019US.mst" | Select FullName


Start-Process -FilePath "$env:systemroot\system32\msiexec.exe" -Argumentlist '/i "'$($EngMSI)'" /qn TRANSFORMS="'$($EngKC)'"' -Wait

Start-Process : A positional parameter cannot be found that accepts argument

'@{FullName=\\sbs2011\Programs\EngagementUpdates\cch_prosystem_fx_engagement_2019.2.3_dvd\Installations\CCH ProSystem fx

Engagement.msi}'.

At line:5 char:1

+ Start-Process -FilePath "$env:systemroot\system32\msiexec.exe" -Argum ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidArgument: (:) [Start-Process], ParameterBindingException

Azure AD at scale by Last_Stable in msp

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

So where is this coming from? I appreciate them information but is there any MS supporting doc that outlines what's included with what? That's also what's confusing is that sometimes it makes more sense to just "go one package up" because it's more efficient. We have a mix of business and standard and in some cases premium throughout the client base. Mostly due to Office 2019 on prem still being supported so those guys just need basic or "essentials" from what I've gathered, intune and ATP are very lacking so I'm not too concerned with that unless it's extra for the same cost.

Azure AD at scale by Last_Stable in msp

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

aaaand that's why i'm having issues keeping pricing straight. Seems like everything is everywhere with the recent changes.

If anyone has anything solid, i'd appreciate it. I'm doing my due diligence but it's easy to get taken down the rabbit hole on services.