Jump to content

MatthewL

Members
  • Posts

    5,627
  • Joined

  • Last visited

Everything posted by MatthewL

  1. I agree set your own limit, default of say £30 as it was before but if you want to set it higher then your choice. Imagine little old lady gets mugged, purse gets nicked, that's £100 straight away but she might not have any other money for several weeks. Good thing with Android you have to have your phone unlocked to use it and to be honest I only ever turn my NFC on when I'm going to use it. Tend to use card more than phone, phone is my backup when I go out without my wallet.
  2. Spot on, cheers for that.
  3. So following on from this post my working script has been: # Define the location to export the CSV file to $path = Split-Path -parent "C:\ADExport\*.*" # Create a veriable for the date and time stamp for the file name $LogDate = get-date -f yyyyMMdd-HHmm $csvfile = $path + "\UserList_$logDate.csv" # Searches Org OU and selects certain properties from all users including weather account is disabled Get-ADUser -SearchBase "OU=Users,OU=Org,OU=Root,DC=domain,DC=org,DC=uk" -Filter * -Properties EmailAddress, EmployeeID, EmployeeNumber, Surname, GivenName, Title, sAMAccountName | # Selects objects from above and renames them into a friendly format Select-Object @{Label = "Account Status";Expression = {$_.Enabled}}, @{Label = "UserID";Expression = {$_.EmailAddress}}, @{Label = "Employee Number";Expression = {$_.EmployeeID}}, @{Label = "NI Number";Expression = {$_.EmployeeNumber}}, @{Label = "Last Name";Expression = {$_.Surname}}, @{Label = "First Name";Expression = {$_.GivenName}}, @{Label = "Title";Expression = {$_.Title}} | # Exports to a CSV based on the location and variables above Export-CSV -Path $csvfile -NoTypeInformation I know need to tweak and struggling to get it working I need to exclude an OU nested with in the current "OU=Users,OU=Org,OU=Root,DC=domain,DC=org,DC=uk" for the purposes of this script. I've tried where-object distinguished name notlike but it doesn't like notlike, any suggestions?
  4. I'm going to ask a stupid question here but I've seen it with my own eyes, some users think they need a "team" to be able to communicate with each other or hold a meeting when in fact you can use the chat function. We don't use all functions of teams and mainly used as a chat and meeting area but worth asking what they actually want to do as they might not be doing something right as such in the first place.
  5. I personally use pfSense, currently on an old PC but will be replacing with a Netgate SG-1100 or similar, then a Unifi AP.
  6. Failing that what about a live stream to YouTube or similar and provide an unlisted link?
  7. Try without the -, it needs to be in a ASCII string. Or wrapping with " ".
  8. The update that Unifi did was for the cloud key not the controller. One to thing to note is install the same controller version as they are on now and import in then do the upgraded to the later version to save any issues.
  9. Not sure what compatibility issues there is we've upgraded most of our estate, although updates are pushed users can control to some degree.
  10. I have my controller running on a Pi but a low powered Linux machine or Windows will do, create a new site and import the backup in, 1 controller can do both, I have 40+ sites on mine at work which is a Windows box. Doesn't specifically need a full IP, just port forward 3478, 8443 and 8080 (if that's your inform port) and they will connect. Other ports may need to be open if you are doing anything more advanced than manging them such as guest portal etc. I have 1 IP at home and just open up them ports to my controller, cctv going to another server, VPN to another you get the idea. Once new one is up just ssh onto the (admin credentials will be in the controller) run set-inform http://server:8080/inform and should be good to go from there.
  11. Should be do able depends on how you set it up for authentication, you can create your config in a XML file and deploy that unless inTune has options (not something I've used to be honest).
  12. Not deployed it via Intune but have scripted it out to machines with no issues, very minimal settings it would seem to get it working on a client.
  13. I've got it running on a Linux box, couple of phones, no grumbles so far, does lack some features but its cheap and softphone options are good compared to some.
  14. AoVPN is the way I would go for a VPN, means its always connected without the user having to do anything. Treat the VPN as an extension to your network providing firewall rules allow you will be able to do everything you normally would.
  15. Manage Engine Desktop Central, use it for reporting, patching, remote support, pushing out config where needed, imaging.
  16. Thanks for the advice on this, will go away and have a good read and use what I need to.
  17. Personally I would use Hikvision, did look at Dahua when I was looking years back and much of the same. All made in same factory I suspect.
  18. This is exactly my setup at home, no USG and do the same at work with sites and it works. Snippet from my switch at home, exactly same at work, using HP switches too. interface 24 name "Uplink to Firewall" exit snmp-server community "public" unrestricted vlan 1 name "DEFAULT_VLAN" untagged 1-28 ip address 192.168.20.249 255.255.255.0 exit vlan 666 name "Guest" tagged 1-4,6-24 no ip address exit vlan 4000 name "Work" tagged 1-4,6-24 no ip address exit
  19. Could be ClearType it was that long ago I cannot remember. Bit of background a magazine has been produced but random fonts have been used making it really difficult to read so drafting something to send back to explain why certain type face etc should be used etc. It's for a group I am member of and this kind of thing won't have crossed their minds but just want the proof to go behind what I am saying.
  20. The electric infrastructure isn't there yet to support mass numbers of electric chargers to the point I know of 1 that was acting like there was a grow in the local area if you get my drift with nearby houses! Have a look at the Skoda Octavia they are a very nice motor inside too, one of the better ones out there on the market I think. I used to spend hours in my car so interior was just as important if not more, some higher end cars felt so plastic and uninviting. I've got a Octavia business edition (not my exact choice but was desperate for a car!) plus their vRS are rather nice.
  21. Not sure where to put this thread so here seems to be best choice. Fonts, some are easy to read some are not. Many years ago one of the trainers in our team who I used to work with who had been delivering all sorts of IT systems training for years told me about fonts and how a certain type of font is read. Aerial, Times New Roman, Calibri which I believe are Serif fonts were some of the included fonts which were deemed best to use on screen and in print when presenting or handing out materials. They were given the name such as clear font or true fonts. Does anyone know what this is as I cannot remember and I am no longer in touch with the trainer? I've got an example of a none type font been used and its difficult to read and I want to back my argument up with the bit behind it.
  22. I'd go for petrol, mileage is just as good and performance will be better (in theory). Wish I had done that when I swapped mine a few years ago although it was a bit of a hurried swap.
  23. Can you not add another account with your domain as another admin i.e. [email protected] we are in a similar situation although we have another domain there. I've been in touch with Apple this afternoon with regards to it for us, will let you know the feedback on Monday when I get back to work.
  24. Anyone got any contacts for Apple I need to speak to them about this.
  25. Had issues with WiFi on devices be about 10 years ago when we first implements corporate style WiFi, drivers were massive issue and some required firmware, the other think we did to was tweak the options for the WiFi card and increase its power settings and roaming aggressiveness type settings, which sorted most of it out. Can't remember what settings exactly were tweaked as it was such long time ago but I know Intel and Broadcom were the devices.
×
×
  • Create New...