-
Posts
61 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by rckngslnd
-
TSOHost no longer supporting sch.uk domain
rckngslnd replied to rckngslnd's topic in Internet Related/Filtering/Firewall
not sure they support it, but going use then as NS as seems very easy to setup -
Hi Anyone else come across this issue, where the Kerberos ticket on Mac bound to AD does not get created automatically on Ventura update, please note this worked on every version we currelty have, i can use kinit command to create one on login but does require user to login , anyone else had this?? Exactly same issue on apple, https://discussions.apple.com/thread/254484277?page=1
-
We do, i have a look intot this
-
thanks, using mosyle so don't really want to change
-
thanks for replied, hopefully looking for easy to use Mac based applications if possible, and free would be nice
-
Hi We currently have a room of Macs we use for Music, all binded to AD so children and staff use AD credentials to login. Currently teacher on windows machine use a program based on .Net to change students password, what i would like to do something similar on the macs but for the life of me i cannot find anything, anyone got any ideas??
-
i can look into that, but we using uev at moment so maybe something for the future
-
Hi Been trying to find Microsoft template UEV gallery for windows 10 office etc. Can anyone point me in the right direction?
-
Hi, does anyone have complete list of ports and sites etc that need to be unblocked for Mosyle
-
Hi Got a strange UE-V issue with our users. I try to explain as best as I can. We have a policy to set users UE-V profile to go to their user area documents that seems to be working correctly, most of the time. The problem we are having is that on occasion the users UEV profile will go to the root of the staff profile share with the name %username%, when checking it has the correct permission for the user. I have checked the UE-V logs and cannot see any issues. Anyone got any idea?? It will randomly go back to the correct location.
-
Hi Anyone else having issues, just notice ALL EIS services down including any DNS forwards emails etc. Hopefully it can get sorted before Monday Not sure anyone from EIS read this but was interested to find out what the issue is?? Anyone else have any idea looking at it seem they having pretty big issues again!!!!
-
Edecel promissor On screen Testing Win7 x64bit
rckngslnd replied to ianniow's topic in Educational Software
i'm also having problems as does not like flash version 11 , i trying to find an earlier version. I was told version 9 may work on phone but cannot find that for windows 7 64bit anyone have a copy i could use?? -
Hi The idea of removing the printers is because printers are allocated per OU. When a user moves to another room they will get the printer in that room and the other room, this ok for small sites but we could end up having 40 plus printers and as our users can barely manage to print i would like only the printer allocated to that OU. Also i'm allocated printer via Printer management
-
Hi Trying to delete all network printers on logoff , but keep getting Access denied error on objPort.Delete_ line, i'm using following script, works fine on admin : strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colInstalledPrinters = objWMIService.ExecQuery _ ("Select * From Win32_Printer Where Network = True") For Each objPrinter in colInstalledPrinters objPrinter.Delete_ Next Anyone got any ideas, am i right at saying logoff script runs under local admin??
-
Hi Going open this up again, I also move boxes mostly with help from NM. We have a big delivery and the caretakers expect us to do all the heavy lifting. If it was a few pc etc, I wouldn't care but we have 322 new pc 100 monitors and 20 printers as well as all the old equipment to move to a location to be recycled. This is also a big problem as this going happen right in the middle of a Domain switch. We have asked if we could arrange some help, but the only response we get from our line manager is he will deal with it when it happens. I for one would like some classification as this will happen in the summer where Caretakers with be busy as it is.
-
MDT 2010 / Windows 7, driver ranking problem for Realtek HD Audio
rckngslnd replied to morganw's topic in O/S Deployment
Hi Been looknig for these could you post a link please -
Hi Thanks for script, i tried this on a windws 7 pc also on a server 2012 server, for me it copy all files as it meant to but not when you check permission on any files been copied, it has not inherfited any permisions form the parent folder, any ideas??
-
I tried ti today works perectly when i tempory disable UAC, hope this helps any someone else with similar problem
-
Look like it UAC blocking it, thanks for anyone that tried to help
-
Hi Yes that was typo in the thread, the thing is i'm not getting an error it seems to run fine but no registry entries have been added
-
Hi Wrote this script at home and worked perfectly , but when trying to use it on a windows 7 PC on the domain it will not write to HKEY_LOCAL_MACHINE but when i change the hex key can get it to write to the HKEY_CURRENT_USER. Please could anyone give an ideas in why this does not work?? Please see code below const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set StdOut = WScript.StdOut Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_ strComputer & "\root\default:StdRegProv") 'set path for autologin strKeyPath = "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" 'setting default username strValueName = "DefaultUserName" strValue = "08student" oReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue 'setting password strValueName = "DefaultPassword" strValue = "password" oReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue 'setting domain strValueName = "DefaultDomainName" strValue = "Windows-media" oReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue 'enabling auto login, set 1 to enable and 0 to disable strValueName = "AutoAdminLogon" strValue = "1" oReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue
-
Hi I'm trying to spec up some upgrades we doing, we looking to buy some RM PC without no OS as we buying licensing from another company. They saying to me that under Microsoft OEM rules they have to ship with a OS. This confuses me as I'm buying hardware and could install any free OS if i wanted anyway. Anyone no the rules for this as it seems stupid buying OS for no reason. Thanks in advance
-
Windows 7 x64 Drivers for LSI 20160 SCSI Adaptor
rckngslnd replied to Naughty_Nigel's topic in Windows 7
Hi Have you got the drivers for this card please LSI Logic Ultra160 PCI SCSI Adapter; 53C1010-66 Device -
Windows 7 x64 Drivers for LSI 20160 SCSI Adaptor
rckngslnd replied to Naughty_Nigel's topic in Windows 7
Thanks these worked a treat on our server 2008 r2 64bit
