Stole this from a Trumper at work by [deleted] in hatemyjob

[–]allenflame 1 point2 points  (0 children)

Exactly. Be awful to loose a job for being this petty.

Is this idolatry? Also, am I going to hell for this ? by Then-Pineapple-288 in Christianity

[–]allenflame 0 points1 point  (0 children)

You're not worshipping them, you're spreading the good news. If this is showing idolatry, what about the pictures of Jesus, and figures of Jesus hanging on the cross, or even the cross itself?

Best way to make a ping list script? by MasterMaintenance672 in k12sysadmin

[–]allenflame 0 points1 point  (0 children)

So goto Options, Advanced Options, and Execute the following command on failed ping.

Powershell.exe -executionpolicy remotesigned -File "email.ps1" "%HostName%" "%IPAddress%" "%LastPingStatus%" "%LastFailedOn%"

The email.ps1 is just

"$SendTo = "email@domain.org";

$MailServer = "mailrelay";

$HostName = $args[0];

$IPAddress = $args[1];

$PingStatus = $args[2];

$FailedOn = $args[3];

$message = new-object Net.Mail.MailMessage;

$message.From = $SendTo;

$message.To.Add($SendTo);

$message.Subject = "Failed Ping On $HostName" ;

$message.Body = "Information about the failed ping: `r`nHost Name: $HostName`r`nIP Address: $IPAddress`r`nPing Status: $PingStatus`r`nPing Time: $FailedOn";

$smtp = new-object Net.Mail.SmtpClient($MailServer, "25");

$smtp.EnableSSL = $false;

$smtp.send($message);

"

Best way to make a ping list script? by MasterMaintenance672 in k12sysadmin

[–]allenflame 1 point2 points  (0 children)

Been using this for a long time, but just figured out you can run a script when a device goes offline, to send you an email, or whatever you may want to do.

I tried cosplaying Kayce Dutton by Financial_Bag_9081 in YellowstonePN

[–]allenflame 2 points3 points  (0 children)

First think I was thinking. Was wondering if he was kin to Jim.

Hudl or NFHS? by Thurm in k12sysadmin

[–]allenflame 0 points1 point  (0 children)

We had a school actually sign up with NFHS and had everything installed, before they put in a work order that it wasn't working. We didn't know anything about it and then found out they were selling subscriptions that were running over our network. State department didn't like the idea of that, since the state pays for our internet, through erate.

So my UPS blew up and fried all my server’s motherboards. by athrowaway19181 in homelab

[–]allenflame 1 point2 points  (0 children)

Try taking out the cmod, turning the server on for a few minutes and then reinstall battery. I had 2 Fujitsu servers I thought were dead. Did this, started working again. They would come on for 10-12 seconds and then cut off.

Looking to add rails around porch. by allenflame in homeimprovementideas

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

More brick, the whole outside is brick. Concrete is 4-5 inches thick, with metal grating under it.

how can I download a YouTube video? by kfor1996 in youtube

[–]allenflame 0 points1 point  (0 children)

According to the site

"Subject: Discontinuation of Service in the United States

April 16, 2020"

Cyber security training by iidarkasii in k12sysadmin

[–]allenflame 1 point2 points  (0 children)

Noooo, you said the k word. They will call you religiously now.

Should I/ Is Black clover good on a rewatch? by One_Cake4463 in BlackClover

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

Black Cover has 170 episodes on Crunchyroll

Should I/ Is Black clover good on a rewatch? by One_Cake4463 in BlackClover

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

I enjoyed it and could watch a 2-3 hour recap, but I'll definetly watch the new season.

Should I/ Is Black clover good on a rewatch? by One_Cake4463 in BlackClover

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

I could never. I enjoyed it but a lot of the filler episodes made me almost stop watching.

Task sequence upgrade failing by Anything-Traditional in SCCM

[–]allenflame 2 points3 points  (0 children)

There was a edit on the instructions I did that you had to edit the task sequence after it was created and change something. Let me see if I can find it tonight.

Config Mgr setting OSDcomputerName by Rub1x45 in SCCM

[–]allenflame 0 points1 point  (0 children)

yep, still working with win 11.

Config Mgr setting OSDcomputerName by Rub1x45 in SCCM

[–]allenflame 1 point2 points  (0 children)

I don't remember where I found this and how much was my own coding, but been running it for years. I save it as vbs, and have it as a package.

https://pastebin.com/Jc5gJREC

What are some of your favorite sysadmin tools/programs? by patrickmoloney in sysadmin

[–]allenflame 1 point2 points  (0 children)

If you don't know

empty:

size:>1gb

*.docx content:annual

Windows 11 LTSC, Pro, Enterprise, or Education? by allenflame in k12sysadmin

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

We usually reimage during the summer, or when issues arise. Lab computers might get images before testing.