-
Posts
11 -
Joined
-
Last visited
Reputation
11 GoodAbout 404_WolfNotFound

Personal Information
-
Occupation
Systems Administrator
-
Interests
Programing
-
Location
birmingham
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Possibly try letting Entra Connect do the SSO and disable SSO via GPO.
-
We had the same issue, started in October. Only just managed to fix it by installing the January 2026 build 22H238. From what I can gather this is because of the Hardening of SSO and a few KBs to make Windows 10 compatible. How ever those KBs seemed to be broken.
-
I personally use VS Code as my main IDE how ever the teaching staff dislike it because it is to complicated and prints the execution command to console when running the debugger. I have tried to get them to try Thonny, I may push for it again since it did look quite nice. Question can this be used for multiple file projects? I ask because whilst I am a hobbyist programmer the one language I do not touch is python.
-
JetBrains told me this does not work well with OneDrive or AppLocker. I have had nothing but problems with System Interpreter constantly breaking and needing to be set up. We are now trying to push away from PyCharm since it requires constant attention from me during lessons to maintain functionality.
-
Hi all, I need to select a python IDE for use with GCSE and A Level (BTech Level 1/2). We are a cloud based OneDrive site running windows 10. What software/IDE does every one recommend?
-
Hi all, I am wondering if anybody has had/resolved the following issue. So I have App Locker set up in my student computer OU as a GPO. Default rules are applied across the board & everything is set to enforced (not audit). However when the policy is applied MS Edge will not allow the user to sign in (which should sign in by default). This is an issue because we need MS Edge set up to require the user to be signed in, to use edge (via GPO). When launching Edge on an affected computer, it shows the "Select Your Profile" screen. If you try to sign into your profile you get the following error message. We can't sign you in at the moment. Error code: 3, 15, 1067. After numerous google searches, speaking to 3rd party support agents I have gotten no where. I know this issue is caused by App Locker, since if I disable or remove the policy (which only has app locker settings configured) everything goes back to working fine. I have also reviewed the event viewer logs for App Locker and the logs do not show any app as being blocked when I put the policy into audit mode (If the policy is not in audit mode, no logs seem to be generated). I do unfortunately need to use app-locker since I need to allow/block exe's by publisher. So if anybody knows the solution to this issue, please advise. Thank you
-
Hi all, So unfortunately Broadcom have priced VMWare at a price point that schools are now unable to afford it. I know this is effecting a lot of schools around the U.K I am now in the position of needing to look into migrating over to an alternative, for this I am pretty sure the only option is Proxmox VE. After playing with Proxmox I must admit, I am having a hard time getting anything work. For example I am unable to link my SAN storage, I can connect both iSCI ports to the SAN but am unable to add the LUN. So I was wondering if anybody has done it already and if anybody is able to give any advise on how they successfully migrated over. Does anybody have an resources or experiences they can share that might help me better understand how I would migrate my site over? Thank you
-
New Print Script - The Bar has been raised!
404_WolfNotFound replied to 404_WolfNotFound's topic in Windows Server 2016
Forgive me guys the point of this thread is not to force or convince users to move to this as a solution, this is for those sites that are all ready using a print script system and would do not have the money available to purchase a managed system. Since the MS api for vb script and login scripts is not changing no editing of this script is ever required since everything is managed by AD groups, memberships and shared printers. The script just ties them all together autonomously, plus i am here to try and help people who gets confused.- 8 replies
-
- printer mapps
- printer script
-
(and 1 more)
Tagged with:
-
New Print Script - The Bar has been raised!
404_WolfNotFound replied to 404_WolfNotFound's topic in Windows Server 2016
I work on a site with a at least 50 different printers dotted around the building, using GPO to handle and manage that volume of printers is an absolute night mare. Especially when it comes to targeting printers to a specific machine or set of machines, whilst having a printer deployed to all members of an machine OU group is impractical (due to security or confidentiality concerns). The print script simply allows you to make a shared printer on a print server, whilst creating an AD Security Group of the same name for instant deployment. No editing or waiting for Group Policy to update, just add machines to the group and away you go. Whilst making it easier to deploy printers out to individual machines, up until now they have been lacking a lot of functionality that GPO provides such as targeting users and OU groups instead of just machines. Hence I set to work, making a print script that has all the extra desired features that I would of otherwise had to of spent hours in GPO setting up or would have had to have purchased professional software to handle. As with today's update, as I encounter limitations such as the local USB card printer for 1 machine being the default and confusing users, I will improve the script with additional functionality. Hope that answers the question.- 8 replies
-
- printer mapps
- printer script
-
(and 1 more)
Tagged with:
-
New Print Script - The Bar has been raised!
404_WolfNotFound replied to 404_WolfNotFound's topic in Windows Server 2016
Change log v.08 Added ability to disable local printers being mapped as default printer.- 8 replies
-
- printer mapps
- printer script
-
(and 1 more)
Tagged with:
-
Hi everybody. I am sure by now we have all seen the exact same old boring print script a thousand times. You create a set of groups sharing the same name as your printers and add your machines to those groups. How ever, I felt that this basic boring print script was actually sub standard and that as a programmer I could whip up something with a lot more functionality. So with out further delay I present to you my Over Complicated Printer Logon script lets begin with a break down of how this print script is superior Logging: The ability to create a text log of what the print script is doing, perfect for debugging those irritating issues. Recursive Groups: When searching for printer groups, say if my machine is a member of a sub group or a sub sub sub group with a printer then it still gets the printer. Multiple Servers: Why map printers on 1 print server, when you can map printers on all your print servers. Exclusion Group: You can add a group that prevents the print script from making any changes to the computers printers. OU Group Printers: You can define a group using a named prefix in an ou container, any machine in this ou will search that group for printer groups too. Follow Me Printers: Not only can you define print groups by machine and ou but it will also search the logged in user for printer groups. Easy to understand config section built into the script, this is the one part you are allowed to change. Print Servers Group name to prevent printer changes Print group name prefix Delete local printers, yes or no Enable ou printer groups Prefix name of ou printer groups File path for logging (supports %USER% and %COMPUTER%). I do apologise, I am the absolute worst at explaining things, but if you have any questions just drop em below and i shall do my best to reply with an answer. Printer Script: Click here for the Gist on Github. Please keep note of the version number in the top comment as this will be used to track changes. The bar for printer scripts has now been raised! Thank you and Enjoy! - - - Updated - - - Reserved for change log.
- 8 replies
-
- 2
-
-
- printer mapps
- printer script
-
(and 1 more)
Tagged with:
