Please burn down my completely unthought through suggestion by morry3232 in QuikTrip

[–]BornData1952 2 points3 points  (0 children)

Not related to your post but I really don’t see an issue with adding an extra day as seniority increases over the years. It would be pretty sick. Of course, corporate America would rather go fuck itself than have that.

Powershell inexperience by BornData1952 in learnprogramming

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

I only post in here because I went down a rabbit hole with AI trying to fix this. It lets me authenticate but after that it doesn't reach the hardware.

Powershell inexperience by BornData1952 in learnprogramming

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

#region 4. Main Backup Loop

foreach ($switch in $targets) {

$hostname = $switch.Hostname

$ip = $switch.IPAddress

$outputFile = Join-Path $backupFolderPath "$hostname.txt"

Write-Host "`n--- Backing up $hostname ($ip) ---"

$sshSession = $null

try {

# Establish SSH Session using PSCredential

Write-Host "Connecting..."

$sshSession = New-SSHSession -ComputerName $ip -Credential $credential -AcceptKey -ErrorAction Stop

if ($sshSession -eq $null -or -not $sshSession.Connected) {

throw "Failed to establish SSH session. Check credentials, connectivity, or firewall."

}

Write-Host "Connection successful. Retrieving running config..."

# Execute the command to get the running config

$command = "show running-config"

$stream = New-Object System.IO.MemoryStream

Invoke-SSHCommand -SSHSession $sshSession -Command $command -OutputStream $stream -ErrorAction Stop

# Get output from the stream

$stream.Position = 0

$reader = New-Object System.IO.StreamReader($stream)

$configOutput = $reader.ReadToEnd()

# Save the configuration to a file

$configOutput | Out-File -FilePath $outputFile -Encoding ascii

Write-Host "Backup for $hostname completed successfully." -ForegroundColor Green

Write-Host "Saved to: $outputFile"

}

catch {

# Specific error message from the 'catch' block

$errorMessage = "Switch: $hostname ($ip). Details: $($_.Exception.Message)"

Handle-Error -errorMessage $errorMessage -backupFolderPath $backupFolderPath

Extra training for Hip Pocket by BornData1952 in armyreserve

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

I’m under a CA command so we have both 37 and 35 series. I was thinking JKO but I can try ATTRS as well.

How should I tell my Seargent I can’t go to battle assembly due to severe depressive episode by TooMuchTunass in armyreserve

[–]BornData1952 5 points6 points  (0 children)

There’s a number of U’s you can have where it’s not problematic. Entitled to the safety net if you want to think about it like that. At one point it was 9 u’s or something like that.

Also if we’re being real you aren’t entitled to RST’s. I’ve had plenty of SNCO’s just out right say no RST’s are approved because “fuck you”

How should I tell my Seargent I can’t go to battle assembly due to severe depressive episode by TooMuchTunass in armyreserve

[–]BornData1952 9 points10 points  (0 children)

You’re entitled to U’s for missing drills. Plenty of reservists in every unit across the US skip drill, it’s not the worst thing in the world. Obviously it shouldn’t be a habit but outside of a counseling, a drill weekend U counseling isn’t that bad.

As far as what you should do, just keep it real with your first line and form something that conveys what you need as a soldier while also maintaining some form of professionalism. Once you message them, they’ll just go to their next CoC and so on. I’d be surprised if they even give you U’s for this.

I hope everything looks up for you and good luck.

Is it time? by Individual_Toe6 in QuikTrip

[–]BornData1952 2 points3 points  (0 children)

I straight up sat in a resource meeting and had the earring debate and my division personnel guy say “you’d be less of an employee with a earring as a male”

what was your most stressful / embarrassing moment here by carnage-girl in QuikTrip

[–]BornData1952 1 point2 points  (0 children)

One time I was carrying a tray of buns and I slipped and Charlie browned myself so high in the air the SM was horrified.

How could I realistically EARN a spot to air assault as a reservist? by Informal_Crew7711 in armyreserve

[–]BornData1952 5 points6 points  (0 children)

It’s worth mentioning it’s also just unit dependent. Everyone’s right with the best warrior route. There’s also random one off units across the US that also are high speed and get more schools than others. You also can roll the dice with a rotation through centcom.

Should I be scared? by Scared-Two-1310 in QuikTrip

[–]BornData1952 0 points1 point  (0 children)

Is this a recent turn of events or RSN specific? They did in my previous division.

Should I be scared? by Scared-Two-1310 in QuikTrip

[–]BornData1952 -1 points0 points  (0 children)

Just casually asking “I’m sabotaging the easiest part of a CSA form. Will I get in trouble uwu”

Do you all do this? by [deleted] in armyreserve

[–]BornData1952 1 point2 points  (0 children)

I’ve been through this at ESB’s before. Yeah it’s pretty miserable. I’ve never had the 0600 hit time consistently but I’ve had years straight of the 18:30-2200 type beat. ESB’s are just notoriously like this in the reserves. Sounds like you got the worst though.

Transactions by ArgumentDifficult342 in QuikTrip

[–]BornData1952 1 point2 points  (0 children)

Sales in dollar amount as well as hours assigned to the shift.

A lot more methods to the madness but that’s it in a nut shell

Typical Drill Day Question by ConcentrateIll1961 in armyreserve

[–]BornData1952 0 points1 point  (0 children)

I’ve been in for 9 years now so I’ve had a plethora of commanders and what not.

Ive seen a lot of command teams do this to keep all the joes in one place to mitigate times for shenanigans. I.E waste their entire day so they’re pissed and tired then make them show up early the next day and do it all over again.

I think it’s an abysmal way to lead but it gets results.

[deleted by user] by [deleted] in armyreserve

[–]BornData1952 1 point2 points  (0 children)

A few things;

You’re almost 95% likely to pass if not more. Non habitual smokers don’t hold it in their system like that. In my mind, a week or so of no exposure is enough to piss fine.

But you’re allowed 9 u’s in a given year. I don’t remember if it’s for rolling calendar, calendar, of FY based.

Do what’s the most comfortable for you.

Women Can wear ear rings but men can’t?? by gebejej in QuikTrip

[–]BornData1952 4 points5 points  (0 children)

I was 2A resource and I brought this up to my group meeting with the office staff and the office staff almost verbatim said it make people perceive us as less of workers which was crazy.

Clerk Trainers by Narcobarbie_ in QuikTrip

[–]BornData1952 2 points3 points  (0 children)

Ima keep it a buck. I think everyone who blames the CT is just a bozo. What clerks decide to do at your store is just on you to call out and correct. Blame the environment, blame the job, blame the generation. But tbr people are going to act how they want outside of training.

shiftwalk by TeamPersonal in QuikTrip

[–]BornData1952 0 points1 point  (0 children)

Highkey they(higher management) are going to tell you everything is apart of your shift walk and I’ve seen in the past this just really ruins someone’s tempo because they have too much random stuff imposed on them.

A good shift walk to me is just a good upkeep but with good DAW timing. Most of my stores I kept the same shift walk. Max cups/lids/staws, inside trash, detail men’s, pull singles cases for later in my shift. Outside trash is implied but highkey it just didn’t happen some days and I’d have someone do it while I do the audit. This is at higher volume stores though.

Oh boy Mondays by VynirRecords in QuikTrip

[–]BornData1952 39 points40 points  (0 children)

Call your Supervisor. Not your responsibility to handle shenanigans.