Jump to content

itssemi

Members
  • Posts

    44
  • Joined

  • Last visited

Reputation

5 Neutral

About itssemi

Personal Information

  • Biography
    IT Technician
  • Occupation
    IT Technician
  • Interests
    IT Technician
  • Location
    UK
  1. Thank you all for your responses, has anyone migrated from Moodle to MS Teams?
  2. Dear all Currently we have and are using moodle and i have been asked looking into other alternatives. Any suggestion? Thanks
  3. Thanks seb
  4. Hi, I would like to know aswell, how much other ppl are paying for pat test. And how often they are doing ? Does it include severs and switches aswell ?
  5. itssemi

    HP IMC

    Dear all, I would like some advice on suitable simple software for network switch management. I only want the basics, automatic detection of switches, network map (with ports used for interconnect), and VLANs. Has any one used HP IMC? Any thoughts? Thanks
  6. Can you please post your csv?
  7. Any suggestions for training centre. Had anyone done course with the knowledge academy
  8. Dear all, I am using below script to Create Bulk AD Users from CSV. Filewhich contains set of New AD Users to create with the attributes Name, samAccountName and ParentOU. I want add the first name, last name, display name and groups to the csv file. Can anyone guide me what to change ? Import-Module ActiveDirectory Import-Csv "C:\Scripts\NewUsers.csv" | ForEach-Object { $userPrincinpal = $_."samAccountName" + "@TestDomain.Local" New-ADUser -Name $_.Name ` -Path $_."ParentOU" ` -SamAccountName $_."samAccountName" ` -UserPrincipalName $userPrincinpal ` -AccountPassword (ConvertTo-SecureString "MyPassword123" -AsPlainText -Force) ` -ChangePasswordAtLogon $true ` -Enabled $true Add-ADGroupMember "Domain Admins" $_."samAccountName"; } Thanks
  9. Hi, I am planning to do the Routing and Switching Certification course ( CCNA Routing and Switching 200-120 CCNA ) but Last date to test: August 20, 2016.I was just wondering what the best way of going about it is? And what other people have done before? I prefer tutor based and hands on based learning; I like to be able to ask stupid questions and actually do it rather than trying to learn across an internet delivered course (although I'm not disregarding the online options). Has anyone been through this and who did they use / how did they find the courses? I was also wondering if anyone has completed courses with a certified trainer. I'd love to get some experiences that some others have had and gone though? Many thanks
  10. itssemi

    Core switch

    Hi, I am planning to buy below.. 3x HP 2920 2-port 10GbE SFP+ Module 3 and 3x SQI J9281B - HP X242 10G SFP+ to SFP+ 1m Direct Attach Copper Cable. But if one of the switches in the stack crashes then it takes out the entire set and no redundancy. Shall I configure all the switches stand alone and connected in ring topologies or stack?
  11. itssemi

    Core switch

    HP procurve 2920
  12. itssemi

    Core switch

    Hi, Can anyone suggest me what is the best way to configure these switches? Thanks
  13. itssemi

    Core switch

    We have Netgear GS728TS switches with 10 Module and I had them stack initially. But stack failed few times and I had do the firmware upgrade etc. To do the maintenance or upgrading of their firmwares requires to break the stack and reboot the switches. Also if one of the switches in the stack crashes as we had happen, it takes out the entire set and no redundancy. We have purchased some procurve switches and I am going to use 10GbE SFP+ Module to connect with 10G SFP+ to SFP+ 1m Direct Attach Copper Cable. So main core switches will run 10Gig. Shall configure as Chain Topologies? Up to 4 switches may be stacked in an open-ended chain with single cables between each pair of switches. But Chain topologies are not recommended because a single failure (switch, stacking module, or cable) will cause switch-to-switch communication failures between switches that are located on opposite sides of the failure. I think Ring Topologies are better and recommended and better. Shall I configure all the switches stand alone and connected in closed ring topologies? Or stack? Thanks
  14. itssemi

    CCNA

    Any one done CCNA course with Cisco Networking Academy in London?
  15. itssemi

    CCNA

    Can you please give me some advice how to learn by self? I have done MCSE so I have knowledge about TCP/IP etc. I was thinking to buy CCNA Routing & Switching Complete Bundle online training video and setup a lab to practice switching and routing.
×
×
  • Create New...