Jump to content

quiet_andy

Members
  • Posts

    103
  • Joined

Everything posted by quiet_andy

  1. "Service Unavailable" down again, looks like we are moving or making something ourselves.
  2. I use Unified remote when I want to control my PC from my phone.
  3. Yes, same here
  4. Same here
  5. Hi all, We were having an issue with one of our servers today and once the server had been rebooted to see if this could fix the issue, the server would not reboot. The error we are getting is the one above, it gets to "F/W Initializing Devices 50%, Adapter at Baseport is not responding, No Adapter" I have removed the adapter and cleaned the contacts, as I found in another forum. Do you think this is the raid controller which has failed and if so should I just buy PERC H700 Integrated RAID Controller, 512MB NV Cache, Cable to be ordered separately : Parts & Upgrades | Dell UK and install it? Thanks ps due to a senior management/budget decision the server is out of warranty
  6. That's exactly what we have done previously but now we are getting the error.
  7. We have run into an issue with non domained laptops, we have them on a sepcific IP range which can access our SIMS server and install the agent locally on the laptop. This then shows up in SOLUS to deploy SIMS directly to the machine. But when we set the deployment away all we get is "Access denied to the remote machine". I have allowed the following through the firewall on the laptop and also turned the firewall off completely. Does anyone have any ideas? Like adding the domain admin account to the laptop without domaining the laptop? netsh firewall set notifications DISABLE netsh firewall set service type = FILEANDPRINT mode = ENABLE netsh firewall set portopening protocol = TCP port = 52965 name = SOLUS-3-DS netsh firewall set portopening protocol = TCP port = 52966 name = SOLUS-3-AGENT netsh firewall set portopening protocol = TCP port = 8739 name = SOLUS-3--AGENT-UI netsh firewall set service type = REMOTEADMIN mode = ENABLE
  8. I know this will probably be a silly questions but I have just been sorting our Office 365 licenses and I am unsure which ones to assign to the users, we appear to have 3 different student and staff licenses available. Some are limited to numbers of licenses and other are unlimited. The unlimited one appears to have everything, just using powershell but want to make sure I assign the correct licenses from the outset. It is the Education Plus... which are unlimited.
  9. My plan is to teach them all a lesson on saving work, we have found some users with 4gb in their downloads.
  10. I've managed to cobble together this, it appears to work on my test directory. Will be trying it very soon. If anyone spots any glaring mistakes, please let me know. $rootpath="e:\test" $dirs = Get-ChildItem -Path $rootpath | Where-Object { $_.Attributes -eq "Directory" } Foreach ($dir in $dirs) { $downloadpath = $files + "\" + $dir + "\Downloads\*" Remove-Item -Recurse -Force $downloadpath } This finds each user folder and creates the variable to their downloads folder, then removes all the files and sub folders without removing the downloads folder.
  11. I've just given the script a test run and all it does is create a downloads folder in d:\user folders\students\admitted 2016 and does not go into each sub folder. Any ideas?
  12. I use the wiki plugin for SharePoint, does exactly what we need.
  13. I'm trying to find a script which when ran will delete the contents of each users downloads folder. The specific would look like: D:\User Folders\Students\Admitted 2016\user1\Downloads D:\User Folders\Students\Admitted 2016\user2\Downloads But the user folders are actually their names. Anyone have an idea or know of something which will work?
  14. Can't justify the new price, but it's not all down to OnePlus the value of the pound is so low it's inflating imports.
  15. I didn't get an email but there is a strong chance it got delivered to our finance department due to the billing address.
  16. We are back in also, going to use it till the summer then work out where to go next. Really like Roombookingsystem.co.uk but not sure if I can get the money for it with SIMS integration.
  17. I'm already running trials Schoolbooking.com and Roombookingsystem.co.uk. Just unfortunately they are a lot more expensive.
  18. Has anyone considered Classroombookings - the open source hassle-free room booking system for schools. and running it on a webserver?
  19. Does anyone use School Booking with SIMS integration? Does it work well with 2 week timetables? Also is it worth going through Capita or direct with them?
  20. If I could find a decent Sharepoint plugin I would be moving over today. Wonder what alternatives people are looking at.
  21. We tried phoning them yesterday but no answer all afternoon
  22. Hi, We have just got some iPads (which I did not agree with, but we now have them) and we are using Lightspeed MDM for the setup. Does anyone know how to get LSMDM to work through Smoothwall? If I hotspot the iPads to my phone they can register on LSMDM and get apps etc, but I need to setup multiple devices. When ever the iPad gets to the download registration information when on our WiFi it just says it cannot be downloaded and fails. Are there specific ports or rules which I need? Thanks
  23. Hi all, I had an issue with Smoothwall and have had to restore from an old backup. Unfortunately I have lost a few rules so am in the process of recreating but I am stuck on remembering one. We have an external web address which points to an external IP address, this was then internally forwarded to an internal IP address via Smoothwall. So for example moodle.ourschool -> IP 1.2.3.4 -> Smoothwall NIC 6 -> Internal IP 10.11.12.13 Hopefully this make sense and someone can easily point me to the solution, this is a Moodle server running on Linux if that helps. Thanks
  24. We recently had a problem with 2 switches which are fanless and they are completely dead. I have temporaily replaced them with a HP 2510-G but it is really noisy and in an secretaries office. I have suggested moving the secretary but that is not an option. The switches we had before were Allied Telesis 9000/24 https://www.alliedtelesis.com/products/9000-series I do not need 48 ports or PoE but do need 1Gb as two servers sit on the other side of the switch. What would be a good silent/quiet switch option?
  25. When I try and bulk assign in the admin section I get the following error: To assign a license that contains Microsoft Classroom, you must also assign one of the following service plans: Exchange Online (Plan 1). But each user does the Exchange Online (Plan 1). I used the PowerShell script previously and it only assigns a few licenses.
×
×
  • Create New...