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

6127 Productivity courses

Learn AutoCAD Programming using VB.NET - Hands On!

4.5(3)

By Studyhub UK

The course 'Learn AutoCAD Programming using VB.NET - Hands On!' provides comprehensive training in using VB.NET to program and automate tasks in AutoCAD. It covers essential concepts, components of the AutoCAD .NET API, creating and manipulating AutoCAD objects, exploring AutoCAD dictionaries, user interactions, selection sets, and developing practical projects. Participants will gain the necessary skills to efficiently create custom plugins and enhance their productivity in AutoCAD. Learning Outcomes: Understand the fundamentals of VB.NET programming and its relevance to AutoCAD. Explore the AutoCAD .NET API components and learn to work with the AutoCAD object hierarchy. Create and manipulate various AutoCAD objects such as lines, circles, polylines, and more using VB.NET. Implement AutoCAD dictionaries to manage layers, line types, text styles, and other entities. Utilize user interactions for input and output in VB.NET, enhancing the user experience. Work with selection sets and filters to efficiently select and process AutoCAD objects. Develop hands-on projects, including a BlocksCounter plugin and an ObjectExtractor plugin, to reinforce learning and practical application. Why buy this Learn AutoCAD Programming using VB.NET - Hands On!? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Learn AutoCAD Programming using VB.NET - Hands On! there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Learn AutoCAD Programming using VB.NET - Hands On! does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Learn AutoCAD Programming using VB.NET - Hands On! was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Learn AutoCAD Programming using VB.NET - Hands On! is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Unit 01: Introduction Module 01: Course Outline 00:05:00 Module 02: Introduction 00:01:00 Module 03: Who is this Course for? 00:01:00 Module 04: What will I learn from this Course? 00:01:00 Module 05: What is VB.NET? 00:01:00 Module 06: What is AutoCAD .NET API? 00:01:00 Module 07: What are the advantages of programming in AutoCAD .NET API? 00:01:00 Module 08: Hands-on Projects overview 00:06:00 Unit 02: Exploring AutoCAD .NET API Components Module 01: AutoCAD .NET API Components Overview 00:01:00 Module 02: AutoCAD .NET API Assemblies 00:02:00 Module 03: Understanding AutoCAD Object Hierarchy 00:03:00 Module 04: AutoCAD .NET API Application Object 00:02:00 Module 05: AutoCAD .NET API Document Object 00:02:00 Module 06: AutoCAD .NET API Database Object 00:04:00 Unit 03: Hello AutoCAD from VB.NET Module 01: Section Overview 00:04:00 Module 02: Installing Visual Studio 2019 00:05:00 Module 03: Setting up Visual Studio 2019 Integrated Development Environment (IDE) 00:04:00 Module 04: Creating First VB.NET Plugin (Hello AutoCAD) 00:12:00 Module 05: Different ways to communicate with the User 00:04:00 Module 06: Configuring VS2019 Target Processor 00:10:00 Unit 04: Creating AutoCAD Objects using VB.NET Module 01: Creating AutoCAD Object using VB.NET Overview 00:01:00 Module 02: Creating DrawObjects Project 00:04:00 Module 03: Creating a Line Object using VB.NET 00:15:00 Module 04: Creating a MText Object using VB.NET 00:12:00 Module 05: Creating a Circle Object using VB.NET 00:09:00 Module 06: Creating an Arc Object using VB.NET 00:07:00 Module 07: Creating a Polyline Object using VB.NET 00:08:00 Module 08: Creating Multiple Circles Vertically 00:09:00 Module 09: Creating Multiple Circles Horizontally 00:05:00 Unit 05: Manipulating AutoCAD Objects using VB.NET Module 01: Manipulating AutoCAD Objects Overview 00:01:00 Module 02: Creating the Project ManipulateObjects 00:04:00 Module 03: Creating the SingleCopy Method 00:13:00 Module 04: Creating the MultipleCopy Method 00:11:00 Module 05: Creating the EraseObject Method 00:12:00 Module 06: Creating the MoveObject method 00:07:00 Module 07: Creating the MirrorObject method 00:10:00 Module 08: Creating the RotateObject method 00:07:00 Module 09: Creating the ScaleObject method 00:05:00 Module 10: Creating the OffsetObject method 00:05:00 Unit 06: Exploring AutoCAD Dictionaries using VB.NET Module 01: Exploring AutoCAD Dictionaries - Overview 00:02:00 Module 02: Creating LayersLineTypesAndStyles Project 00:06:00 Module 03: Creating the ListLayers Method 00:11:00 Module 04: Creating the CreateLayer Method 00:10:00 Module 05: Creating the UpdateLayer Method 00:12:00 Module 06: Creating the SetLayerOnOff Method 00:08:00 Module 07: Creating the SetLayerFrozenOrThaw Method 00:04:00 Module 08: Creating the DeleteLayer Method 00:05:00 Module 09: Creating the LockUnlockLayer Method 00:04:00 Module 10: Creating the SetLayerToObject Method 00:08:00 Module 11: Creating the ListLineTypes Method 00:09:00 Module 12: Creating the LoadLineType Method 00:07:00 Module 13: Creating the SetCurrentLineType Method 00:05:00 Module 14: Creating the DeleteLineType Method 00:09:00 Module 15: Creating the SetLineTypeToObject Method 00:05:00 Module 16: Exploring TextStyles - Overview 00:01:00 Module 17: Creating the ListStyles Method 00:08:00 Module 18: Creating the UpdateCurrentTextStyleFont Method 00:12:00 Module 19: Creating the SetCurrentTextStyle Method 00:08:00 Module 20: Creating the SetTextStyleToObject Method 00:08:00 Unit 07: User Interactions in VB.NET Module 01: User Input Functions - Overview 00:02:00 Module 02: Creating the UserInteractions Project 00:03:00 Module 03: Creating the GetName Method 00:11:00 Module 04: Creating the SetLayer Method using the GetString function 00:12:00 Module 05: Creating the CreateLineUsingGetpoint Method 00:11:00 Module 06: Creating the CalculateDefinedArea Method 00:17:00 Module 07: Creating the DrawObjectsUsingGetKeywords Method 00:14:00 Module 08: Creating the GetDistanceBetweenTwoPoints Method 00:05:00 Module 09: Creating the CountObjects Method 00:15:00 Unit 08: Selection Sets and Filters Module 01: Selection Sets and Filters - Overview 00:13:00 Module 02: Creating the SelectionSets Project 00:05:00 Module 03: Creating the SelectAllAndChangeLayer Method 00:12:00 Module 04: Creating the SelectObjectOnScreen Method 00:08:00 Module 05: Creating the SelectWindowAndChangeColor Method 00:06:00 Module 06: Creating the SelectCrossingAndDelete Method 00:05:00 Module 07: Creating the SelectFenceAndChangeLayer Method 00:06:00 Module 08: Creating the CountPickFirstSelection Method 00:07:00 Module 09: Creating the SelectLines Method 00:13:00 Module 10: Creating the SelectMTexts Method 00:05:00 Module 11: Creating the SelectPlines Method 00:04:00 Module 12: Creating the SelectWalls Method 00:07:00 Module 13: Creating the SelectStairs Method 00:03:00 Module 14: Creating the SelectFrenchDoors Method 00:04:00 Module 15: Creating the SelectBifoldDoors Method 00:03:00 Module 16: Creating CountReceptacles Method 00:04:00 Module 17: Creating the CountLightingFixtures Method 00:10:00 Unit 09: Developing Projects - Hands On Module 01: Developing Projects - Hands on Overview 00:02:00 Module 02: BlocksCounter Plugin Demo 00:03:00 Module 03: Creating the BlocksCounter Project 00:04:00 Module 04: Creating the CountBlocksToTable Method 00:08:00 Module 05: Creating the PromptUser Function 00:08:00 Module 06: Creating the GatherBlocksAndDrawTable Method 00:12:00 Module 07: Continuation of GatherBlocksAndDrawTable Method 00:17:00 Module 08: Running and Debugging the BlocksCounter Project - Part 1 00:15:00 Module 09: Running and Debugging the BlocksCounter Project - Part 2 00:11:00 Module 10: Running and Debugging the BlocksCounter Project - Part 3 00:01:00 Module 11: Creating the ObjectExtractor Plugin Project 00:04:00 Module 12: Creating the ExtractObjects Method 00:07:00 Module 13: Creating the ExtractLine Method 00:16:00 Module 14: Running and Debugging the ExtractLine Method 00:05:00 Module 15: Creating the ExtractCircle Method 00:11:00 Module 16: Creating the ExtractMText Method 00:13:00 Module 17: Creating the ExtractPolyline Method 00:19:00 Module 18: Creating the ExtractBlock Method 00:10:00 Unit 10: Conclusion Module 01: Congratulations and Thank you very much! 00:01:00 Assignment Assignment - Learn AutoCAD Programming using VB.NET - Hands On! 00:00:00

Learn AutoCAD Programming using VB.NET - Hands On!
Delivered Online On Demand12 hours 9 minutes
£10.99

Site Management Safety Training

4.3(43)

By John Academy

Course overview Learn the essential site management and security technique from this Site Management Safety Training course and ensure the best and safest working environment for your team. This course will assist you to maintain all the regulation of site management and boost your productivity in no time. The Site Management Safety Training course is one of the most demanding course about site management. You'll get to know abut the skills you need to have to work in the construction sector. You'll learn the rules and regulations of site management, best practices and safety measures. This course will strengthen your basics and enhance your understanding about site management. The interactive and easily understandable lessons will teach you site management techniques effectively. Please Note: This Site Management Safety Training Course isn't endorsed or related to CITB. Therefore, the certificate issued after the successful completion of the course won't be recognised by CITB. Learning outcomes Learn about the principles of site management Know about the safety procedures and its importance in site management Ensure the safety of the staffs while working in a site Be able to assess risk Familiarise with risk management procedures Be able to mitigate risks when working with electricity and scaffolding Learn about the safety in excavation areas and confined spaces Who Is This Course For? Anyone interested in learning site management most efficiently can take this Site Management Safety Training course. The skills gained from this training will provide excellent opportunities for career advancement.  Entry Requirement This course is available to all learners of all academic backgrounds. Learners should be aged 16 or over. Good understanding of English language, numeracy and ICT skills are required to take this course. Certification After you have successfully completed the course, you will obtain an Accredited Certificate of Achievement. And, you will also receive a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy for £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why Choose Us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos and materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; United Kingdom & internationally recognised accredited qualification; Access to course content on mobile, tablet and desktop from anywhere, anytime; Substantial career advancement opportunities; 24/7 student support via email. Career Path The Site Management Safety Training course provides essential skills that will make you more effective in your role. It would be beneficial for any related profession in the industry, such as: Site Managers Property Supervisors Project Managers Site Instructors Security Professionals Site Supervisors Site Management Safety Training Module 01: Health and Safety at Work 00:22:00 Module 02: Site Set-Up 00:34:00 Module 03: Construction Design and Management (CDM) Regulations 00:17:00 Module 04: Risk Identification, Assessment and Management 00:31:00 Module 05: Behavioural Safety 00:22:00 Module 06: Management of Occupational Health 00:34:00 Module 07: Electricity 00:31:00 Module 08: Working at Height 00:29:00 Module 09: Scaffolding 00:21:00 Module 10: Excavations and Confined Space 00:37:00 Module 11: Demolition 00:24:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Site Management Safety Training
Delivered Online On Demand5 hours 2 minutes
£11.99

Meditation & Mindfulness Training - CPD Accredited

4.8(9)

By Skill Up

11-in-1 CPD Accredited Bundle| 11 Free PDF Certificates| Updated course materials| 24/7 Learner Support

Meditation & Mindfulness Training - CPD Accredited
Delivered Online On Demand36 hours
£51

Email Writing Essentials

By Compete High

Product Overview: Email Writing Essentials   In today's fast-paced digital world, effective email communication is a vital skill that can make or break professional relationships and opportunities. Whether you're writing emails for business, academia, or personal correspondence, mastering the art of email writing is essential for success. Introducing 'Email Writing Essentials,' a comprehensive course designed to enhance your email writing skills and streamline your communication processes.   Module 1: Understanding the Purpose of Email In Module 1, you will gain insights into the fundamental purpose of email communication. You'll learn how to identify your audience, understand their needs, and tailor your message accordingly. This module lays the foundation for effective email writing by helping you grasp the importance of clarity, conciseness, and relevance in your messages. Module 2: Planning Your Email Writing Module 2 focuses on the strategic planning phase of email writing. You'll discover techniques for organizing your thoughts, structuring your emails for maximum impact, and setting clear objectives for each communication. From outlining key points to defining your call to action, this module equips you with the tools to craft purposeful and persuasive emails. Module 3: Crafting Effective Subject Lines and Greetings The subject line and greeting are the first elements recipients see when they open your email. In Module 3, you'll learn how to create attention-grabbing subject lines that compel recipients to open your message. Additionally, you'll explore different greeting styles and discover the importance of personalization in establishing rapport with your audience. Module 4: Email Etiquette Module 4 delves into the essential principles of email etiquette. You'll uncover best practices for professionalism, tone, and language usage in your emails. From addressing recipients appropriately to navigating sensitive topics with tact, this module ensures that your emails are respectful, courteous, and well-received. Module 5: Managing Email Communication Overload In today's digital age, managing email overload is a common challenge. Module 5 provides practical strategies for organizing your inbox, prioritizing messages, and minimizing distractions. You'll learn how to implement time-saving techniques, leverage email management tools effectively, and maintain productivity amidst a constant influx of messages.   By completing 'Email Writing Essentials,' you'll emerge with the skills and confidence to craft compelling, professional emails that make a lasting impression. Whether you're communicating with clients, colleagues, or stakeholders, mastering the art of email writing is sure to elevate your success in today's interconnected world. Enroll now and unlock the power of effective email communication! Course Curriculum Module 1_ Understanding the Purpose of Email Understanding the Purpose of Email 00:00 Module 2_ Planning Your Email Writing Planning Your Email Writing 00:00 Module 3_ Crafting Effective Subject Lines and Greetings Crafting Effective Subject Lines and Greetin 00:00 Module 4_ Email Etiquette Email Etiquette 00:00 Module 5_ Managing Email Communication Overload Managing Email Communication Overload 00:00

Email Writing Essentials
Delivered Online On Demand4 hours
£4.99

Certified HR Advisor Training and Employment Diploma

4.5(3)

By Studyhub UK

The 'Certified HR Advisor Training and Employment Diploma' provides comprehensive training in various aspects of Human Resource management, including employee recruitment, training, performance appraisal, employee relations, motivation, health and safety, employee termination, employer records, and UK employment law. Learning Outcomes: Understand the role and importance of Human Resource management in organizations. Learn the process and techniques of employee recruitment and selection. Gain knowledge of employee training and development to enhance skills and performance. Learn effective performance appraisal management techniques to evaluate employee performance. Understand employee relations and strategies for maintaining a positive work environment. Acquire skills in motivating and counseling employees for improved productivity. Learn the significance of ensuring health and safety at the workplace for employee well-being. Understand the employee termination process and best practices. Gain knowledge of maintaining employer records and statistical data. Comprehend the essential UK employment law and its implications in the workplace. Why buy this Certified HR Advisor Training and Employment Diploma? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Certified HR Advisor Training and Employment Diploma you will be able to take the MCQ test that will assess your knowledge. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Certified HR Advisor Training and Employment Diploma does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Certified HR Advisor Training and Employment Diploma was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Certified HR Advisor Training and Employment Diploma is a great way for you to gain multiple skills from the comfort of your home.   Course Curriculum Module 01: Introduction to Human Resource Module 01: Introduction to Human Resource 00:17:00 Module 02: Employee Recruitment and Selection Procedure Module 02: Employee Recruitment and Selection Procedure 00:32:00 Module 03: Employee Training and Development Process Module 03: Employee Training and Development Process 00:22:00 Module 04: Performance Appraisal Management Module 04: Performance Appraisal Management 00:19:00 Module 05: Employee Relations Module 05: Employee Relations 00:14:00 Module 06: Motivation and Counselling Module 06: Motivation and Counselling 00:19:00 Module 07: Ensuring Health and safety at the Workplace Module 07: Ensuring Health and safety at the Workplace 00:17:00 Module 08 :Employee Termination Module 08 : Employee Termination 00:15:00 Module 09: Employer Record and Statistics Module 09: Employer Record and Statistics 00:11:00 Module 10: Essential UK Employment Law Module 10: Essential UK Employment Law 00:26:00

Certified HR Advisor Training  and Employment Diploma
Delivered Online On Demand3 hours 12 minutes
£10.99

Level 2 Certificate in Mental Health Awareness

4.5(3)

By Studyhub UK

The Meeting Management Skills course equips learners with the necessary knowledge and techniques to effectively handle minute writing and minute-taking responsibilities. From understanding the meeting structure to building confidence in minute taking, this course provides essential skills for successful meeting management. Learning Outcomes: Introduction to minute writing and its importance in effective meeting management. Prepare effectively for minute taking, ensuring the accurate recording of meeting discussions. Understand the structure of meetings and the key elements to capture in minutes. Comprehend the process of minute meetings, decisions, and actions for clear documentation. Identify the roles and responsibilities of a minute taker in a meeting setting. Gain valuable tips and strategies to enhance minute taking efficiency and accuracy. Explore the use of technology in minute taking, streamlining the process and increasing productivity. Develop confidence in minute taking to ensure accurate and concise meeting records. Why buy this Level 2 Certificate in Mental Health Awareness? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Level 2 Certificate in Mental Health Awareness you will be able to take the MCQ test that will assess your knowledge. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Level 2 Certificate in Mental Health Awareness does not require you to have any prior qualifications or experience. You can just enrol and start learning.  Prerequisites This Level 2 Certificate in Mental Health Awareness was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Level 2 Certificate in Mental Health Awareness is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Level 2 Certificate in Mental Health Awareness Module 01: Introduction to Mental Health 00:22:00 Module 02: Child Psychology 00:28:00 Module 03: Attachment and Relationship Building in Childhood 00:50:00 Module 04: Impacts of Separation and Loss on Attachment 00:28:00 Module 05: Factors that Influence Development 00:36:00 Module 06: Mental Health Problems in Young and Adults 00:14:00 Module 07: Other Mental Health Problems in Young and Adults 00:17:00 Module 08: Autism, ADHD and Dyslexia in Young and Adults 00:26:00 Module 09: Dealing With Autism, ADHD and Dyslexia in Young and Adults 00:32:00 Module 10: The Self Harming Behaviour 00:17:00 Module 11: Mental Health Treatment and Medicine 00:19:00 Module 12: Mental Health over Life Span and Society in the UK 00:18:00 Module 13: Mental Health Related Legislations in the UK 00:35:00 Mock Exam Mock Exam - Level 2 Certificate in Mental Health Awareness 00:20:00 Fina Exam Final Exam - Level 2 Certificate in Mental Health Awareness 00:20:00

Level 2 Certificate in Mental Health Awareness
Delivered Online On Demand6 hours 22 minutes
£10.99

B2B Business Development: Strategies for Sustainable Growth

4.5(3)

By Studyhub UK

Are you ready to revolutionize your B2B business development strategies and unlock sustainable growth? Dive into our comprehensive course, 'B2B Business Development: Strategies for Sustainable Growth,' where innovation meets practicality. In a world where businesses are constantly evolving, staying ahead requires more than just theory - it demands actionable insights and strategies. This course is your gateway to mastering the art of B2B sales and marketing, equipping you with the tools to thrive in the dynamic world of business development. Learning Outcomes Gain a profound understanding of B2B business development principles. Master the fundamentals of B2B sales and marketing strategies. Analyze and adapt to the unique dynamics of the B2B buyer. Create effective B2B marketing strategies that drive results. Align your sales and marketing efforts for enhanced productivity and growth. Why buy this B2B Business Development: Strategies for Sustainable Growth? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the B2B Business Development: Strategies for Sustainable Growth there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this B2B Business Development: Strategies for Sustainable Growth for? Aspiring B2B professionals eager to excel in business development. Marketing and sales enthusiasts seeking to specialize in the B2B domain. Business owners aiming to scale their B2B operations. Managers and team leaders responsible for B2B sales teams. Individuals keen on staying competitive in the ever-evolving B2B landscape. Prerequisites This B2B Business Development: Strategies for Sustainable Growth does not require you to have any prior qualifications or experience. You can just enrol and start learning.This B2B Business Development: Strategies for Sustainable Growth was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path B2B Sales Manager: £40,000 - £70,000 per annum B2B Marketing Specialist: £30,000 - £55,000 per annum Business Development Analyst: £35,000 - £60,000 per annum Sales Operations Coordinator: £28,000 - £45,000 per annum B2B Account Executive: £25,000 - £50,000 per annum Marketing Manager (B2B): £45,000 - £80,000 per annum Course Curriculum Module 01: Introduction to Business Development Introduction to Business Development 00:27:00 Module 02: Fundamentals of B2B Sales and Marketing Fundamentals of B2B Sales and Marketing 00:15:00 Module 03: The B2B Buyer The B2B Buyer 00:13:00 Module 04: B2B Marketing Strategy B2B Marketing Strategy 00:14:00 Module 05: Sales and Marketing Alignment Sales and Marketing Alignment 00:14:00 Module 06: Forming a B2B Sales Team Forming a B2B Sales Team 00:14:00 Module 07: Generating B2B Leads Generating B2B Leads 00:15:00 Module 08: B2B Sales Techniques B2B Sales Techniques 00:16:00 Module 09: B2B Sales Management B2B Sales Management 00:14:00 Module 10: B2B Business Development Strategies B2B Business Development Strategies 00:27:00

B2B Business Development: Strategies for Sustainable Growth
Delivered Online On Demand2 hours 49 minutes
£10.99

Sexual Harassment Awareness Training

4.3(43)

By John Academy

Overview Facing sexual harassment in the workplace can have a severe mental toll on the victim and lead to low productivity, decreased job satisfaction and even increased employee turnover rates. Equip the knowledge and skills to prevent sexual harassment in the workplace and create a safe work environment with our Sexual Harassment Awareness Training course. The course will help you comprehend the impact of sexual harassment. From the module, you will learn about different types of sexual harassment. The course will help you identify harassment in the workplace. You will also acquire the skills and expertise to handle sexual harassment in the workplace. This course will take you a step closer to building a safe workplace, enrol now and start learning! Course Preview Learning Outcomes Learn about the effects of sexual harassment Understand different types of sexual harassment Develop the ability to identify sexual harassment in the workplace Know the policies and procedures regarding harassment Understand how to effectively deal with sexual harassment Why Take This Course From John Academy? Affordable, well-structured and high-quality e-learning study materials Engaging tutorial videos, materials from the industry-leading experts Opportunity to study in a user-friendly, advanced online learning platform Efficient exam systems for the assessment and instant result Earn UK & internationally recognised accredited qualification Easily access the course content on mobile, tablet, or desktop from anywhere, anytime Excellent career advancement opportunities Get 24/7 student support via email. What Skills Will You Learn from This Course? Identifying Sexual Harassment Managing Sexual Harassment Who Should Take This Sexual Harassment Awareness Training? Whether you're an existing practitioner or an aspiring professional, this course is an ideal opportunity. It will elevate your expertise and boost your CV with key skills and a recognised qualification attesting to your knowledge. Are There Any Entry Requirements? This Sexual Harassment Awareness Training is available to all learners of all academic backgrounds. But learners should be aged 16 or over to undertake the qualification. And a good understanding of the English language, numeracy, and ICT will be helpful Certificate of Achievement After completing this course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates & Transcripts can be obtained either in Hardcopy at £14.99 or in PDF format at £11.99. Career Path​ This exclusive Sexual Harassment Awareness Training course will equip you with effective skills and abilities and help you explore career paths such as  Sexual Harassment Educator HR Manager Corporate Compliance Office Social Worker Module 01: Identifying Sexual Harassment in the Workplace Identifying Sexual Harassment in the Workplace 00:12:00 Module 02: Positively Dealing with Sexual Harassment Positively Dealing with Sexual Harassment 00:09:00 Module 03: Toxicity, Legality, and Equality Toxicity, Legality, and Equality 00:10:00 Module 04: Types of Sexual Harassment Types of Sexual Harassment 00:09:00 Module 05: Understanding the Effects of Sexual Harassment Understanding the Effects of Sexual Harassment 00:09:00 Module 06: Working Policies and Procedures Regarding Harassment Working Policies and Procedures Regarding Harassment 00:09:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Sexual Harassment Awareness Training
Delivered Online On Demand58 minutes
£11.99

AZ-140T00 Configuring and Operating Microsoft Azure Virtual Desktop

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Students for AZ-140: Configuring and Operating Microsoft Azure Virtual Desktop are interested in delivering applications on Azure Virtual Desktop and optimizing them to run in multi-session virtual environments. As an Azure Virtual Desktop administrator, you will closely with the Azure Administrators and Architects, along with Microsoft 365 Administrators. Azure Virtual Desktop administrator responsibilities include planning, deploying, packaging, updating, and maintaining the Azure Virtual Desktop infrastructure. They also create session host images, implement and manage FSLogix, monitor Azure Virtual Desktop performance, and automate Azure Virtual Desktop management tasks. This course teaches Azure administrators how to plan, deliver, and manage virtual desktop experiences and remote apps, for any device, on Azure. Lessons include implementing and managing networking for Azure Virtual Desktop, configuring host pools and session hosts, creating session host images, implementing, and managing FSLogix, monitoring Azure Virtual Desktop performance and health, and automating Azure Virtual Desktop management tasks. Students will learn through a mix of demonstrations and hands-on lab experiences deploying virtual desktop experiences and apps on Azure Virtual Desktop and optimizing them to run in multi-session virtual environments. Candidates of this course must have solid Azure administration skills. This course assumes prior experience, including virtualization, networking, identity, storage, backup and restore, and disaster recovery. Students should have knowledge of on-premises virtual desktop infrastructure technologies as they relate to migrating to Azure Virtual Desktop. Students are expected to have used the tools common to the Azure environment, such as the Azure PowerShell and Cloud Shell. 1 - Azure Virtual Desktop Architecture Azure Virtual Desktop for the enterprise Azure Virtual Desktop components Personal and pooled desktops Service updates for Azure Virtual Desktop desktops Azure limitations for Azure Virtual Desktop Virtual machine sizing for Azure Virtual Desktop Azure Virtual Desktop pricing 2 - Design the Azure Virtual Desktop architecture Assess network capacity and speed requirements for Azure Virtual Desktop Azure Virtual Desktop Experience Estimator Recommend an operating system for an Azure Virtual Desktop implementation Balancing host pools Recommendations for using subscriptions and management groups Configure a location for the Azure Virtual Desktop metadata Recommend a configuration for performance requirements 3 - Design for user identities and profiles Select an appropriate licensing model for Azure Virtual Desktop based on requirements Personal and multi-session desktop scenarios Recommend an appropriate storage solution Plan for a desktop client deployment Plan for Azure Virtual Desktop client deployment - Remote Desktop Protocol (RDP) Windows Desktop client to multiple devices Hybrid Identity with Azure Active Directory Plan for Azure Active Directory (AD) Connect for user identities 4 - Implement and manage networking for Azure Virtual Desktop Implement Azure virtual network connectivity Manage connectivity to the internet and on-premises networks Understanding Azure Virtual Desktop network connectivity Implement and manage network security for Azure Virtual Desktop Configure Azure Virtual Desktop session hosts using Azure Bastion Monitor and troubleshoot network connectivity for Azure Virtual Desktop Plan and implement Remote Desktop Protocol Shortpath Configure Remote Desktop Protocol Shortpath for managed networks Configure Windows Defender Firewall with Advanced Security for RDP Shortpath Plan and implement Quality of Service for Azure Virtual Desktop 5 - Implement and manage storage for Azure Virtual Desktop Storage for FSLogix components Configure storage for FSLogix components Configure storage accounts Create file shares Configure disks 6 - Create and configure host pools and session hosts for Azure Virtual Desktop Automate creation of an Azure Virtual Desktop host pool using PowerShell Configure host pool assignment type Customize Remote Desktop Protocol (RDP) properties for a host pool Manage licensing for session hosts that run Windows client Deploying Azure AD-joined virtual machines in Azure Virtual Desktop 7 - Create and manage session host image for Azure Virtual Desktop Create a managed virtual machine (VM) image Modify a session host image Plan for image update and management Create and use an Azure Compute Gallery using the portal Create an Azure Virtual Desktop image by using VM Image Builder Install Microsoft 365 Apps on a master Virtual Hard Disk image Install language packs in Azure Virtual Desktop 8 - Manage access for Azure Virtual Desktop Role-based access control (RBAC) for Azure Virtual Desktop Plan and implement Azure roles and role-based access control (RBAC) for Azure Virtual Desktop Using Azure Virtual Desktop with Microsoft Intune Configuring screen capture protection for Azure Virtual Desktop 9 - Manage security for Azure Virtual Desktop Plan and implement Conditional Access policies for connections to Azure Virtual Desktop Plan and implement multifactor authentication (MFA) in Azure Virtual Desktop Understand Conditional Access policy components Manage security by using Azure Security Center Security posture management and threat protection 10 - Implement and manage FSLogix Plan for FSLogix FSLogix profile containers and Azure files Install FSLogix Storage options for FSLogix profile containers Profile Container vs Office Container Configure Office Containers Installing Microsoft Office using FSLogix application containers Configure Cloud Cache Configure Profile Containers Create a profile container with Azure NetApp Files and capacity pool Manage Rule Sets and application masking 11 - Configure user experience settings Virtual desktop optimization principles Persistent virtual desktop environments Configure user settings through group policies Configure user settings through Endpoint Manager policies Configure session timeout properties Configure device redirections Configure Universal Print Implement the Start Virtual Machine on Connect feature Troubleshoot user profile issues Troubleshoot Azure Virtual Desktop clients 12 - Install and configure apps on a session host MSIX app attach How MSIX app attach works Set up a file share for MSIX app attach Upload MSIX images to Azure NetApp Files in Azure Virtual Desktop How to configure apps for users Using the OneDrive sync app on virtual desktops Using Microsoft Teams on Azure Virtual desktop Publish built-in apps in Azure Virtual Desktop Troubleshoot application issues for Azure Virtual Desktop 13 - Plan for disaster recovery Disaster recovery for Azure Virtual Desktop Virtual machine replication FSLogix configuration 14 - Automate Azure Virtual Desktop management tasks Scale session hosts using Azure Automation Create or update an Azure Automation account Create an Azure Automation Run As account Create the Azure Logic App and execution schedule 15 - Monitor and manage performance and health Monitor Azure Virtual Desktop by using Azure Monitor Log Analytics workspace for Azure Monitor Monitor Azure Virtual Desktop by using Azure Advisor How to resolve Azure Advisor recommendations Diagnose graphics performance issues Additional course details: Nexus Humans AZ-140T00 Configuring and Operating Windows Virtual Desktop on Microsoft Azure 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 AZ-140T00 Configuring and Operating Windows Virtual Desktop on Microsoft Azure 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.

AZ-140T00 Configuring and Operating Microsoft Azure Virtual Desktop
Delivered OnlineFlexible Dates
£2,380

AZ-800T00 Administering Windows Server Hybrid Core Infrastructure

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This four-day course is intended for Windows Server Hybrid Administrators who have experience working with Windows Server and want to extend the capabilities of their on-premises environments by combining on-premises and hybrid technologies. Windows Server Hybrid Administrators implement and manage on-premises and hybrid solutions such as identity, management, compute, networking, and storage in a Windows Server hybrid environment. This course teaches IT Professionals how to manage core Windows Server workloads and services using on-premises, hybrid, and cloud technologies. The course teaches IT Professionals how to implement and manage on-premises and hybrid solutions such as identity, management, compute, networking, and storage in a Windows Server hybrid environment. Prerequisites Experience with managing Windows Server operating system and Windows Server workloads in on-premises scenarios, including AD DS, DNS, DFS, Hyper-V, and File and Storage Services Experience with common Windows Server management tools (implied in the first prerequisite). Basic knowledge of core Microsoft compute, storage, networking, and virtualization technologies (implied in the first prerequisite). Experience and an understanding of core networking technologies such as IP addressing, name resolution, and Dynamic Host Configuration Protocol (DHCP) Experience working with and an understanding of Microsoft Hyper-V and basic server virtualization concepts Basic experience with implementing and managing IaaS services in Microsoft Azure Basic knowledge of Azure Active Directory Experience working hands-on with Windows client operating systems such as Windows 10 or Windows 11 Basic experience with Windows PowerShell 1 - Introduction to AD DS Define AD DS Define users, groups, and computers Define AD DS forests and domains Define OUs Manage objects and their properties in AD DS 2 - Manage AD DS domain controllers and FSMO roles Deploy AD DS domain controllers Maintain AD DS domain controllers Manage the AD DS Global Catalog role Manage AD DS operations masters Manage AD DS schema 3 - Implement Group Policy Objects Define GPOs Implement GPO scope and inheritance Define domain-based GPOs Create and configure a domain-based GPO Define GPO storage Define administrative templates 4 - Manage advanced features of AD DS Create trust relationships Implement ESAE forests Monitor and troubleshoot AD DS Create custom AD DS partitions 5 - Implement hybrid identity with Windows Server Select a Microsoft Entra integration model Plan for Microsoft Entra integration Prepare on-premises Active Directory for directory synchronization Install and configure directory synchronization with Microsoft Entra Connect Implement Seamless Single Sign-On Enable Microsoft Entra login in for Windows VM in Azure Describe Microsoft Entra Domain Services Implement and configure Microsoft Entra Domain Services Manage Windows Server 2019 in a Microsoft Entra Domain Services environment Create and configure a Microsoft Entra Domain Services instance Join a Windows Server VM to a managed domain 6 - Deploy and manage Azure IaaS Active Directory domain controllers in Azure Select an option to implement directory and identity services using Active Directory Domain Services in Azure Deploy and configure Active Directory Domain Services domain controllers in Azure VMs Install a replica Active Directory domain controller in an Azure VM Install a new Active Directory forest on an Azure VNet 7 - Perform Windows Server secure administration Define least privilege administration Implement delegated privileges Use privileged access workstations Use jump servers 8 - Describe Windows Server administration tools Explore Windows Admin Center Use Server Manager List Remote Server Administration Tools Use Windows PowerShell Use Windows PowerShell to remotely administer a server 9 - Perform post-installation configuration of Windows Server List the available post-installation configuration tools Configure Server Core using Sconfig Use DSC to configure Windows Server Perform post-installation configuration with Windows Admin Center Configure a server with answer files 10 - Just Enough Administration in Windows Server Explain the concept of Just Enough Administration (JEA) Define role capabilities for a JEA endpoint Create a session configuration file to register a JEA endpoint Describe how JEA endpoints work to limit access to a PowerShell session Create and connect to a JEA endpoint Demonstration: Connect to a JEA endpoint 11 - Administer and manage Windows Server IaaS Virtual Machine remotely Select the appropriate remote administration tool Manage Windows Virtual Machines with Azure Bastion Create an Azure Bastion host Configure just-in-time administration 12 - Manage hybrid workloads with Azure Arc Describe Azure Arc Onboard Windows Server instances Connect hybrid machines to Azure from the Azure portal Use Azure Arc to manage Windows Server instances Restrict access with RBAC 13 - Configure and manage Hyper-V Define Hyper-V Define Hyper-V Manager Configure Hyper-V hosts using best practices Configure Hyper-V networking Assess advanced Hyper-V networking features Define nested virtualization 14 - Configure and manage Hyper-V virtual machines List the virtual machine configuration versions List the virtual machine generation versions List available VHD formats and types Create and configure VMs Determine storage options for VMs Define shared VHDs and VHD Sets Implement guest clusters using shared VHDX 15 - Secure Hyper-V workloads Define guarded fabric Define the Host Guardian Service Explore TPM-trusted attestation Define KPS Determine key features of shielded VMs Compare encryption-supported and shielded VMs in a guarded fabric Implement a shielded VM 16 - Run containers on Windows Server Define containers List the differences between containers and VMs Define Windows Server and Hyper-V containers and isolation modes Explore Docker Prepare a Windows Server 2019 host for container deployment Security, Storage, and Networking with Windows containers 17 - Orchestrate containers on Windows Server using Kubernetes Define orchestration Define Kubernetes Deploy Kubernetes resources Create a Kubernetes cluster on Windows Define Azure Arc Connect an Azure Arc-enabled Kubernetes cluster to Azure Arc 18 - Plan and deploy Windows Server IaaS Virtual Machines Describe Azure compute Describe Virtual Machine storage Deploy Azure Virtual Machines Create a windows Virtual Machine using the portal Create a windows Virtual Machine using Azure CLI Deploy Azure Virtual Machines using templates Describe additional management optimization options 19 - Customize Windows Server IaaS Virtual Machine images Create a generalized image Create a new Virtual Machine from a managed image Create a managed image of a generalized virtual machine in Azure Create a Virtual Machine from a managed image Implement Azure Image Builder Create a windows Virtual Machine using Azure Image Builder template Create a Windows Virtual Machine with Azure Image Builder using PowerShell 20 - Automate the configuration of Windows Server IaaS Virtual Machines Describe Azure Automation Implement Azure Automation with DSC Remediate noncompliant servers Describe Custom Script Extensions Configure a Virtual Machine by using DSC 21 - Deploy and manage DHCP Use DHCP to simplify IP configuration Install and configure the DHCP role Configure DHCP options Configure DHCP scopes Select DHCP high availability options Implement DHCP Failover 22 - Implement Windows Server DNS Explore the DNS architecture Work with DNS zones and records Install and configure the DNS role Implement DNS forwarding 23 - Implement IP Address Management Define IP Address Management Deploy IP Address Management Administer IP Address Management Configure IP Address Management options Manage DNS zones with IP Address Management Manage DHCP servers with IP Address Management Use IP Address Management to manage IP addressing 24 - Implement remote access Examine the remote access options in Windows Server Select and set up VPNs Use NPS to create and enforce network access policies Plan and implement NPS Deploy a PKI for remote access Use WAP as a reverse web proxy 25 - Implement hybrid network infrastructure Describe Azure network topologies Implement Azure VPN options Create a route-based VPN gateway using the Azure portal Implement Azure ExpressRoute Configure Azure Virtual WAN Implement DNS in hybrid environments 26 - Implement DNS for Windows Server IaaS VMs Understand Azure DNS Implement Azure DNS Create an Azure DNS zone and record using the Azure portal Implement DNS with Azure IaaS virtual machines Implement split-horizon DNS in Azure Troubleshoot DNS 27 - Implement Windows Server IaaS VM IP addressing and routing Implement a virtual network Implement IaaS VM IP addressing Assign and manage IP addresses Configure a private IP address for a virtual machine using the Azure portal Create a virtual machine with a static public IP address using the Azure portal Implement IaaS virtual machine IP routing Implement IPv6 for Windows Server IaaS virtual machines 28 - Manage Windows Server file servers Define the Windows Server file system List the benefits and uses of File Server Resource Manager Define SMB and its security considerations Configure SMB protocol Define Volume Shadow Copy Service 29 - Implement Storage Spaces and Storage Spaces Direct Define the Storage Spaces architecture and its components List the functionalities, benefits, and use cases of Storage Spaces Implement Storage Spaces List the functionalities, components, benefits, and use cases of Storage Spaces Direct Implement Storage Spaces Direct 30 - Implement Windows Server Data Deduplication Define the architecture, components, and functionality of Data Deduplication Define the use cases and interoperability of Data Deduplication Implement Data Deduplication Manage and maintain Data Deduplication 31 - Implement Windows Server iSCSI List the functionalities, components, and use cases of iSCSI List the considerations for implementing iSCSI Implement iSCSI Configure high availability for iSCSI 32 - Implement Windows Server Storage Replica List the functionalities and components of Storage Replica Examine the prerequisites for implementing Storage Replica Implement Storage Replica by using Windows Admin Center Implement Storage Replica by using Windows PowerShell 33 - Implement a hybrid file server infrastructure Describe Azure File services Configure Azure Files Configure connectivity to Azure Files Describe Azure File Sync Implement Azure File Sync Deploy Azure File Sync Deploy Azure File Sync 2 Manage cloud tiering Migrate from DFSR to Azure File Sync

AZ-800T00 Administering Windows Server Hybrid Core Infrastructure
Delivered OnlineFlexible Dates
£2,380