Jump to content

adrianjones

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by adrianjones

  1. Just planning for the summer for a new domain controller. Just wondering what's the difference between Windows server 2019 and Windows Server?
  2. Powershell Script to remove Windows 10 Apps on logon: Get-AppxPackage -AllUsers | Remove-AppxPackage Get-AppXProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online
  3. I had a similar situation with disappearing printers using Group Policy or GPP, I reverted back using a logon power-shell script: Code:
  4. Found a solution to get it working http://www.edugeek.net/forums/windows-10/194127-implementing-ue-v.html
  5. Hi Been testing our UEV on Windows 10 (1803) Enterprise and education addition. It does not write back the user settings to a server share. It works on Windows 7 and 8.1 running the UEV client and writes back the settings to the share. Any Ideas?
  6. We allow windows 10 pre installed apps to run just for the teachers, The group policy you need to activate is Computer Configuration > Administrative Templates > Windows Components > App Package Deployment > Allow deployment operations in special profiles- Enable
  7. Hi Just wondering if there is an easier way to promote or demote a pupil ?. At the moment we are going into the pupil curriculum summary and relaxing the orange lines. Thanks
  8. 180202-web-filtering-standards-for-schools-en.pdf Hi I have attached the Welsh Government policy for web filtering in schools. Two things stand out in the policy they recommend that Social Media and all Webmail are open for pupils and staff. Just wondering on anybody's opinion on this? Do your schools let social media and webmail open?
  9. We gave up on HWB+, But we are using Teams in Office 365 successfully in HWB
  10. Hi With the Christmas season upon us I change the schools desktop to something more festive. The issue I have is, teachers with roaming profiles on Windows 10 and 8.1 the wallpaper does not change from our school default wallpaper. Is there a way around this without recreating the teachers roaming profile.
  11. Hi With the Christmas season upon us I change the schools desktop to something more festive. The issue I have is, teachers with roaming profiles on windows 8.1 the wallpaper does not change from our school default wallpaper. Is there a way around this without recreating the teachers roaming profile.
  12. I use a logon / logoff .bat script: Logon Script: echo Log In %Date% %TIME% %USERNAME% >> \\server\logs$\computers\%COMPUTERNAME%.log echo Log In %Date% %TIME% %COMPUTERNAME% >> \\server\logs$\users\%USERNAME%.log Log Off Script: echo Log Off %Date% %TIME% %USERNAME% >> \\server\logs$\computers\%COMPUTERNAME%.log echo Log Off %Date% %TIME% %COMPUTERNAME% >> \\server\logs$\users\%USERNAME%.log
  13. Hi all A lot of time is spent changing pupil passwords Im curious do other schools allow pupils change their password on first log on, or lock down pupil passwords?.
  14. Will Applocker work on windows 10 education?
  15. Hi Been trying to stop the kids running EXE files from their USB Memory Stick. Can this be done through Software restrictions group policy?
  16. Thanks, just tried that no joy. it is mounting on the //server/share$ and its showing all the users in that share, but it is still not mounting on the lower level. Could it be the NTFS permissions on the share? do i have to unhide it? Im running the latest OSX el capitan. The guide i been using home folders in windows is this https://blogs.technet.microsoft.com/askds/2008/06/30/automatic-creation-of-user-folders-for-home-roaming-profile-and-redirected-folders/
  17. i can mount users Active Directory home drives at login if the path is in the form //server/share$. Is there any way to mount AD Drives automatically to a lower lever i.e //server/share$/userfolder?
  18. Hi School is looking at ways to encrypt USB drives any suggestions? Thanks
  19. Hi I been testing GreenFoot before deployment, when a pupil opens a scenario it opens their documents as normal. Only problem i am getting the pupils can go up a level on the open scenario window and see all the network shares. Any ideas how to stop this? I have checked all the share and security settings, this is the only software this happens.
  20. Try This: Remote Desktop slow problem solved
×
×
  • Create New...