• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

1206 Installation courses

VEEAM-VMCE Availability Suite v10.0: Configuration and Management

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is suitable for anyone responsible for configuring, managing or supporting a Veeam Availability Suite v10 environment. Overview After completing this course, attendees should be able to: Describe Veeam Availability Suite components usage scenarios and relevance to their own environment. Effectively manage data availability in on-site, off-site, cloud and hybrid environments. Ensure both Recovery Time Objectives (RTOs) and Recovery Point Objectives (RPOs) are met. Install and configure Veeam Availability Suite into their environment, ensuring data is protected effectively. Adapt with an organization's evolving technical, business and regulatory needs. Ensure recovery is possible, effective, efficient, secure and compliant with business and legal requirements. Provide visibility of the business data assets, and produce effective reports and dashboards to monitor performance and risks. Conduct basic troubleshooting and analysis of their Veeam Availability Suite environment. This three-day, technical deep dive Veeam© Availability Suite? v10: Configuration and Management training course is focused on teaching IT professionals the skills to configure, manage and support a Veeam Availability Suite v10 solution. With extensive hands-on-labs, the class enables administrators and engineers to effectively manage data in an ever-changing technical and business environment, bringing tangible benefit to businesses in the digital world. INTRODUCTION * Describe RTOs and RPOs, what they mean for your business, how to manage and monitor performance against them * The 3-2-1 Rule and its importance in formulating a successful backup strategy * Identify key Veeam Availability Suite components and describe their usage scenarios BUILDING BACKUP CAPABILITIES * Backup methods, the appropriate use cases and impact on underlying file systems * Create, modify, optimize and delete backup jobs, including NAS Backup jobs. Explore different tools and methods, such as BitLooker? and Deduplication, to maximize environment performance * Global Settings and their usage to prevent production performance bottlenecks, encrypt network traffic data and control network jurisdiction * RESTORING FROM BACKUP * Identify and describe the different restore tools and their features. Ensure you have the confidence to use the correct restore tool at the right time * Using Secure Restore to prevent the restoration of malware * Disaster recovery from backup, respond accordingly to a variety of real-world recovery scenarios BACKUP COPY JOBS * Simple vs Advanced Backup Copy Jobs, how to create and modify them using best practices to ensure efficient recovery * Utilizing tape jobs, how to create and modify REPLICATION * Identify and describe the options available for replication, the use cases and impacts of using * Create, modify and delete replication jobs, outline considerations to ensure success FAILOVER * Identify and describe in detail, failover features and the appropriate usage * Develop, prepare and test failover plans to ensure recovery * Disaster recovery from replica, respond accordingly to a variety of real-world recovery scenarios ADVANCED REPOSITORY CAPABILITIES * Ensure efficiency by being able to select appropriate transport modes while being aware of the impact of various backup functions on the infrastructure * Ensure scalability by integrating off-site S3 storage * Ensure compatibility with existing deduplication appliances TESTING BACKUP AND REPLICATION * Testing backups and replicas to ensure you can recover, what you need, when you need to * Configure Veeam DataLabs? and setup sandbox environments based on backup, replicas and storage snapshots * Using Veeam DataLabs Staged Restore to manage and comply with General Data Protection Regulation (GDPR) legislation before releasing restores to production VEEAM BACKUP ENTERPRISE MANAGER * Manage multiple Veeam Backup & Replication? installations from a single web console, maintaining a view of your entire virtual environment, ensuring data protection of ROBO and Enterprise environments. * Create user and group roles, delegate workloads whilst maintaining data control * Enable encryption password loss protection, helping to restore encrypted data in case of lost or forgotten encryption passwords VEEAM ONE * Monitor your Virtual, Physical and Cloud environments with Veeam ONE? and assess the different views available * Configure Veeam ONE for your specific technical and business requirements, describe the alarm options available and how to customize their usage * Set up, use and customize Veeam ONE Reporter, creating the reports and dashboards you require technically and for the business SUPPORT * Locate, migrate or restore backup configuration * Identify and locate appropriate support resources * Troubleshooting methodology to identify, isolate and remediate support issues ADDITIONAL COURSE DETAILS: Nexus Humans VEEAM-VMCE Availability Suite v10.0: Configuration and Management training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the VEEAM-VMCE Availability Suite v10.0: Configuration and Management course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

VEEAM-VMCE Availability Suite v10.0: Configuration and Management
Delivered on-request, onlineDelivered Online
Price on Enquiry

Mastering Python Programming (TTPS4820)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This introductory-level Python course is geared for experienced users who want to use Python in web development projects, or system administrators and web site administrators who want to use Python to support their server installations, as well as anyone else who wants to automate or simplify common tasks with the use of Python scripts. Basic familiarity with any programming or scripting language would be helpful, along with a working, user-level knowledge of Unix/Linux, Mac, or Windows. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Throughout the hands-on course students, will learn to write essential Python scripts using the most current and efficient skills and techniques. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Create working Python scripts following best practices Use python data types appropriately Read and write files with both text and binary data Search and replace text with regular expressions Get familiar with the standard library and its work-saving modules Use lesser known but powerful Python data types Create 'real-world', professional Python applications Work with dates, times, and calendars Know when to use collections such as lists, dictionaries, and sets Understand Pythonic features such as comprehensions and iterators Write robust code using exception handling Mastering Python Programming is an introductory and beyond-level practical, hands-on Python training course that leads the student from the basics of writing and running Python scripts to more advanced features such as file operations, regular expressions, working with binary data, and using the extensive functionality of Python modules. Extra emphasis is placed on features unique to Python, such as tuples, array slices, and output formatting. This comprehensive, practical course provides an in-depth exploration of working with the programming language, not an academic overview of syntax and grammar. Students will immediately be able to use Python to complete tasks in the real world. AN OVERVIEW OF PYTHON * What is python? * Python Timeline * Advantages/Disadvantages of Python * Getting help with pydoc THE PYTHON ENVIRONMENT * Starting Python * Using the interpreter * Running a Python script * Python scripts on Unix/Windows * Editors and IDEs GETTING STARTED * Using variables * Builtin functions * Strings * Numbers * Converting among types * Writing to the screen * Command line parameters FLOW CONTROL * About flow control * White space * Conditional expressions * Relational and Boolean operators * While loops * Alternate loop exits ARRAY TYPES * About array types (AKA sequences) * Lists and list methods * Tuples * Indexing and slicing * Iterating through a sequence * Nested sequences * Sequence functions, keywords, and operators * List comprehensions * Generator Expressions WORKING WITH FILES * File overview * Opening a text file * Reading a text file * Writing to a text file * Reading and writing raw (binary) data * Converting binary data with struct DICTIONARIES AND SETS * About dictionaries * Creating dictionaries * Iterating through a dictionary * About sets * Creating sets * Working with sets FUNCTIONS * Defining functions * Parameters * Global and local scope * Nested functions * Returning values SORTING * The sorted() function * Alternate keys * Lambda functions * Sorting collections * Using operator.itemgetter() * Reverse sorting ERRORS AND EXCEPTION HANDLING * Syntax errors * Exceptions * Using try/catch/else/finally * Handling multiple exceptions * Ignoring exceptions MODULES AND PACKAGES * The import statement * Module search path * Creating Modules * Using packages * Function and Module aliases AN INTRODUCTION TO PYTHON CLASSES * About o-o programming * Defining classes * Constructors * Methods * Instance data * Properties * Class methods and data REGULAR EXPRESSIONS * RE syntax overview * RE Objects * Searching and matching * Compilation flags * Groups and special groups * Replacing text * Splitting strings USING THE STANDARD LIBRARY * The sys module * Launching external programs * Math functions * Random numbers * Reading CSV data DATES AND TIMES * Working with dates and times * Translating timestamps * Parsing dates from text * Formatting dates * Calendar data WORKING WITH THE FILE SYSTEM * Paths, directories, and filenames * Checking for existence * Permissions and other file attributes * Walking directory trees * Creating filters with fileinput * Using shutil for file operations ADVANCED DATA HANDLING * Defaultdict and Counter * Prettyprinting data structures * Compressed archives (zip, gzip, tar, etc.) * Persistent data NETWORK PROGRAMMING * Using requests * Grabbing web content * Sending email * Using SSH for remote access * Using FTP WRITING REAL-LIFE APPLICATIONS * Reading input files a la Unix * Parsing command-line options * Detecting the current platform * Implementing logging ADDITIONAL COURSE DETAILS: Nexus Humans Mastering Python Programming (TTPS4820) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Mastering Python Programming (TTPS4820) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Mastering Python Programming (TTPS4820)
Delivered on-request, onlineDelivered Online
Price on Enquiry

20703-1 Administering System Center Configuration Manager

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is for experienced information technology (IT) professionals, typically described as Enterprise Desktop Administrators (EDAs). These EDAs deploy, manage, and maintain PCs, devices, and applications across medium, large, and enterprise organizations. A significant portion of this audience uses, or intends to use, the latest release of Configuration Manager to manage and deploy PCs, devices, and applications. Overview After completing this course, students will be able to: •Analyze data by using queries and reports. •Prepare a management infrastructure, including configuring boundaries, boundary groups, and resource discovery, and integrating mobile-device management with Microsoft Exchange Server. •Deploy and manage the Configuration Manager client. •Configure, manage, and monitor hardware and software inventory, and use Asset Intelligence and software metering. •Identify and configure the most appropriate method to distribute and manage content used for deployments. •Distribute, deploy, and monitor applications for managed users and systems. •Maintain software updates for PCs that Configuration Manager manages. •Implement Endpoint Protection for managed PCs. •Manage configuration items, baselines, and profiles to assess and configure compliance settings and data access for users and devices. •Configure an operating-system deployment strategy by using Configuration Manager. •Manage and maintain a Configuration Manager site. In this course, students will learn day-to-day management tasks, including how to manage applications, client health, hardware and software inventory, operating system deployment, and software updates by using Configuration Manager. You also will learn how to optimize System Center Endpoint Protection, manage compliance, and create management queries and reports. MANAGING COMPUTERS AND MOBILE DEVICES IN THE ENTERPRISE * Overview of systems management by using enterprise management solutions * Overview of the Configuration Manager architecture * Overview of the Configuration Manager administrative tools * Tools for monitoring and troubleshooting a Configuration Manager site * Lab : Exploring the Configuration Manager tools ANALYZING DATA USING QUERIES, REPORTS, AND CMPIVOT * Introduction to queries * Configuring SQL Server Reporting Services * Analyzing the real-time state of a device by using CMPivot * Lab : Creating and running queries * Lab : Configuring SSRS * Lab : Analyzing the real-time state of a device by using CMPivot PREPARING THE CONFIGURATION MANAGER MANAGEMENT INFRASTRUCTURE * Configuring site boundaries and boundary groups * Configuring resource discovery * Organizing resources using device and user collections * Lab : Configuring boundaries and resource discovery * Lab: Configuring user and device collections DEPLOYING AND MANAGING THE CONFIGURATION MANAGER CLIENT * Overview of the Configuration Manager client * Deploying the Configuration Manager client * Configuring and monitoring client status * Managing client settings and performing management operations * Lab : Deploying the Microsoft System Center Configuration Manager client software * Lab: Configuring and monitoring client status * Lab : Managing client settings MANAGING INVENTORY FOR PCS AND APPLICATIONS * Overview of inventory collection * Configuring hardware and software inventory * Managing inventory collection * Configuring software metering * Configuring and managing Asset Intelligence * Lab : Configuring and managing inventory collection * Lab : Configuring software metering * Lab : Configuring and managing Asset Intelligence DISTRIBUTING AND MANAGING CONTENT USED FOR DEPLOYMENTS * Preparing the infrastructure for content management * Distributing and managing content on distribution points * Lab : Distributing and managing content for deployments DEPLOYING AND MANAGING APPLICATIONS * Overview of application management * Creating applications * Deploying applications * Managing applications * Deploying virtual applications by using System Center Configuration Manager (Optional) * Deploying and managing Windows Store apps * Lab : Creating and deploying applications * Lab : Managing application supersedence and removal * Lab : Deploying virtual applications by using Configuration Manager (Optional) * Lab : Using Configuration Manager to deploy Windows Store apps MAINTAINING SOFTWARE UPDATES FOR MANAGED PCS * The software updates process * Preparing a Configuration Manager site for software updates * Managing software updates * Configuring automatic deployment rules * Monitoring and troubleshooting software updates * Enabling third-party updates * Lab : Configuring the site for software updates * Lab : Deploying and managing software updates IMPLEMENTING ENDPOINT PROTECTION FOR MANAGED PCS * Overview of Endpoint Protection in Configuration Manager * Configuring, deploying, and monitoring Endpoint Protection policies * Configuring and deploying advanced threat policies * Lab : Implementing Microsoft System Center Endpoint Protection * Lab : Implementing advanced threat policies MANAGING COMPLIANCE AND SECURE DATA ACCESS * Overview of Compliance Settings * Configuring compliance settings * Viewing compliance results * Managing resource and data access * Lab : Managing compliance settings MANAGING OPERATING SYSTEM DEPLOYMENT * An overview of operating system deployment * Preparing a site for operating system deployment * Deploying an operating system * Managing Windows as a service * Lab : Preparing the site for operating -system deployment * Lab : Deploying operating -system images for bare-metal installations MANAGING AND MAINTAINING A CONFIGURATION MANAGER SITE * Configuring role-based administration * Configuring Remote Tools * Overview of Configuration Manager site maintenance * Backing up and recovering a Configuration Manager site * Lab : Configuring role-based administration * Lab : Configuring Remote Tools * Lab : Maintaining a Configuration Manager site ADDITIONAL COURSE DETAILS: Nexus Humans 20703-1 Administering System Center Configuration Manager training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the 20703-1 Administering System Center Configuration Manager course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

20703-1 Administering System Center Configuration Manager
Delivered on-request, onlineDelivered Online
Price on Enquiry

DIPLOMA IN INSULATION AND BUILDING TREATMENTS

By Oscar Onsite

REFERENCE CODE 601/3040/4 COURSE LEVEL NVQ Level 3 THIS COURSE IS AVAILABLE IN COURSE OVERVIEW Who is this qualification for? This qualification is aimed at those who are involved in carrying out insulation or associated treatments to buildings; the qualification is at Level 3 and should be by those who are experienced and capable of dealing with a wide range of problems and situations and working with installations that have complex requirements. Candidates may take a technical or supervisory role, particularly in relation to less-experienced colleagues. They will also work closely with customers/clients and have well-developed customer service skills. The qualification is designed to ensure that there is a high degree of flexibility to complete by having pathways for a wide range of occupational roles and specialisms. All work must be carried out in accordance with Building Regulations and Industry recognised safe working practices, including the disposal of waste. What is required from candidates? GQA qualifications are made up of a number of units that have a credit value or credits. This qualification consists of 5 mandatory units and 6 pathways to cover occupational roles in External Wall Insulation, Cavity Wall Insulation, Loft insulation, Draught Proofing, Internal insulation and insulation to Framed Sections of Buildings. Candidates must complete all 5 mandatory units which have a total credit value of 23 credits and the required credits from the selected pathway. Dependent on the pathway selected the qualification has a total credit value ranging from 59 credits to 91 credits The units are made up of the things those working in these job roles need to know to be able to do to carry out the work safely and correctly. These are called Learning Outcomes, and all must be met to achieve the unit. Mandatory units Level Credit Maintain, promote and monitor Health and Safety in the Insulation and Building Treatments working environment Environmental Issues in the Insulation and Building Treatments working environment Identify and confirm requirements, resources and methods of work to carry out workplace activity Communication and teamwork in Insulation and Building Treatment activities Understanding Building Regulations and Legislation that apply to the Insulation and Building Treatments working environment Pathway 1 External Wall Insulation D/503/3042 Applying Surface Finishes to External Wall Insulation in the Workplace 2 19 Installing External Wall Insulation in the Workplace 2 19 Setting Out and Installing External Wall Insulation and Applying Surface Finishes to Buildings with Non-Routine or Complex Features Pathway 2 Cavity Wall Insulation Installing Cavity Wall Insulation in the Workplace 2 18 Setting Out and Installing Cavity Wall Insulation to Buildings with Non-Routine or Complex Features 3 24 Pathway 3 Loft Insulation Installing Loft Insulation in the Workplace Setting Out and Installing Loft Insulation to Buildings with Non-Routine or Complex Features Pathway 4 Draught Proofing Installing Draught-proofing to Openings in the Workplace 2 12 Setting Out and Installing Draught-Proofing to Openings with Non-Routine or Complex Features 3 30 Pathway 5 Internal Insulation to Walls, Floors or Ceilings Installing Internal Insulation to Walls, Floors or Ceilings in the Workplace Setting Out and Installing Internal Insulations to Walls, Floors or Ceilings to Buildings with Non-Routine or Complex Features Pathway 6 Insulation to Framed Sections of Buildings Installing Insulation to Framed Sections of Buildings in the Workplace 2 19 Setting Out and Installing Insulation to Framed Sections of Buildings with Complex or Non-Routine Features in the Workplace Assessment Guidance Evidence should show that you can complete all of the learning outcomes for each unit being taken. Types of evidence: Evidence of performance and knowledge is required. Evidence of performance should be demonstrated by activities and outcomes, and should be generated in the workplace only, unless indicated under potential sources of evidence (see below). Evidence of knowledge can be demonstrated though performance or by responding to questions. Quantity of evidence: Evidence should show that you can meet the requirements of the units in a way that demonstrates that the standards can be achieved consistently over an appropriate period of time. Potential sources of evidence: The main source of evidence for each unit will be observation of the candidate’s performance and knowledge demonstrated during the completion of the unit. This can be supplemented by the following types of physical or documentary evidence: * Accident book/reporting system * Photo/video evidence * Safety records * Work diaries * Training records * Timesheets * Audio evidence * Telephone logs * Job specifications and documentations * Delivery records * Witness testimonies * Equipment * Correspondence with customers * Prepared sites and structures * Notes and memos * Completed sites and structures Please Note that photocopied or downloaded documents such as manufacturers or industry guidance, H&S policies, Risk Assessments etc, are not normally acceptable evidence for GQA qualifications unless accompanied by a record of a professional discussion or Assessor statement confirming candidate knowledge of the subject. If you are in any doubt about the validity of evidence, please contact Oscar Onsite Academy

DIPLOMA IN INSULATION AND BUILDING TREATMENTS
Delivered in-person, on-requestDelivered In-Person in Manchester
Price on Enquiry

RE101: Fundamental Math for Solar Applications

By Solar Energy International (SEI)

TOPICS INCLUDE * Basic Math Operations * Decimals and Percentages * Calculating Areas * Power and Energy Calculations * Examples to Review

RE101: Fundamental Math for Solar Applications
Delivered Online On Demand
FREE

RE100: Introduction to Renewable Energy

By Solar Energy International (SEI)

TOPICS INCLUDE * Why renewable energy? * Conservation and efficiency * Basics of electricity * Solar thermal * Solar electricity * Wind power * Micro-hydro * Other renewable energy technologies * Appropriate technology for the developing world * The economics of renewable energy

RE100: Introduction to Renewable Energy
Delivered Online On Demand
FREE

Educators matching "Installation"

Show all 327
Minima Sliding

minima sliding

5.0(20)

Kent

We are specialist installers of Ultraline, the award-winning UK-made minimal sliding door system.A remarkable system with visual, thermal, security and functional benefits, made in the UK.My wife and I are absolutely thrilled with our two-pane Ultraline sliding patio doors - even more beautiful then we were expecting and the minimal sightlines are quite breath-taking - they have really brought the garden into our home. There were very few companies that we could find who could make a two-pane system of that size. Certainly not an inexpensive product, but good value compared to some others and worth every penny. I think I will stare at those doors for years to come. Dan was really helpful throughout the process over several months, sending me numerous videos, photos and other information to help me understand certain aspects of the product and installation. The fitters were amazing too - they did a fantastic job and were friendly, helpful, polite and careful throughout. Andrew Barclay, Reading We set out to find high quality doors with a very low profile. On scouring the market we found many variations but few with the look and appeal of the Ultraline sliding doors. We visited Georgia in the showroom in Kent who gave us a very comprehensive overview and followed up really quickly answering all of our questions. After extensive research across many suppliers, the Minima proposal gave the absolute best value when considering the quality of the product, price and service. On placing the order we went through the survey process which was extremely well communicated and professional. This ultimately led to an install in line with the expected timescales by a thorough and professional install team. In summary, I would definitely recommend Minima to anyone looking for a high quality slim profile sliding door. Great product, great comms and service. A pleasure to deal with. Mat Stanley, Chelmsford We first encountered Minima at an exhibition and instantly fell in love with the Ultraline doors. 9 months later our build is complete and we are delighted with how these look. The team at Minima were super helpful and always on hand to provide advice. Just buy them! You will have no regrets! Angelique Connolly, Reigate The view is the most important part of the house so the quality of the product was paramount. From the start the service, support and communication before and after installation was excellent. Dan and his team were most attentive and responsive. No question was too much trouble and the speed of the responses was really impressive. The installation was quick and professional and even though the installation was complex it went extremely quickly and smoothly. The team were very efficient. As expected the pr

Gfts Ltd.

gfts ltd.

5.0(1)

Bradford

GFTS Ltd is an established business that is focused on serving the comprehensive training needs of all business staff, with a focus on the fenestration and construction industries. Utilising a team of experienced industry professionals and our team approach to all training issues, GFTS Ltd is able to offer a higher quality of training than many of its competitors. GFTS Ltd is headed by practically minded management, who undertake a hands on approach to the success of the company and ensure that the business meets the requirements of the client base personally. GFTS Ltd offer a wide variety of training services for business owners to choose from, depending on their particular training requirements. This includes the training and upskilling of their current workforce, with the emphasis on “Train, Gain and Retain” with regards to the workforce. Our fenestration training courses provide affordable, high quality industry related tailored training and development solutions. The GFTS Ltd team has numerous business professionals / trainers. Each trainer specializes in a particular discipline, including Glass Processing, Fenestration Training for Installation & Surveying, Curtain Walling, Glazing, Fabrication of Glass Supporting Systems, Installation of Domestic Fascias, Soffits & Bargeboards, Wood Occupations, Bricklaying and Dry-lining. If you would like any further information about any of our Glass & Fenestration Training Courses or if you have any questions about any of the training courses that we offer please do not hesitate to contact us.