Jump to content

googlemad

Members
  • Posts

    1,904
  • Joined

  • Last visited

Reputation

2,608 Excellent

1 Follower

About googlemad

  1. I don't think today is a 'cloud' issue, a security solution released a definition update and machines received it...could have theoretically happened with any AV/security vendor We had a similar issue several years back where a McAfee drive encryption bug started to blue screen Windows 7 32 Bit machines and funnily enough the solution was broadly similar to this one (boot into recovery mode, run a command etc)...but to get into recovery mode involved the pain of manually having to decrypt the drive encryption first!
  2. 'Shuttle' PCs in the early 2000s, these days of course even smaller (Intel NUC and the like) but back then in a world of massive PC cases they were THE FUTURE!!!111 The main reason I remember them is I was in work experience in an IT Department back then and was building some up and decided to nearly kill myself by working on one whilst still connected to the mains and letting my fingers touch one of the power supply contacts...
  3. I was in high school 1999 - 2004 and clearly remember the rise of the smart board around Year 9/10 so 2002 - 2003ish, Geography got a posh SMART Board with different coloured pens whilst Media Studies got dumped with the Promethean! As a kid back in those years it felt like the future (particulary when you then went to Maths and were treated to their top of the range OHP!), as someone who then went to work in education IT for 10 years or so the novelty rather quickly wore off trying to support the damn things... In my current workplace we still have a door controller system from the late 80s / early 90s in 24x7 use although the software isn't quite that old (having said that last updated around 2008!), the 'server' is a Windows 7 VM because the communication driver refuses to run on anything higher (trust me we tried and tried and tried after ignoring the supplier telling us that!), management keep promising to look into replacing it but funnily enough then go quiet when the pounds and pence quotations come through!
  4. Thanks for the suggestions In the end I decided to just ditch the script and install FreeFileSync on the server and set up all my sync locations on there which works perfectly as a scheduled task running every 10 minutes and is about a million times faster at getting the job done too
  5. Long story cut short, we have a script which essentially does a Robocopy of some patient PDFs from a folder on the server to several PCs I've just included the most relevant parts of the script below #Loop through wards and process those in the list $wardList = $param.SelectNodes("//wards/ward") # XPath is case sensitive foreach ($ward in $wardList) { $wardName = $ward.getAttribute("name") if ($folderName -eq 'ALL' -or $foldername -Contains $wardName) { $DestinationFolder = $ward.getAttribute("target") $SourceFolder = $Charts + '\' + $wardName $log = $ward.getAttribute("log") $Logfile = $Logs + '\' + $wardName + $(if($log -ne '') {'_' + $log}) + '.log' # Copy Folder with Robocopy Write-Host "Synchronising $SourceFolder with $DestinationFolder writing $Logfile" Robocopy $SourceFolder $DestinationFolder /MIR /R:1 /W:5 /Z /LOG:$Logfile /NP Another XML has a ward list defined e.g. If PC123 and PC345 are both online when the script attempts to run, great! They both get the files If PC123 is online but PC345 is offline then PC123 will get the files but PC345 won't However if PC123 is offline but PC345 is online then the script seems to give up after finding PC123 is offline and PC345 never gets the files as a result Is there a simple fix other than telling the users that the particular PCs should never be turned off which we must have told them about 100 times now and they still turn them off anyway!
  6. Zero, it got me thinking these past couple of weeks how I've now not worked in education for FIVE YEARS Although we have had to start rolling out Office 365, which isn't quite the simple task we had hoped for...in fairness to the users I never had to sign in back in the days of Office 97 to simply type a document either I suppose! I did like the particulary optmistic user who assumed now they had been upgraded to Office 365 all their documents had been magically migrated to OneDrive so they no longer needed to use the VPN...
  7. With regards to SQL Management Studio, connect to the instance(s) then simply run a new query :- exec sp_who This will list all databases and who is connected to them, there will be some active connections no matter what e.g. 'administrator' as you running that query is a connection to the database in itself But perhaps the easiest way is to keep things simple, shut down the SQL services (Either via SSMS or even just the standard Windows services console, it will list the instances if more than one as seperate services e.g. MSSQLSERVER1 MSSQLSERVER2) and give it a few weeks to see if it breaks anything Both SIMS and Veeam do use SQL but I presume those instances are installed on the individual VMs, can't speak for SIMS but unless someone has gone to the effort Veeam will be running a SQL Express instance
  8. Not sure if there are many NHSMail admins on here but they've been migrating accounts to Office 365 recently and seem to be going a bit more 'full steam ahead' after a few teething issues when they initially kicked off the project Anyway we have had a bit of a stressful week since we have a number of accounts set up to various servers and the like which suddenly came to a grinding halt with logs showing '4.3.1 Insufficient System Resources', hmm well the mailboxes aren't at quota and the system resources are in the cloud so not much we can do about those, initially we wrote it off as a temporary blip with NHSMail Turns out they had migrated the accounts to Office 365 (they do send a warning email to the mailbox that they are about to do this, but since we don't generally open these mailboxes we aren't going to see that!) So if you have any services configured to use pop.nhs.net and send.nhs.net they simply need changing to outlook.office365.com and smtp.office365.com You can check what platform a specific account is running on under the NHSMail admin portal, 'Exchange on premise' is the NHS platform and 'Exchange online' is the 365 platform
  9. As mentioned I would highly recommend looking at AJTek WSUS Automated Maintenance, I'm sure even on a tight school budget they can find $60/year down the back of a sofa! https://www.ajtek.ca/ But I get the feeling Microsoft have quietly left WSUS to just silently die in the background, we now use ManageEngine Patch Manager Plus but I think that comes in at £££££ At least with Windows 10 you generally just get a single cumulative update each month rather than 1,000,000 individual patches from the Windows 7 days!
  10. I hate Google for doing this, if they had just said 'right from update XXX Chrome will update and reinstall under C:\Program Files' that would have been fine as we have auto update across the estate, but instead existing installs remain under Program Files x86 and new installs Program Files
  11. Thanks for the suggestions, for now we have just gone with a site wide desktop shortcut that opens an Internet Explorer InPrivate instance and goes straight to the NHSMail site with some communications to point this out to users, not ideal but it'll have to do for now... -The saved network credentials GPO setting seemed to have no effect -Removing caching / clear history of all passwords is a longer term fix, as we need to check it doesn't bugger up several other sites / systems first -I would love to remove generic accounts full stop but again sadly not a quick job to do so! -We got a nice shiny new VDI / Imprivata infrastructure in at the end of last year, but at the moment that project is on hold due to Covid -Give me back Exchange 2010 and Outlook!
  12. The powers that be are currently having a bit of a panic over an issue that has been raised We recently started migrating over to Office 365 (for email primarily at the moment), but it isn't strictly ours it is owned by NHS.NET Several computers currently use generic Windows / AD logins, e.g. a ward just logs in as WARDABC rather than an individual user as otherwise they start moaning it would take to long to switch user etc. whilst playing a game of real life 'Operation' The problem is then the individual member of staff wants to check their email, so they open a web browser, visit NHS.NET, sign in, check their email then close the browser window (annoyingly I believe 'remember me' is ticked by default which is hopefully going to change in the near future, I believe we could change this if we owned the 365 instance but...we don't!) Then another member of staff comes along, and is signed straight into the first member of staff email! A massive data protection headache of course... (it also seems to affect services such as Microsoft Teams even if you 'sign out' you can sign straight back in as the initial user without knowing their credentials for some reason!) Has anyone come across this issue and if so what are some of the methods used to resolve it? As a temporary solution we have fired out a Internet Explorer Inprivate shortcut that loads up the site and advised anyone using a generic login to go through that, but it only takes one person not to use that advice and we are back at square one! Perhaps enforcing Inprivate browsing for EVERYTHING under a shared login but we would need extensive testing for this idea to check it doesn't affect the 958,444 other web based systems they use on a frequent basis...
  13. We are all of a sudden having similar issues with Windows 7 in particular (although think I may have also seen a Windows 10) Connected to the network fine but there is a red cross over the network icon, which stops certain applications from running as they think there isn't a connection or it isn't properly set up KB4569736 KB4570673 KB4571687 KB4571719 KB4571729 One of those seems to have caused it but not sure which exact one...
  14. Just had my antibody results...I've had it at some point...no idea when as I certainly never felt enough symptoms to consider self isolating!
  15. As I work in a NHS Trust all staff, contractors, patients, visitors now have to wear masks It got me thinking about the staggering amount just being chucked away, just staff alone - 4000 staff, having to replace the mask 2-3 times a day, 7 days in a week, 84,000 masks! (obviously not quite the reality as you wouldn't have 4000 staff working at the same time 7 days a week but still!)
×
×
  • Create New...