-
Posts
102 -
Joined
-
Last visited
Reputation
90 ExcellentAbout rickypike

-
Hi guys, wonder if anyone can help. I am replacing an ancient Cisco switch with a HP ProCurve 2920 I have done most of the config but struggling with the differing proprietary commands for a few of the settings on the HP. I have just 2 vlans setup and need to replicate the below config on the new HP switch (have grabbed the section of config from the existing Cisco switch): spanning-tree mode pvst no spanning-tree optimize bpdu transmission spanning-tree extend system-id ! ! ! ! interface FastEthernet0/1 switchport access vlan 2 no cdp enable ! interface FastEthernet0/2 switchport access vlan 2 no cdp enable ! interface FastEthernet0/3 switchport access vlan 2 no cdp enable ! interface FastEthernet0/4 switchport access vlan 2 no cdp enable ! interface FastEthernet0/5 switchport access vlan 2 switchport trunk native vlan 2 switchport trunk allowed vlan 1,2,1002-1005 switchport mode trunk no cdp enable spanning-tree portfast ! interface FastEthernet0/6 switchport access vlan 2 switchport trunk native vlan 2 switchport trunk allowed vlan 1,2,1002-1005 switchport mode trunk no cdp enable spanning-tree portfast ! interface FastEthernet0/7 switchport access vlan 2 switchport trunk native vlan 2 switchport trunk allowed vlan 1,2,1002-1005 switchport mode trunk no cdp enable spanning-tree portfast ! interface FastEthernet0/8 switchport access vlan 2 switchport trunk native vlan 2 switchport trunk allowed vlan 1,2,1002-1005 switchport mode trunk no cdp enable spanning-tree portfast Many thanks
-
I have 3 class sets of iPads here, setup using a mixture of Smoothwall (proxy.pac file pulled down) and Apple configurator. They work well and every users logs in with their current ad username/password. Bit of a swine to configure but now works well. We have the luxury of having a Citrix environment so can use them as a traditional tablet but also run a full Windows 7 desktop on them if / when required. I am looking at the Linx 10.1" tablets for several of our feeder primary schools (around £140 with keyboard/case and Windows 8.1 Pro) - feel free to pm me if you want any more technical info with regards my setup.
-
Let me know if you don't manage to get a copy, I definitely have an oem copy you can have
-
yeah it made my giggle too but it was the best abbreviated name i could think of for a wide area network feed on the curriculum side and it keeps me amused everytime I log into Putty!!
-
-
I use a wildcard SSL from Go Daddy, have several sites (O365, remote access, parent portal etc) and renewing individual SSL's every 12 months was a real pain, it has also meant we can roll out future stuff without having to purchase a new SSL each time.
-
Hi would this script help? Its a Powershell Script for copying files from a source to a destination and forcing folder creation if it does not exist at the destination, see below: $targetdirectory = "D:\To" $sourcedirectory = "\\server\from" if (!(Test-Path -path $targetdirectory)) {New-Item $targetdirectory -Type Directory} Copy-Item -Path $sourcedirectory\file.zip -Destination $targetdirectory
-
+1 for Malwarebytes, its great at picking up PUP's, use it all the time!
-
Brill, thanks for the info, will give that a try this afternoon
-
Yeah the head of IT has given me the full Serif suite to install, successfully scripted and rolled out silently, but he has said that he stills requires the Macromedia studio too - not sure why??, trying to run 10-15 year old applications is such a problem.
-
It starts the installer and can't get past the licence agreement page
-
Hi all, has anyone managed to script the Macromedia MX 2004 suite (sorry I know its really old but our staff still require it!), I am trying to push it out silently (through MDT) I have managed to get over 124 applications successully scripted but struggling with this one (I need to push out the entire suite - Dreamweaver / Flash / Freehand / Fireworks / ColdFusion) Any help gratefully appreciated
-
Hi all, not sure if this is in the correct forum but I am trying to do a silent install of IEP Writer version 3 (to push out using MDT) cannot get the script to push out silently, has anyone managed to get this deployed silently? I have tried virtually every combination of /S /Silent /Verysilent /passive -silent –eulaAccepted etc etc on the end of my script which is below: @echo OFF CLS "%~dp0Install.exe" -silent –eulaAccepted :: Return exit code to SCCM exit /B %EXIT_CODE% Any help gratefully received (I am also having some issues with some other very old applications which I'll be posting later)
