computer_expert
Members-
Posts
1,188 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by computer_expert
-
I run several on a mix of debian and ubuntu VMs. Updating is pretty simple too - just run 'apt upgrade' and it stops, upgrades and starts everything back up again. I've always found it easier to run on linux.
-
The great firewall of China blocks it (or at least most of it). I know of a few other schools that have the same problem with students located within China. It's not available on the on the Chinese office 365 instances operated by 21vianet either
-
Are they disabled in the BIOS/UEFI settings?
-
If you can self host, OSTicket is very good. You can have separate email addresses (one for IT, one for maintenance etc) and restrict departments from seeing each others tickets. Moved from spiceworks on prem many years ago.
-
C++ 2013 Redistributable Deployment - No SSCM
computer_expert replied to robyholmes's topic in Windows 10
You could use something like the free version of PDQ deploy to push it out. -
MDT deploy image when logged into Windows - Format disks
computer_expert replied to petben's topic in O/S Deployment
Try editing customsettings.ini like this: [settings] Priority=[b]TaskSequenceID[/b], Default [DeployW10] DeployType=NewComputer Add the bit in bold to the priority line at the top of customsettings.ini, then replace DeployW10 with the ID of your task sequence. -
RDS - Firewall Ports Needed to run online
computer_expert replied to kostascoffee's topic in Windows Server 2019
I had a RD server and just port 443 was open inbound. Make sure you have RD gateway/web access installed and configured. Whatever you do, do not open port 3389 inbound as that is a reasonably fast way to get compromised. -
How to disable students from viewing hidden folders via GPO
computer_expert replied to lionsl2005's topic in Windows 10
If the suggestion by by @LeMarchand doesn't, these templates may help: http://www.edugeek.net/forums/windows-10/191783-windows-8-10-file-explorer-ribbon-customizer-adm-template-2.html#post1712936 -
Who will still be running on Win7 and Server 2008 after Jan 2020?
computer_expert replied to bodminman's topic in Windows
3020s work fine with UEFI/Secure boot & Win 10. The only ones I've had issues with are the older 390/3010 which had to stay on BIOS due to issues with PXE & UEFI -
Google Cloud printing - ending Dec 2020
computer_expert replied to mdrabble's topic in Cloud Services
Would this not do the trick for you? EduGeek.net - PaperCut makes BYOD printing free for everyone -
Stab in the dark here, but maybe if you look at the computer object's OS version in AD and see if it changed during the upgrade. If not have a look at the created/modified date on the object tab in AD users & computers (you may need advanced features turned on in the AD U&C snap in). If a VMware VM, see what OS is listed in the VM properties? edit - or have a look to see if you can find any of these log files https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-setup-log-files-and-event-logs
-
DELL SERVER (Poweredge T610 & T420) - UPDATING BIOS...
computer_expert replied to Koldov's topic in Hardware
I ran this on an R420. Don't use iDRAC enterprise to mount the ISO then run the updates otherwise you will be in for a world of pain. https://www.dell.com/support/article/uk/en/ukbsdt1/sln296511/update-poweredge-servers-with-platform-specific-bootable-iso This ISO won't do things like the PSU firmware for good reason and may not have the latest updates if they were released after the ISO image was built. -
[ltsb, 1607] Slip-streaming updates in to WIM
computer_expert replied to kennysarmy's topic in Windows 10
Are you missing the latest SSU (Servicing Stack Update)? Sometimes you have to apply the SSU first before the updates apply correctly. What happens if you use a fresh wim with OSDBuilder or WimWitch to apply the updates? -
Building new Windows 2019 Server with PaperCut
computer_expert replied to MrWu's topic in Windows Server 2019
Also using papercut on Server 2019 with sql express here...no issues to report -
They promised the same with gen1 unifi switches and then removed all mention of it from the website...
-
[mdt] Adding MS updates in to your deployment of Windows 10
computer_expert replied to kennysarmy's topic in O/S Deployment
Enable the pre/post windows update task sequence steps (just above your 'custom tasks' folder). This should then pull the latest updates from from your WSUS server, providing the machine has either applied GPO with WSUS configuration, or you have manually specified WSUSServer in customsettings.ini as below: WSUSServer=http://wsus-server.fqdn:8530 MDT will then handle the reboots for you. If you want to continue with WSUSOffline, you'd have to manually watch the WSUSOffline process and see how many reboots it needs (it's variable), then keep calling update.cmd from the TS like you are, then using the MDT task sequence step to reboot the PC every time WSUSoffline requests a reboot. If you don't let MDT handle the reboots then you will break the task sequence. -
[mdt] Adding MS updates in to your deployment of Windows 10
computer_expert replied to kennysarmy's topic in O/S Deployment
I use OSDBuilder to inject the latest updates into the WIM. Anything else is then pulled from WSUS. -
Remove Student connections to 2019 Std server?
computer_expert replied to jmair's topic in Windows Server 2019
What about using the session time limit GPOs to kick them off once the session reaches a specified length? https://docs.vmware.com/en/VMware-Horizon-7/7.3/horizon-remote-desktop-features/GUID-83C8A02F-814F-4F3F-A046-C7778195BA4F.html -
Disable Command Prompt in MDT PXE Booting
computer_expert replied to ITGuyNW's topic in O/S Deployment
With SCCM this is a checkbox toggle to disable, MDT on the other hand requires you to mount the boot image and edit an INI file as described here: Disable F8 during LTI install (updated) You'll need to do this every time you update the boot image. Edit - just re read the post and the above won't help. Leaving the post here though. -
WSUS ...what WIN 10 EDU Products to choose for updates.
computer_expert replied to WCHS_Panthers's topic in O/S Deployment
From windows 10 1507 to 1809, updates fall under the windows 10 product. W10 1903 has a separate product which you have to enable (I think there will be a separate product for the next build of windows 10 too). I sync the 'Windows 10' product (possibly features on demand too but I can't check at the moment). I don't sync any of the other products. I've seen WSUS instances where syncing drivers effectively killed them requring a fresh install & new database to speed it up -
NPS client cert expiration catch 22
computer_expert replied to ADMaster's topic in Wireless Networks
I think a script with something like certutil -renewCert may be your best bet. Longer certificate validity periods (5yr plus) may cause issues when your intermediate/root ca certificate is approaching it's expiry date though. As a preventative thing for next year, you could set up a temporary SSID with a wpa2 passphrase (and ACLs to lock it down to only access your DC(s) & CA) and use something like this to push the new profile out. -
NPS client cert expiration catch 22
computer_expert replied to ADMaster's topic in Wireless Networks
Not a definitive answer but how long are the certificates valid for? If 1 year, what about changing it to 2 years within the certificate template (should at least get you through the summer holidays!). edit - what about playing with the renewal period box in the certificate template? (note the certificate will renew at any point between the value here and the expiry date) -
Nice! Any other cool features you know of? --------- If you use the CLI (which you should at least look at if you have a managed switch!) you can type menu and you get a nice little menu to configure basic things (like vlans) on HPE/Aruba gear
-
MDT finishes then tries to log into Win10
computer_expert replied to petben's topic in O/S Deployment
MDT 2013 doesn't look supported for anything newer than Windows 8.1/Server 2012 R2. I'd try upgrading to the latest version (8456). Log in to the machine after the deployment has completed and check there isn't a (possibly hidden) folder called "_SMSTaskSequence" in the root of C:. If you have this folder left on the drive, it's more than likely that the build has failed for some reason (see the logs in the log folder).
