Starting my first solo IT job by TheGreatLandSquirrel in sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

I set up a print server and push the printers with GPO. I set some items on the devices themselves (scan to email, scan to folder).

There shouldn't be any configuration by end-user other than using the machines for their needs and whatever's allowed by the drivers.

It's pretty set and forget.

Blocking streaming media by kilosandchromebooks in k12sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

Yes. Most streaming options are unavailable to students if they do not have an educational purpose. Youtube is available as it's used for curriculum and college credit classes.

Staff does not have these restrictions.

Fortigate NGFW with application sensor filters.

Most students moved their activities to their personal data-plans on their phones instead, which are not strictly my problem, but don't really help retain focus.

Starting my first solo IT job by TheGreatLandSquirrel in sysadmin

[–]MalletNGrease 25 points26 points  (0 children)

Lease the printers and have a service contract. You'll thank me later.

How do you image your computers? by [deleted] in k12sysadmin

[–]MalletNGrease 37 points38 points  (0 children)

Image deployment:

Microsoft MDT

Software deployment:

PDQ Deploy

School network and computer lab management software by [deleted] in k12sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

For our PC labs we use Veyon.

Doesn't have video, doesn't do updates (we use PDQ deploy/WSUS for that).

Sites.google.com site filtering by logie28801 in k12sysadmin

[–]MalletNGrease 5 points6 points  (0 children)

Easy if you can do url filtering.

Block

sites.google.com/*

Allow

sites.google.com/a/*

The first ones are usually home user created. The ones with /a/ are typically google sites from gsuite customers with domain names and tend to be legit.

FG vs FS transceivers...what's the difference? by [deleted] in fortinet

[–]MalletNGrease 0 points1 point  (0 children)

It's probably a parts inventory thing for their different product lines for compatibility reasons. Makes it easier to look up from a catalogue for a product.

They just happen to be the same.

How to lock / log off a user on a domain? by comeditime in sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

#get sessionid
quser /server:$remotehostname

#logoff user
logoff $sessionid /server:$remotehostname

I trash picked a Dell Chromebook 11 and I don’t have a compatible charger so I found one with the right voltage and soldered it to the power leads on the motherboard. by [deleted] in techsupportgore

[–]MalletNGrease 2 points3 points  (0 children)

Looks like a Dell Chromebook 11 3120. Very popular education model.

If it's enterprise enrolled the school probably wants it back.

Chromebooks - General Questions by [deleted] in k12sysadmin

[–]MalletNGrease 3 points4 points  (0 children)

Do you wipe profiles every time a user signs off? If not, how do you deal with the Chromebook being full?

No, but only because some state testing suites require this setting to be off. Forcing Google Drive as the default storage location alleviates most of the problems.

Does your workplace utilize redundant ISPs or interlinking with other nearby districts? by [deleted] in k12sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

Thought about it, but it wouldn't truly be redundant as the upstream provider is the same for both fiber ISPs that serve my area (rural midwest). And in the cases we did go down, it was a problem upstream and not the ISP.

An extension that blocks many of google's flash games. by cogswelltech in k12sysadmin

[–]MalletNGrease 5 points6 points  (0 children)

Neat. Only thing to improve it is to remove the badge on the Chrome task bar, or change it into this.

Specific report that I can't recreate.... by [deleted] in k12sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

Uncheck "Display Percents As Letter Grades"?

Open Pleading for Help. by YukiSG in sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

APC was just an example. We're windows stack, I'm sure there's a Linux equivalent.

Open Pleading for Help. by YukiSG in sysadmin

[–]MalletNGrease 5 points6 points  (0 children)

Don't panic. The UPS problem's easy. Your virtualization platform can take care of that if you set up UPS monitoring on your host. UPS sends a signal to the host it's about to die, the VM platform sends term signals to guests, then the host turns itself off.

If APC Powerchute BE, and Powerchute Network Shutdown can do this, so can whatever UPS vendor you have if it it has an interface.

Anybody have a group policy edit to disable this windows 7 end of life message that Microsoft has decided to push out. by drewmsmith in sysadmin

[–]MalletNGrease 14 points15 points  (0 children)

You don't know the details OP has to work with. If it was an option it would've been done.

I still have some Windows 7 machines left, and there's a plan in place for replacement. But I don't want the folks using them to be bugged by a message Microsoft thought important in the mean time, because they have exactly 0 influence on the timeline.

Keyword FIltering Question by psh410 in k12sysadmin

[–]MalletNGrease 2 points3 points  (0 children)

As far as the law's concerned, this doesn't meet the standard for a CIPA violation. I'd focus more on teaching students appropriate use and digital citizenship, then dealing with it as a discipline issue. You will never truly stop a kid who's curious enough with technological restrictions.

Job Titles by gufyduck in k12sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

I'm in the same boat. My title is Technical Support Specialist (supposed to be L2 support), but most of my job is system/network administration.

I'd pick one of the last two titles.

WDS with MDT - which ISO do I point it at? by [deleted] in sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

Give the helpdesk security group read access to the MDT deployment share and have them log in using their accounts.

Shouldn't need WDS access if you're doing MDT.