Overview
An Environmental Management System (EMS) helps an organization address its impact on the environment and managing its environmental regulatory performance. The implementation of an EMS creates the framework for a systematic and cost-effective approach towards improving environmental practices and the reduction of the risk of non-compliance.
By learning how to reduce negative environmental impacts, minimize energy consumption, optimize waste management, and make sustainable procurement choices, organisations and its employees can contribute to reducing operational costs. Why Should an Individual Attend?
-
Meet Consumer Expectations: Learn how to align your organisation’s practices with the growing demand for environmentally responsible business.
-
Support Sustainable Development: Understand key environmental challenges and explore strategies to reduce pollution, conserve energy, and operate more efficiently.
-
Establish a Robust Management System: Gain the tools to implement an Environmental Management System that structures your organisation’s sustainability efforts.
-
Showcase Environmental Accountability: Equip yourself to demonstrate how your organisation identifies, prevents, and mitigates negative environmental impacts—building trust with clients and customers.
-
Drive Real-World Impact: Contribute to long-term environmental responsibility by applying global best practices in operational sustainability.
Outcomes
On completion of this course, the delegate will be able to:
-
Implement ISO 14001 EMS: Establish a robust Environmental Management System that aligns with international standards and drives organisational sustainability.
-
Integrate standards into business: Confidently interpret ISO 14001 requirements and embed them seamlessly into everyday operations.
-
Master risk assessments: Identify environmental aspects, evaluate impacts, and design proactive measures to mitigate risks.
-
Produce effective documentation: Create clear, practical guidance that supports compliance and empowers organisational activities.
-
Excel in audits: Demonstrate readiness and professionalism in both internal EMA audits and external ISO 14001 certification audits.
Program Outline
-
Overview of the Standard
-
Implementation Project
-
Understanding the Organisation (Context and Stakeholders)
-
Scope of the EMS, the Environmental Policy and Environmental Objectives
-
Environmental Assessment (Aspects and Impacts) and Risk Mitigation
-
Legal and other requirements
-
Resources (Roles, responsibilities and authorities)
-
Competence, awareness and communication
-
Operational Controls and Emergency preparedness
-
Monitoring, Measurement and Reporting
-
Internal Audits and Management Review
-
Improvement
Who Should Attend?
-
Engineers
-
Technicians
-
Technologist
-
Executives / Senior Management
-
Middle Management
-
Project / Construction Managers
-
Contractors / Subcontractors
|
| Schedules: |
No upcoming schedules were found for this course. Note: 1 future event(s) exist but are marked Cancelled, so they are not shown on the public schedule list. Set Cancelled = No on the School Event if it should appear. SQL to check events linked to this course:
SELECT EventID, EventName, StartDate, EndDate, Cancelled, WebCategory, Venue, AccredNum FROM SchoolEvents WHERE SchoolCourseID = 3835 ORDER BY StartDate DESC, EventID DESC
SQL used for upcoming (non-cancelled) candidates:
SELECT SchoolEvents.EventID, SchoolEvents.Venue, SchoolEvents.City, SchoolEvents.Cancelled, SchoolEvents.AccredNum, CourseVenues.CourseVenueCity, CourseVenues.CourseVenueArea, SchoolEvents.StartDate, SchoolEvents.EndDate, SchoolEvents.CPD, SchoolEvents.AccredNum2, SchoolEvents.Level, SchoolEvents.SACPCMPNum, SchoolEvents.WebCategory, SchoolEvents.SchoolCourseID, SchoolEvents.EventName, SchoolEvents.SACPCMPCategory, SchoolEvents.SACPCMP_CPDPoints, SchoolEvents.SACNASP_ValidationNumber, SchoolEvents.SACNASP_CPD_Points, (SELECT COUNT(*) FROM EventSchedules es0 WHERE es0.EventID = SchoolEvents.EventID) AS ScheduleRowCount, (SELECT MIN(es1.ScheduleDate) FROM EventSchedules es1 WHERE es1.EventID = SchoolEvents.EventID AND es1.ScheduleDate >= '2026-08-28') AS NextScheduleDate, (SELECT MAX(es2.ScheduleDate) FROM EventSchedules es2 WHERE es2.EventID = SchoolEvents.EventID) AS LastScheduleDate FROM SchoolEvents LEFT JOIN CourseVenues ON SchoolEvents.Venue = CourseVenues.CourseVenueName WHERE (SchoolEvents.Cancelled IS NULL OR SchoolEvents.Cancelled <> 1) AND (SchoolEvents.WebCategory IS NULL OR SchoolEvents.WebCategory <> 11) AND SchoolEvents.SchoolCourseID = 3835 ORDER BY SchoolEvents.StartDate, SchoolEvents.EventID |