Jump to content

howartp

Members
  • Posts

    3,884
  • Joined

Everything posted by howartp

  1. Fair question, and we have two here, but the question hasn't been asked yet! I'll be following this thread and asking my colleagues.
  2. Message deleted; missed that you were concatenating itself each time.
  3. The only line that runs there is the 2nd one - where pupil department is not filtered.
  4. Running your same code, but with different csv path, I get zero results for the second half. If I remove I then get results. However if I instead remove your title filter, I still don't get results - which suggests the error is instead with the department/pupil not the title? It can't be the double -notlike because it works with just the title filter. A bit confused just like you are!
  5. Welcome @Atky - ditto to you re North Yorkshire group.
  6. Nice - we have a 'Do not provision' but not a 'Retain account'. We do however make use of the "Service Agreement" in a staff record; ITTs and other long-term cover staff who are not employed/contracted but need timetable and account have a service agreement. Salamander only disables you if you've exceeded the last-dated agreement on your record.
  7. Pretty sure the Year Groups will come from Focus > School > Pastoral Structure. Or, has someone made a new Admission Group in Routines > Admission > Admission Groups > Setup, ready for next year, and put a space in when they've setup the group?
  8. Welcome Join http://www.edugeek.net/forums/north-yorkshire-network-managers/ if you haven't already.
  9. I've got about three 1Password for Teams accounts, for different organisations I'm involved in. I've also got a call outstanding with Sales about possibly using wider within school, given all the multiple accounts and passwords staff are using now.
  10. [email protected] That's our education account manager. I'm not sure you can get numbers as low as you want, but Paul knows how to wrangle things to get the best options he can manage for you.
  11. If you have services with those names, you're seemingly on a newer version than I am as there's no "Unifi" services on any windows controller i've seen. Therefore what I say may be out of date, but... Unifi controller is hardcoded to need Java 8; you can't upgrade to 9/10/11. If Windows/Java has updated java then you'll need to roll it back. As I say, things may have moved on if you're on controller v7.
  12. Are your UserPrincipalName's actually email addresses? Ours are [email protected], not [email protected] Also I presume you've intentionally anonymised the SearchBase to "OU=Students,DC=school,DC=com" - if not, that needs changing to your actual AD path.
  13. I knew someone would say that I make scripts up as I go along so I'd have been doing $allusers = get-aduser for (line in csv) { for user in $allusers { } } which I wouldn't have been proud of. It depends if he has more $csvlines or more $users.
  14. You don't. I'm assuming you will be developing the code further to "do" something else, so I made it easier to have the name and email in variables ready for using.
  15. $csvFile = "n:\csv.csv" $csv = Import-Csv $csvFile foreach ($line in $csv) { $name = $line.name $email = $line.email Get-ADUser -filter 'mail -eq $email' }
  16. Ah, i've never even looked at printing from Net2.
  17. Yeah, that will certainly work technically. You still need a way of updating the database. If you can't update the live Net2 database you could possibly update a csv or MySQL database then have a script email you any new changes. "Joe Bloggs has a new card, no ABC123DE56 - please update Net2" (Actually I think it needs to be reversed bytes - 56DE23C1AB - to load into Net2 manually, from memory?)
  18. I'm not an expert on Configurator, but the iPads that we enrol with Configurator (to get onto DEP) never touch/need Configurator again - they're simply enrolled to DEP via Configurator then after 30 days they behave as normal DEP ASM iPads.
  19. Actually just noticed you mentioned networked - you can't use the printer networked if you're using the USB card reader within it as the cryptography is done on the local machine by USB.
  20. It depends on the software you're using. We use Primacy's with CardExchange which can in theory populate any database. We bought ours with NRS Cashless Catering, and their SmartID package which updates to Paxton/Net2 so indirectly it does what you want. We've not tried to update directly to Paxton, but you'd need read/write API access granting - the publicly available API access is read-only.
  21. We (IT) use Splashtop to get into certain PCs and servers; one of them has CCTV on it so we can view overnight if necessary. Site Team don't have access as they've never asked.
  22. We're just trialling https://www.cricksoft.com/uk/docsplus We've got it free via some trust/council agreement thing anyway, so we're having a play.
  23. Upload it to youtube and write the link on a stone tablet with a piece of chalk?
  24. We're running R32000 on Win10 1909 and Office 2019. I'm not aware of any issues; I certainly work closely with the finance team as their office is next door and the Director of Finance is my line manager. I'll ask tomorrow.
×
×
  • Create New...