Jump to content

imullings

Members
  • Posts

    53
  • Joined

  • Last visited

Reputation

105 Excellent

About imullings

Personal Information

  • Location
    Devizes
  • Homepage
    http://folders.devizes.wilts.sch.uk/download/
  1. IT Technician - Devizes School Wilts - £26,357 - £30,151 - Closes 21st July 2023 https://www.eteach.com/careers/devizesschool/job/it-technician-1346070
  2. I made this some time ago and still use it. https://github.com/imullings/AUP?files=1
  3. 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()
  4. This is our windows 10/Server 2016 layout. We are also moving to ue-v so no profiles. This is not CC4 though
  5. We are looking for someone to support our stage productions and IT network. https://thewhitehorsefederation.current-vacancies.com/Jobs/Advert/659240
      • 1
      • Thanks
  6. 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.
  7. 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
  8. 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.
  9. 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.
  10. This is ours Moodle with our own theme. It changes all the time and is auto login.
  11. 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!
  12. 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.
  13. All users that can update the database need to be able to have read right access on the ntfs permissions.
  14. Hi Do all staff have the correct permissions on the access database?
  15. 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!
×
×
  • Create New...