-
Posts
53 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by imullings
-
I made this some time ago and still use it. https://github.com/imullings/AUP?files=1
-
Thanks for the tips above. I have added the code for display name in the script below if anyone needs it. #NoTrayIcon ;Libraries and Variables to Include #include ; Pixels foro top right of screen $WidthFromRight = 400 $XPos = @deskTopWidth - $WidthFromRight ; Function to get display name of the currently logged in user. Func GetFullName($sUserName) $colItems = "" $strComputer = "localhost" $objWMIService = ObjGet("winmgmts:\" & $strComputer & "\root\CIMV2") $colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_UserAccount WHERE Name = '" & $sUserName & "'", "WQL", 0x10 + 0x20) If IsObj($colItems) then For $objItem In $colItems Return $objItem.FullName Next Else Return SetError(1,0,"") Endif EndFunc ;Create text window. SplashTextOn("User", GetFullName(@UserName), 200, 16, $XPos, -27, 32, "", 10) while ProcessExists ( "explorer.exe" ) ; keeps window open while windows shell is running. wend SplashOff()
-
CC4 Windows 10 - Who has made the full site move?
imullings replied to superaz300's topic in Network and Classroom Management
This is our windows 10/Server 2016 layout. We are also moving to ue-v so no profiles. This is not CC4 though -
Don't use it in production yet but I have made a AUP program. You can see the BETA at https://github.com/imullings/AUP I haven't written the help file yet but you can use it as a logon script in group policy. Any feed back would be good.
-
SCCM 1610 & Capuring/Deploying Windows 10 Education 1607
imullings replied to CHiLL's topic in Windows 10
Couldn't agree more with SuperduperPackager. Use the MS wim and do the task sequence on top of that (with gpo's , GPP and sccm or your choice of software deployment). We do inject windows updates into windows 7 wim but other than that no alterations is the way to go. Ian Mullings Devizes School IT Support -
Acceptable Use Policy on log on
imullings replied to kidpressingbuttons's topic in How do you do....it?
Don't use it in production yet but I have made a AUP program. You can see the BETA at https://github.com/imullings/AUP I haven't written the help file yet but you can use it as a logon script in group policy. Any feed back would be good. -
Different pins/accounts for each child! You need to check in sims that a new parent is not created for the second clild. We had this with another system that used sims and found out that our admin did not look for a match with an existing parent when creating an new student.
-
-
My other big problem with SMHW is it does not work reliably in IE. That is fine in school as most users use Chrome but home users have problems connecting! Please sort this out as well! Sorry end of rant!
-
Hay we all work in IT so know things go wrong. We all have problems but if a company does not respond to the problems even if they cannot sort them out it is just bad. We are told that the problem is with the data we sent them! It was a week until they responded and we had done a manual update of email address the day before! Not happy as I had several sad emails from patents of upset year 7's who could not login. Something has changed as we haven't had problems before but no information from SMHW is bad. Looking forward to finally getting this sorted.
-
Error 500 with Devizes Room Bookings on 2008 R2
imullings replied to Maxell's topic in Educational Software
All users that can update the database need to be able to have read right access on the ntfs permissions. -
Error 500 with Devizes Room Bookings on 2008 R2
imullings replied to Maxell's topic in Educational Software
Hi Do all staff have the correct permissions on the access database? -
Yes Same issue here. New users in but no email address updated so not connecting to AD. Support no help even after lots of emails!
-
We have just migrated to dfs servers for all our documents and files. We have setup \\DOMIIN\data\users\work\%username% for all users. This is load balanced across 3 servers for performance and if we loose one or even 2 servers it still keeps going (With replication) The down side is we have to have 3 copies of ALL the user data.
-
Hi You may want to check RM tech article TEC1484478 on setting up PXE.
-
This takes me back Build disk (usb keys) and CD's Even when we had CC4 we PXE booted the build Iso to stop this fun.
-
Student logon to a staff workstation, so what is the problem? Student using a staff logon big problem.
-
Try using an old ps2 keyboard and not a usb Some old RM kit still needs ps2 to get to bios functions
-
Does SWGFL proxy cache cookies?
imullings replied to JAB1a's topic in South West Grid for Learning (SWGfL)
Sounds like the website is using the IP address once logged in. SWGFL and most proxy servers present connections as if they are the same IP. SWGFL run several proxies but it will still cause clashes. Hope that makes sense and helps the programmer sort out the issue. Ian Mullings Devizes School IT Support -
-
On our win 7 (On CC4) Shared desktop = C:\ProgramData\Shared Desktop Shared start menu = C:\ProgramData\Microsoft\Windows\Start Menu Ian Mullings Devizes School IT Support
-
NTLM & MRBS : Accessing From WithIn The Network.
imullings replied to russdev's topic in Web Development
You can try adding support.domain.com into your exceptions for the proxy server in IE. If this then works it can be done domain wide with a GPO Ian Mullings Devizes School IT Support -
All it does is pull the feilds setup in Moodle from LDAP into the Moodle database. Passwords are checked every time you logon. If you change your windows password it will work stright away. I run it when a lot of new users are created or if I update lots of users descriptions. So yes it behave the same way as if you haven't run the script. Ian Mullings Devizes School IT Support
