Jump to content

quiet_andy

Members
  • Posts

    103
  • Joined

Reputation

1,140 Excellent

2 Followers

About quiet_andy

Personal Information

  • Location
    Cumbria
  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.
×
×
  • Create New...