-
Posts
7,556 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by DJ-1701
-
Hmm, interesting... I just installed 11.4 with the MST holding the code on a virtual machine with no network connection and it stated it was activated...
-
Well if you do need it in the future, in the Display settings you can give change the Scale and layout a go, which is usually at 100% to a value like 175%.
-
Happy Birthday Edugeek! Only two more years and you can head to College.
-
Only good news in this thread [News that makes you smile/feel happy]
DJ-1701 replied to 6Foot2's topic in General Chat
I assume the blurred out part was the door number. Would have been pretty hard to guess which house posted it otherwise. Very sweet. -
Well I can tell you what's wrong... there is no } at the end of the ForEach statement. That's why I always format my code like the following, makes it easier to spot issues with those brackets. $usernames = Get-Content ForEach($line in $usernames) { $oldhome = "\\fileserver\home\$line\My Favourites" $newhome = "\\fileserver\staffhome\$line\My Favourites" robocopy $oldhome $newhome /E /W:1 /R:1 }
-
Well, unfortunately I have just confirmed that Office 365 Device-Based Activation no longer works, and has been retired. Anyone lucky enough to be on EES rather than OVS can use the new method of Microsoft 365 Device Based Subscription for Education though for those of us that don't have that many staff to get EES I am wondering where to go from here... Only option I can think of is Shared Computer Activation... lucky we have SSO setup... but of course if anyone is using a stand alone school device with a local account, that's where things get interesting for us all... I thought I would start this thread first to notify anyone that starts getting PreflightCheck failed - wait: 463, PreflightCheck failed - wait: 459, PreflightCheck failed - wait: 390, etc errors. Second for anyone to discuss where they are going from here... or let us know there is a magical thing us OVS users can do to get DBA or DBS working. [sarcasm Self Test Complete].
-
Well, I have it up and working, and information about how that happened is in the thread, I would have thought @Dom_ would have it working too. Since a couple of years back I have been given more information on this though, and basically from what I have been told Quantum filtering cannot read internal IP's unless you are using the AD proxy. So what you need is either: 1) Use the AD proxy on the device and create rules based on your internal static IP for the device, and then create a profile in Surfprotect based on the internal IP... or if not possible... 2) Request the static internal IP address to be mapped to an external address, which then you can use to create a profile in Surfprotect based on the external address.
-
The SQL does execute successfully, and I do get a different error when trying to complete post-installation (Fatal Error: Could not find stored procedure 'dbo.spSetDefaults'), but unfortunately when deleting the DB and running the command I just get Fatal Error: Database creation failed. I will continue battling with that error and as you suggest installing when the server is in a workgroup. Many thanks for your help.
-
Please tell me there is a DIY store around the corner called 'Hammer Time'.
-
Yeah, this was from fresh ISOs from VLSC and I have rebuilt the VM a few times before I started using Snapshots. As in line with my bad luck, that's one of the articles I have followed to configure from the command prompt which also failed. Thanks very much for your helpful posts, just typical that this weirdness continues to stump me as it has for a few days now.
-
Ironically, this is a virtual server, been rebuilt quite a few times using the Domain Admin account with windows authentication to the SQL database and the VM currently has checkpoints on. Uninstalled WSUS, deleted DB, checked IIS no WsusPool nor WSUS Administration. WSUS download directory deleted. Reinstalled... same failure. How very, very odd...
-
Ok, bit of an odd one... Windows Server 2019, SQL 2019 and WSUS... I can add the Role of Windows Server Update Services with the WSUS Services and SQL Server Connectivity options, but once that completes and I have to do the Post-deployment Configuration stage, it tries for a little while, then falls overs, I have tried with Server Manager, I have tried in Command Prompt to execute this, it always fails and appears to have the same message either on screen or in the log file... Post install is starting Fatal Error: The schema version of the database is from a newer version of WSUS than currently installed. You must either patch your WSUS server to at least that version or drop the database. My Google Fu can't find anything online that will help, have tried dropping the db and restarting, no joy at all. This works perfectly fine with WID instead of SQL, but we want to use this with SQL. Any ideas?
-
Thermal Cameras in Schools - Are you being asked about them?
DJ-1701 replied to Net-Ctrl's topic in Our Advertisers
Thanks @Net-Ctrl, it's nice to get an honest overview from an established reputable company such as yourselves rather than some chancers I've heard contacting schools.
