jb2201
Members-
Posts
78 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by jb2201
-
$csv = import-csv “path to csv.csv” Foreach ($row in $csv) { $row.reg = “new_” + $row.reg + “@school.com” } $csv | export-csv “path to new csv.csv” Should work I think, written on my mobile though so it may need some tweaking / quotes changing!
-
Update: sorry just noticed somebody has mentioned this already! Just for info the Activ Arena 50 pens are compatible with the ActivBoard 2’s, the boards require a firmware update but the pens work after that. https://support.prometheanworld.com/product/-activarena-/
-
Nice one glad you got it sorted!
-
Are you running it from one workstation and calling the commands on remote folders on each server? If so I would utilise powershell remoting so that the commands are running on the servers directly.
-
What’s everyone doing for Core switches now-a-days?
jb2201 replied to snagrat's topic in Wired Networks
In my opinion you want an / a pair of Aruba 5400r for core switches and Aruba 2540 at the edge, you want your l3 core switch providing your routing so that you’re not bottle necking by allowing a router with a 1gb uplink to handle the routing. This is on the more pricey side but it’s a good long term solution, as the core will be a chassis switch you can pick and choose which modules you need to suit your needs. -
You could look to PowerShell for this, I created a script that took a list of servers and did exactly this (plus other things like physical drive health from OMSA) then took a HTML template and filled any tags I had specified with the data, ended up being a lot more straight forward than it sounds.
-
Aruba (HP ProCurve) 2540 series switches are a great switch if you’re budget allows it, if you’re after something a bit cheaper though I’ve heard good things about the Ubiquiti Unifi kit as long as you don’t require layer 3 features like IP routing (although their edgeswitch series does support this).
-
I’m struggling to see how Exchange is the cheaper option for schools? Office 365 is free to education.
-
If you have the budget available I would suggest a pair of Aruba 5406zl chassis switches serving as the core with 1 x 24 port rj45 module and 3 x 8 port SFP+ modules. For cabs I would recommend running enough OM3 fibre so that each switch can have two 10gig fibre links back to the cores. Also run two cable routes for the OM3 and give each switch one fibre from each route for resiliency. Won’t be cheap but it will be built to last!! If you wanted a cheaper option you could drop down to one core switch or just have 1 x 10 gig link to each switch then put a resilient uplink in between the switches. For edge switches in the main server room I would connect these with DAC cables rather than fibre to reduce costs.
-
We just wrapped the ESR exe installer in an MSI and it worked great, only gripe with Firefox in general is that it doesn’t have flash built in like the other browsers.
-
ZoneDirector & Smoothwall Filtering
jb2201 replied to CHiLL's topic in Internet Related/Filtering/Firewall
As long as the gateway on your devices is set to the up of the smoothwall,transparent filtering will still work without the need for the smoothwall to be in line [emoji4] -
Deleting Files from a network share - Space not recovered
jb2201 replied to dapaulio's topic in Windows Server 2012
Probably data de-duplication enabled on the server, once the garbage collection scheduled tasks run overnight it should free space up if the data isn’t duplicated elsewhere. -
Are you running Hyper-V? If so I would try and get all your vm os drives on your 10k disks for better performance. I wouldn't go RAID5 personally on 7.2k disks as the performance won't be great, RAID10 all the way for those.
-
Are you going through a proxy server? If so make sure that the IP of your Mac server is being bypassing the proxy.
-
All your subnet is doing is slicing up your ip range which will let you divide it out amongst the VLANs, with that big of a range you can do a /21 (255.255.248.0) on your bigger VLANS or something , which would give you 172.16.0.1 through to 172.16.7.254 on the first VLAN and so on. Your current usage of the subnet is fine but as free780 said you are limited to 254 addresses in that range with your subnet.
-
There is an option in Apple configuration to allow the iPad to pair to other devices. Could be that if you are supervising using configurator.
-
How will I test whiteboard audio with no headphone jack [emoji47]
-
Sorry should have said we have the computer policies set so it waits for the script to finish before presenting the login screen.
-
It should work fine if you set it to run as a startup item rather than a login item. You could create a quick batch file that runs at startup and clears all the profiles.
-
40GB.... I am starting to get a bit worried now! Our LA manages it..
-
Always had great support from Impero with both upgrading to new versions and resolving issues, speedy and effective always. A few other well known companies need to take a leaf or two from your book in my opinion!
-
Ideally if part of the infrastructure is used by the general public, you should setup a separate OU for these users and create a stand alone set of policies. We are attached to a Community area here and although they all use the same domain, their access is restricted through GPO's to basically create a whole set of separate shares.
-
[sims] Extracting SIMS progress data to display on Intranet
jb2201 replied to Theldron's topic in MIS Systems
It would require either some sort of Groupcall Xporter job to export the data and build a chart from the XML. Other option is direct access to the SIMS SQL server, but this requires considerable knowledge of the table structure in SIMS (its massive) and would also invalidate your SIMS warranty. -
We left our server on 10.8 for the foreseeable, upgraded clients to 10.9 with a fresh image and used deploystudio to roll it out, we are full mac over here though so this was for a wide-scale update process over a few hundred machines.
