-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.html
123 lines (117 loc) · 10.9 KB
/
post.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Work Term Report</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="index.html">Home</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto py-4 py-lg-0">
<!-- <li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="index.html">Home</a></li> -->
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="about.html">About Me</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Header-->
<header class="masthead" style="background-image: url('assets/img/pdsb-bg3.jpeg')">
<div class="container position-relative px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="post-heading">
<h1>Peel District School Board</h1>
<h2 class="subheading">Intranet Specialist</h2>
<span class="meta">
From May 2022 to December 2022 (8 months)
</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content-->
<article class="mb-4">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<h2 class="section-heading">Welcome!</h2>
<p>Hi there! My name is Madhurbain Kaur and I am a Software Engineering student at the University of Guelph. <a href="about.html">Learn more about me.</a></br>
On this page, I will be going over my first co-op placement at Peel District School Board as an Intranet Specialist for 8 months. I will discuss <a href="#about">information about PDSB</a>, <a href="#goals">my goals in this position</a>, and <a href="#job">an overview of the job</a>.
</p>
<h2 class="section-heading" id="about">About PDSB</h2>
<p>Peel District School Board is the second largest school board in Canada. The board employs more than 16,000 full-time staff, being the largest employer in Peel Region. The Peel Board is known for its ethnic and cultural diversity and the board takes many initiatives to ensure inclusivity for all staff and students.</p>
<a href="#!"><img class="img-fluid" src="assets/img/post-pdsbinfo.jpeg" alt="..." /></a>
<span class="caption text-muted">Some stats about PDSB. Taken from <a href="https://www.peelschools.org/about-us">PDSB - About Us</a></span>
<p>There are 18 departments in the PDSB organizational structure including the Learning Technology Support Services (LTSS) department. Peel District School Board is the largest user for Microsoft Teams. During the past year, the board had 700,000 meetings and live events, and over 20 million chat messages via MS Teams. The LTSS department was responsible for making many changes during the pandemic to support remote work, teaching, and learning.</p>
<h2 class="section-heading" id="goals">Work Term Goals</h2>
<p>My goals for this work term was to improve my communication skills, enhance troubleshooting skills, and learn how to automate large programming tasks using PowerShell.</p>
<a href="#!"><img class="img-fluid" src="assets/img/collaboration.jpeg" alt="..." /></a>
<p>By the end of my work term, I recognized a significant improvement in how I communicate and collaborate with my team and other employees. This was challenging initially as I was working remotely full-time. However, I was able to utilize tools such as Teams and OneNote to make each meeting efficient and productive.</p>
<a href="#!"><img class="img-fluid" src="assets/img/Troubleshooting-support.jpeg" alt="..." /></a>
<p>Troubleshooting technical issues is a goal that I worked towards during my 8-month co-op term. When my supervisor had meetings with me, I would often note down the steps she took to troubleshoot certain issues. She also made me realize the importance of detailed documentation and how it helps when troubleshooting. I also recognized that this skill is gained over time when you become more experienced in the environment. Coming out of this term, I felt much more comfortable handling new issues that arise.</p>
<a href="#!"><img class="img-fluid" src="assets/img/powershell.png" alt="..." /></a>
<p>Throughout my 8 months at PDSB, I was able to learn some PowerShell from my supervisor. With her guidance, I was able to automate some tasks that require a lot of time doing manually. Tools such as PowerShell are necessary in a large organization such as PDSB. However, because it is very easy to make detrimental mistakes in PowerShell, I did not get to spend too much time learning and experimenting PowerShell with SharePoint. I hope that I can continue learning how to make and modify scripts on my own time.</p>
<h2 class="section-heading" id="job">Job Description</h2>
<a href="#!"><img class="img-fluid" src="assets/img/sharepoint.gif" alt="..." /></a>
<p>During the first half of my co-op placement, my prominent project was to assist the Portal and Collaboration team within LTSS to migrate from SharePoint on-prem to SharePoint cloud. This task required a lot of attention to detail and design skills to enhance the user experience. Many skills that I needed to succeed in this job were taught by my supervisor, Rachel Marshall, during the first few weeks of my placement. I learnt how to navigate SharePoint and applied some UX design principals to ensure that users are able to navigate their content easily. Some of the more difficult tasks required using tools such as ShareGate and PowerShell. I was also introduced to the ticketing system that Peel uses and was assigned tickets as I became more comfortable. My supervisor recognized that switching to the new SharePoint was a big change for PDSB employees, so we held training sessions before going live to help site managers become more comfortable with modifying their department sites.</p>
<p>During the second half of my work term, I created instructional material for employees on how to navigate the new SharePoint. This material included a SharePoint site that outlined how to use SharePoint as a user and as a webmaster, along with videos and articles created by Microsoft. We also made PowerPoints to highlight new features and updates on the Intranet and I held weekly drop-in office hour sessions for all employees to answer any questions about SharePoint and Teams.</p>
<h2 class="section-heading" id="ack">Acknowledgments</h2>
<a href="#!"><img class="img-fluid" src="assets/img/Group pic.jpg" alt="..." /></a>
<p>I would like to attribute the successful outcome of my first co-op experience to my amazing supervisor, Rachel Marshall. She provided me with invaluable guidance and support since the day I joined and always created an inclusive and productive environment. Even though my co-op was 100% remote, I was very fortunate to get to work with the most talented, kindest, and super supportive team in the world!</p>
</div>
</div>
</div>
</article>
<!-- Footer-->
<footer class="border-top">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/madhurbain-kaur/" target="_blank">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/MadhurbainKaur/" target="_blank">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<div class="small text-center text-muted fst-italic">Copyright © Madhurbain's Work Term Reports 2023</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>