-
Posts
841 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by linkazoid
-
Bump - Is anyone able to help. I've looked on SupportNet too but to no avail.
-
Fluke OneTouch Series II Network Assistant
linkazoid replied to TomHD's topic in Network and Classroom Management
We bought a LRAT after recommendation from EG! I'd say its the tool that is most used in our office. Makes working with our VLAN'd network so much easier. We used to have to HP PCM+ to find where the the port was patched to, now we just plug this in and know in seconds. -
Here - https://www.google.co.uk/intl/en/chrome/business/browser/admin/
-
Is there a NUM key that needs to be pressed and held on the remote whilst entering the pin above? Michael
-
Hi Nick, That didn't work. It came up with an error. Have reverted back to the snapshot taken before the change and will reinstall from fresh tomorrow. Thanks, Michael
-
Hi @nickbro, Can you please let me know the best way to upgrade from v9.5 to v10.2. Is a new install the best way forward? Regards, Michael
-
Delete old home directories for removed users.
linkazoid replied to dany2010's topic in Windows Server 2008 R2
Thank you. Not quite sure why I couldn't find it on the internet. Looks to be exactly what we need! -
Delete old home directories for removed users.
linkazoid replied to dany2010's topic in Windows Server 2008 R2
@dany2010 did you ever solve this. I'm in a similar position now and looking for the same solution. -
Hi, I need to be able to export the following information. Hopefully then I'll be able to use commandreporter to schedule it. I'm new to SIMS and NOVAT and don't know what's best to accomplish what I want. Daily Staff cover changes. Room Changes School Dairy Events for the current week. Thanks, Michael
-
Hi, We are looking to use PHPmyFAQ to use as an internal knowledge base and I'm having trouble with getting LDAP and SSO working. The support from the website is very limited. I have it configured with LDAP and this is working fine. When I enable the SSO section, only users who have logged in previously are logged in automatically. From reading on the site it would appear that the only check for SSO is on the username and not domain\username The code below is part of the SSO.php Is anyone able to help me debug the PHP? /** * Checks if the username of the remote user is equal to the login name * * @param string $login Loginname * @param string $pass Password * @param array $optionalData Optional data * * @return boolean */ public function checkPassword($login, $pass, Array $optionalData = null) { if (!isset($_SERVER['REMOTE_USER'])) { return false; } else { // Check if "DOMAIN\user", "user@DOMAIN" or only "user" $remoteUser = explode('\\', $_SERVER['REMOTE_USER']); if (is_array($remoteUser) && count($remoteUser) > 1) { $user = $remoteUser[1]; } else { $remoteUser = explode('@', $_SERVER['REMOTE_USER']); if (is_array($remoteUser) && count($remoteUser) > 1) { $user = $remoteUser[0]; } else { $user = $_SERVER['REMOTE_USER']; } } if ($user === $login) { return true; } else { return false; } } } /** * Returns true, if $_SERVER['REMOTE_USER'] is set. * * @param string $login Loginname * @param array $optionalData Optional data * * @return boolean */ public function checkLogin($login, Array $optionalData = null) { return isset($_SERVER['REMOTE_USER']) ? true : false; } } Thanks, Michael
-
We starting to use phpMyFAQ , internal hidden notes for us with system documentation and useful guides viewable for staff.
-
Tracing connections from patch panels to wall ports
linkazoid replied to Kalny's topic in Wired Networks
I also agree with mac_techie! we was recommended one on here last year and it's been one of our best purchases. It makes finding switch ports so easy. -
Hi, We've recently just rolled out SIMS to our School over from E1. SLT have now asked us to provide remote access for SIMS so that they can modify data from home. We've not been much involved with the purchasing of SIMS so we've not had much input, only the deployment and implementation. I know that we have purchased InTouch and SLG as part of the package. How have some of you allowed staff access to SIMS remotely? All threads that I have read are from 2006 - 2008 so surely there is some more current info. Regards, Michael
-
Watch out for eye2eye Britain at BETT Show
linkazoid replied to greenballoon's topic in Bad Experiences
We was stung by this about 5 years ago. Same company and product exhibiting at BETT. We ended up paying the cash as legally I had signed the paperwork. Finance here said it wasn't worth the hassle sorting out with LEA legal. -
Revival from the thread graveyard! We've just had SIMS installed and this issue still exists! Cheers @matt40k
-
Pearson onscreen platform installation woes
linkazoid replied to IT_Man_Dan's topic in Educational Software
I called 0844 463 2535 yesterday and they were quite helpful. It's just such a pain to have to visit every machine to configure it. -
Hi Darren, Do you have anything to back this up? Many companies have said this in the past and then fell back on their word! Michael
-
I'm also struggling with these! Aarrgh!
-
Thanks for the help! I'll leave it to them then.
-
Thanks for this. I have looked in the Hyper-V settings and can't seen any options for this and I can't find any information about disabling driver signing using scripts on the web.
-
Hi, We are in the process of getting ready to switch from E1 to SIMS. As a prerequisite for setting up the server, they have requested the following: However, as we are using Hyper-V I don't seem to be able to press F8 to select Advance Options as the reboot is so quick. Does anyone have any other way that this can be achieved that they have tried themselves? Thanks, Michael
-
Hi Chaps! Welcome to the madhouse
-
Refuses all connections in and out. Will check Event Viewer now.
-
Hi, One of our servers has decided that it no longer wants to allow RDP connections to and from it. We have checked to make sure that RDP is enabled and have disabled the domain firewall whilst we try to figure it out. We are able to access all shared volumes on the server, it also responds to ping. When doing a netstat -a , the Local Address and Foreign Address fields are blank. Does anyone have any ideas to try? Thanks, Michael
