-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
193 lines (190 loc) · 6 KB
/
resume.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resume</title>
<link rel="stylesheet" href="resume.css" />
</head>
<body>
<nav>
<ul class="topmenu">
<li><a href="index.html" class="Home">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="index.html">Projects</a></li>
<li><a href="index.html">Contact</a></li>
</ul>
</nav>
<section class="jonathanbieganski">
<h1>Jonathan Bieganski</h1>
<p><b>GitHub:</b> https://github.com/jonathanbieganski</p>
<p><b>LinkedIn:</b> https://www.linkedin.com/in/jonathan-bieganski/</p>
<p><b>Email:</b> [email protected]</p>
<p><b>Website:</b> www.jonathanbieganski.com</p>
<p><b>Cell:</b> +1 503.710.1548</p>
</section>
<section class="experience">
<h2>Experience</h2>
<li>
<b>Fisher Phillips</b> – SaaS | PaaS Administrator; Remote
<div class="workdates">Oct 2020 – Present</div>
</li>
<ul type="circle">
<li>
Implement systems and processes utilizing Microsoft Endpoint Manager,
PowerShell, Azure, Microsoft Power Automate, Jira Projects, Confluence
Documentation, and Windows 11
</li>
<br />
<li>
Develop a variety of scripts written in PowerShell to automate package
deployment, OS Customization, and onboarding.
</li>
<br />
<li>
Integrated and onboarded first Fisher Phillips international office,
utilizing Microsoft Azure AD and Intune
</li>
<br />
<li>
Mentor colleagues, providing guidance in professional communication,
PowerShell scripting, Microsoft Endpoint Manager, VMware vSphere, and
Azure Services
</li>
<br />
<li>
Okta Professional Certification and Okta SSO Implementations providing
authorization and authentication to SAASs.
</li>
<br />
<li>
Recognized with the Fisher Phillips IT Excellence Award in 2021.
</li>
</ul>
<li>
<b>RSN Technologies</b> – System Administrator; Folsom, CA Mar
2019 – Mar 2020
</li>
<ul type="circle">
<li>
Led and mentored ServiceDesk Team of 5, conducted interviews,
supported onboarding, and provided guidance and ongoing feedback.
</li>
<br />
<li>
Managed the migration and maintenance of Microsoft tenants in cloud,
hybrid, and on–premises environments.
</li>
<br />
<li>
Enrolled and managed devices in Microsoft Endpoint Manager, VMware
Workspace ONE, software catalogues, volume licensing, and software
packages.
</li>
<br />
<li>
Developed scripts to automate tasks and administered Microsoft 365,
SharePoint, Veeam, and RingCentral.
</li>
</ul>
<br />
<li>
<b>Magnit</b> – System Administrator; Folsom, CA Oct 2018 –
Mar 2019
</li>
<ul type="circle">
<li>
Managed Azure AD, Microsoft 365, Sophos, AirWatch, and access control
systems.
</li>
<br />
<li>Tested and deployed Critical and Security updates.</li>
<br />
<li>Developed onboarding script.</li>
</ul>
<li>
<b>Alarm.com</b> – Jr System Administrator; Redwood City, CA Oct
2017 – Oct 2018
</li>
<ul type="circle">
<li>
Administered and maintained Okta, Azure AD, Microsoft 365, Microsoft
Server, macOS, iOS and network infrastructure.
</li>
<br />
<li>
Configured, Deployed and Maintained VOIP system and Papercuts Print
manager.
</li>
</ul>
<li>
<b>City College of San Francisco</b> – Instructional Designer; San
Francisco, CA Jan 2012 – Sept 2017
</li>
<ul type="circle">
<li>
Effectively trained professors, administration, and staff in online
learning modules.
</li>
<br />
<li>
Developed online courses using Canvas and Moodle Learning Management
Systems.
</li>
</ul>
<li>
<b>CA Technologies</b> – Software Support Engineer; Islandia, NY
Dec 2005 – Nov 2010
</li>
<ul type="circle">
<li>
Triaged client requests through effective communication and diagnostic
prowess, conducted log collection, and troubleshooting.
</li>
<br />
<li>
Built and managed virtual test environments using Microsoft
Hyper–V and VMware Workstation to resolve client issues.
</li>
<br />
<li>
Provided solutions to clients for the CA Technologies ITCM Asset
Management Software.
</li>
<br />
<li>
Developed a tool written in visual basic to be used in Micro Services
Department.
</li>
</ul>
</section>
<section class="experience">
<h3>Skills</h3>
<ul type="circle">
<li>Microsoft 365 Certified</li>
<li>Azure Certified</li>
<li>Okta Certified</li>
<li>Microsoft System Endpoint Manager</li>
<li>Microsoft Power Automate</li>
<li>Windows Server</li>
<li>macOS</li>
<li>Linux</li>
<li>Azure DevOps</li>
<li>Azure DNS Zones</li>
<li>Azure Static Web Apps</li>
<li>Git</li>
<li>GitHub</li>
<li>CI/CD</li>
<li>HTML</li>
<li>CSS</li>
<li>JaveScript</li>
<li>C#</li>
<li>Python</li>
<li>Java</li>
<li>C++</li>
<li>PowerShell</li>
<li>Bash</li>
</ul>
</section>
</body>
</html>