slugshead
Members-
Posts
516 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by slugshead
-
Have used both in different jobs. Uniflow has a lot more capabilities, but is a lot more complicated Papercut just works and looks nice
-
Have you tried them? I've got 3 in meeting rooms coupled to beyerdynamic mics in the ceilings above the tables. Been in 2 years and no issues at all other than people unplugging the connection to the PC. Great for the price point tbh.
-
It's behind a sign in wall, which you need to have a support contract in place to access. netctrl recently hooked us up with accounts to get in there when we bought our new ruckus system
-
Rack mount mixer, 12 channel https://www.gear4music.com/PA-DJ-and-Lighting/Behringer-Eurorack-RX1202FX-V2-Pro-Mixer/3LXS Since the speakers are passives, could use something like this to feed the mixer into a power the speakers, it's an 8 channel amp but you got 6 speakers so should be alright https://www.gear4music.com/PA-DJ-and-Lighting/Monacor-STA-850D-400W-Power-Amplifier/25Y5
-
Secondary School Infrastructure Upgrade - Doable under £10k?
slugshead replied to CyBeRkId2002's topic in Wired Networks
Our last batch from FS got caught up in customs and we had to pay import. They don't hold UK stock. Bought from gbics.com since, twice the price but next day delivery and no hidden costs... on topic though I use a 5412r as the core, 5406rs around the campus in "distribution hubs" and 2530/2540's in all the cabs -
I linked ours with XMA many moons ago when I purchased enterprise for education licenses. They've never pushed for sales, I just get the renewal quote through, send them a PO and it's all sorted. The only niggle, when you hit the support button it tries to get you to contact the reseller first, but you can skip that.
-
That's why at a very minimum you run an on site AD, even if it's a replica to still provision logons. Using radius? Another very minimum, to have running one copy of NPS on prem too Small file server on site to host home folders or you're going to have those temp profile issues
-
Tell them you're "bringing the cloud to you" and slam a hypervisor/SAN in there Insert every HPE Greenlake quote here
-
With smoothwall you can plug both connections straight in and create a pool, had it set up with two 1gb connections for over a year and it's worked flawlessly when one has dropped https://help.smoothwall.net/FilterFirewall/Content/3Network/1Configuration/3LinkLoadBalancing/LinkLoadBalancing.htm My downfall here, 1gb link from smoothwall to core....
-
Microsoft releases KB5011563 update for Windows 11...
slugshead replied to 6Foot2's topic in Windows 11
For something that's finished its beta process there's quite a number of issues being addressed. -
Education Insights Premium - Salamander SDS
slugshead replied to Bfairbrother's topic in Cloud Services
How do you even get hold of them to buy the software? I've emailed them, left loads of voicemails etc- 11 replies
-
- insights
- salamander
-
(and 2 more)
Tagged with:
-
Feel free to use/amend this code as required - run this on the station you want to audit. This is just looking for log on/log out events in the last 100 days but you could easily add the other event IDs and change the number of days. Param ( [string]$Computer = (Read-Host Enter Computer Name), [int]$Days = 100 ) cls $Result = @() Write-Host "Gathering Event Logs, this can take awhile..." $ELogs = Get-EventLog System -Source Microsoft-Windows-WinLogon -After (Get-Date).AddDays(-$Days) -ComputerName $Computer If ($ELogs) { Write-Host "Processing..." ForEach ($Log in $ELogs) { If ($Log.InstanceId -eq 7001) { $ET = "Logon" } ElseIf ($Log.InstanceId -eq 7002) { $ET = "Logoff" } Else { Continue } $Result += New-Object PSObject -Property @{ Time = $Log.TimeWritten 'Event Type' = $ET User = (New-Object System.Security.Principal.SecurityIdentifier $Log.ReplacementStrings[1]).Translate([system.Security.Principal.NTAccount]) } } $Result | Select Time,"Event Type",User | Sort Time -Descending | Out-GridView Write-Host "Done." } Else { Write-Host "Problem with $Computer." Write-Host "If you see a 'Network Path not found' error, try starting the Remote Registry service on that computer." Write-Host "Or there are no logon/logoff events (XP requires auditing be turned on)" } Obvs this is only useful on a single computer and not showing domain wide logon attempts.
-
Any version of server 2016 onwards will do I think the clients need to be on Enterprise though, which isn't a difficult task if you've got Enterprise available in volume licensing, just change the key
-
That's the badger
-
I personally leave the apps, but deny access in AppLocker
-
I forgot to reply. I had the exact same servers as our old setup. Hosts to SAN (v3700, hybrid array) disk times were stupid and VMs were sluggish There's an option in the physical adapter advanced options which when un-ticked brought everything to life. It was about 4 years ago I stumbled across it, can't for the life of me remember which option it was though
-
Quick answers please: How much storage do you have (Secondary)?
slugshead replied to Andycat's topic in How do you do....it?
56TB SAN for the VMs 4 x 24TB NAS's for various file stores 1 x 96TB NAS for CCTV 2 x 96TB NAS for backup targets College - 400 students and 150 staff -
What's the full spec or your hosts? Is that the task manager for each session host or the physical host? Are the other roles (gateway, wa, connection brokers) all on separate VMs?
-
[mac software] Best place to buy Office for Mac?
slugshead replied to a topic in Licensing Questions
office 365 £29.39 for one year on cjs cdkeys The site does look sketchy, perhaps it is sketchy. I've ordered from them before and the "product" was a photo of a serial code. But not had a single problem -
I've had really good results with AKG wireless mics, good quality both in build and sound Pair 4 mics up to this and you should be good to go https://www.kennysmusic.co.uk/akg-dsr-tetrad-digital-wireless-multichannel-receiver-p3203 Or get this kit twice https://www.gear4music.com/PA-DJ-and-Lighting/AKG-WMS40-Mini-Dual-Wireless-Vocal-Microphone-System/ (they have edu discount available too) For the zone mixer, how many speakers do you have? Passive/active - It's a real rabbit hole! How big is your budget for this part of the mini-project
-
Bett 2022 - enter our biggest competition EVER!
slugshead replied to VeryPC's topic in Our Advertisers
Beast like that? For sure would use it to power a VR cockpit setup for flight sims and racing! See you guys there! -
It'll be Logic Pro, I've had a similar battle recently and lost because the teacher only knows how to use Logic pro and isn't willing to learn Ableton/Reaper/FLStudio
-
It's an on prem installation. There's dashboards you can customise so display whatever info is available. Bandwidth use, mem use, network diagram, up/down monitor You can even manage your switches through it, roll out new VLANs, change interface properties, enable/disable ports etc... You just import the MIB files for the aruba switches and add the switches and off you go. It's a huge package, but as usual the HPE website doesn't sell it very well
-
It's paid for and in packs of 25
