-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom-admin.html
More file actions
785 lines (457 loc) · 14.4 KB
/
Copy pathcom-admin.html
File metadata and controls
785 lines (457 loc) · 14.4 KB
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
<!DOCTYPE html>
<html lang="en">
<!-- fix deploy -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Microsoft Compliance Administration | Lokesh M</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- LEFT PROFILE PANEL -->
<aside class="profile-card">
<h2>LOKESH M</h2>
<p class="title">
Senior Infrastructure Engineer
</p>
<p class="tags">
Microsoft 365 • Security • Azure
</p>
<div class="availability">
<span class="dot"></span>
Open to learning • Freelance
</div>
<div class="social-row">
<a href="https://www.linkedin.com/in/lokesh-itinfra/" target="_blank">in</a>
<a href="https://github.com/lokeshm-it" target="_blank">GH</a>
<a href="https://techcertguide.blog/" target="_blank">Blog</a>
</div>
<a class="big-btn outline"
href="mailto:lokeshmurali45@gmail.com">
✉ Email
</a>
<a href="Resume.html"
class="big-btn solid">
⬇ Resume
</a>
</aside>
<!-- MAIN CONTENT -->
<main class="content">
<section class="projects-section">
<div class="pf-hero">
<div class="pf-hero-inner">
<div class="pf-hero-eyebrow">
Microsoft Purview Portfolio
</div>
<h1 class="pf-hero-title">
Microsoft Compliance Administration
</h1>
<p class="pf-hero-sub">
Enterprise Microsoft Purview projects covering Data Loss Prevention,
Information Protection, Data Lifecycle Management, Records Management,
eDiscovery, Insider Risk Management, Communication Compliance, Audit,
and Microsoft Purview governance.
</p>
<div class="pf-hero-meta">
<span class="pf-meta-pill">
8 Projects Planned
</span>
<span class="pf-meta-pill">
Enterprise Labs
</span>
<span class="pf-meta-pill">
Microsoft Purview
</span>
</div>
</div>
</div>
<!-- PROJECT GRID -->
<div class="project-cards-grid">
<!-- ================================= -->
<!-- PROJECT 1 -->
<!-- ================================= -->
<div class="project-card">
<div class="project-card-body">
<div class="project-badges">
<span class="badge badge-completed">
✔ Completed
</span>
<span class="badge badge-advanced">
Advanced
</span>
<span class="badge badge-category">
Microsoft Purview DLP
</span>
</div>
<h2 class="project-card-title">
Project 1<br>
Microsoft Purview Data Loss Prevention
</h2>
<p class="project-card-desc">
Designed and implemented Microsoft Purview Data Loss Prevention (DLP)
using Standard and Custom Sensitive Information Types, Endpoint DLP,
Microsoft Defender for Endpoint integration, Activity Explorer,
Incident Alerts, DLP Reports, and Generative AI website protection.
</p>
<div class="project-tech-row">
<span class="tech-tag">
Microsoft Purview
</span>
<span class="tech-tag">
Endpoint DLP
</span>
<span class="tech-tag">
Custom SIT
</span>
<span class="tech-tag">
Microsoft Defender
</span>
</div>
<div class="project-skills">
<h4>
Skills Demonstrated
</h4>
<ul>
<li>Standard Sensitive Information Types</li>
<li>Custom Sensitive Information Types</li>
<li>Endpoint Data Loss Prevention</li>
<li>Microsoft Defender Integration</li>
<li>Activity Explorer & Alerts</li>
<li>Generative AI Protection</li>
<li>Simulation & Enforcement Mode</li>
</ul>
</div>
<div class="project-card-actions">
<a href="Microsoft-Purview-Data-Loss-Prevention.html"
class="btn-view-project">
View Documentation →
</a>
<a href="https://github.com/lokeshm-it/Microsoft-Purview-Data-Loss-Prevention"
target="_blank"
class="btn-view-github">
GitHub →
</a>
</div>
</div>
</div>
<!-- ================================= -->
<!-- PROJECT 2 -->
<!-- ================================= -->
<!-- PROJECT 2 -->
<div class="project-card">
<div class="project-card-body">
<div class="project-badges">
<span class="badge badge-completed">✔ Completed</span>
<span class="badge badge-advanced">Advanced</span>
<span class="badge badge-category">Data Lifecycle Management</span>
</div>
<h2 class="project-card-title">
Project 2<br>
Microsoft Purview Data Lifecycle Management
</h2>
<p class="project-card-desc">
Implemented Microsoft Purview Data Lifecycle Management using Retention Policies, Retention Labels, Adaptive Scopes and automated lifecycle governance to retain, manage and securely dispose of Microsoft 365 data across Exchange Online, SharePoint Online, OneDrive and Microsoft Teams.
</p>
<div class="project-tech-row">
<span class="tech-tag">Retention Policies</span>
<span class="tech-tag">Retention Labels</span>
<span class="tech-tag">Adaptive Scopes</span>
<span class="tech-tag">Microsoft Purview</span>
</div>
<div class="project-skills">
<h4>Skills Demonstrated</h4>
<ul>
<li>Microsoft Purview Data Lifecycle Management</li>
<li>Retention Policy Configuration</li>
<li>Retention Label Creation & Publishing</li>
<li>Adaptive Scope Configuration</li>
<li>Microsoft 365 Workload Retention</li>
<li>Compliance Data Governance</li>
<li>Enterprise Lifecycle Management</li>
</ul>
</div>
<div class="project-card-actions">
<a href="Microsoft-Purview-Data-Lifecycle-Management.html"
class="btn-view-project">
View Documentation →
</a>
<a href="https://github.com/lokeshm-it/Microsoft-Purview-Data-Lifecycle-Management"
target="_blank"
class="btn-view-github">
GitHub →
</a>
</div>
</div>
</div>
<!-- ================================= -->
<!-- PROJECT 3 -->
<!-- ================================= -->
<!-- PROJECT 3 -->
<div class="project-card">
<div class="project-card-body">
<div class="project-badges">
<span class="badge badge-completed">✔ Completed</span>
<span class="badge badge-advanced">Advanced</span>
<span class="badge badge-category">Information Protection</span>
</div>
<h2 class="project-card-title">
Project 3<br>
Microsoft Purview Information Protection
</h2>
<p class="project-card-desc">
Implemented Microsoft Purview Information Protection using Sensitivity Labels, Label Policies, Manual and Automatic Labeling, Encryption, and Sensitive Information Types (SITs) to classify and protect Microsoft 365 data across Exchange Online, SharePoint Online, OneDrive, Microsoft Teams and Microsoft 365 Apps.
</p>
<div class="project-tech-row">
<span class="tech-tag">Sensitivity Labels</span>
<span class="tech-tag">Auto Labeling</span>
<span class="tech-tag">Encryption</span>
<span class="tech-tag">Microsoft Purview</span>
</div>
<div class="project-skills">
<h4>Skills Demonstrated</h4>
<ul>
<li>Microsoft Purview Information Protection</li>
<li>Enterprise Sensitivity Label Taxonomy</li>
<li>Label Policy Publishing</li>
<li>Manual & Automatic Sensitivity Labels</li>
<li>Sensitive Information Types (SITs)</li>
<li>Encryption & Access Control</li>
<li>Microsoft 365 Information Governance</li>
</ul>
</div>
<div class="project-card-actions">
<a href="Microsoft-Purview-Information-Protection.html"
class="btn-view-project">
View Documentation →
</a>
<a href="https://github.com/lokeshm-it/Microsoft-Purview-Information-Protection"
target="_blank"
class="btn-view-github">
GitHub →
</a>
</div>
</div>
</div>
<!-- ================================= -->
<!-- PROJECT 4 -->
<!-- ================================= -->
<!-- =========================
PROJECT 4
========================= -->
<!-- PROJECT 4 -->
<div class="project-card">
<div class="project-card-body">
<div class="project-badges">
<span class="badge badge-completed">
✔ Completed
</span>
<span class="badge badge-advanced">
Advanced
</span>
<span class="badge badge-category">
Records Management
</span>
</div>
<h2 class="project-card-title">
Project 4<br>
Microsoft Purview Records Management
</h2>
<p class="project-card-desc">
Implemented Microsoft Purview Records Management using Record Labels,
File Plan, Disposition Review, Regulatory Records,
and Event-Based Retention to govern enterprise records across
Exchange Online, SharePoint Online, OneDrive and Microsoft Teams.
</p>
<div class="project-tech-row">
<span class="tech-tag">Record Labels</span>
<span class="tech-tag">File Plan</span>
<span class="tech-tag">Disposition Review</span>
<span class="tech-tag">Microsoft Purview</span>
</div>
<div class="project-skills">
<h4>Skills Demonstrated</h4>
<ul>
<li>Microsoft Purview Records Management</li>
<li>Record Label Configuration</li>
<li>File Plan Administration</li>
<li>Disposition Review</li>
<li>Regulatory Records</li>
<li>Event-Based Retention</li>
<li>Microsoft 365 Governance</li>
</ul>
</div>
<div class="project-card-actions">
<a href="Microsoft-Purview-Records-Management.html"
class="btn-view-project">
View Documentation →
</a>
<a href="https://github.com/lokeshm-it/Microsoft-Purview-Records-Management"
target="_blank"
class="btn-view-github">
GitHub →
</a>
</div>
</div>
</div>
<!-- ================================= -->
<!-- PROJECT 5 -->
<!-- ================================= -->
<!-- ========================= -->
<!-- Project 5 -->
<!-- ========================= -->
<div class="project-card">
<div class="project-card-body">
<div class="project-badges">
<span class="badge badge-completed">✔ Completed</span>
<span class="badge badge-advanced">Advanced</span>
<span class="badge badge-category">Audit</span>
</div>
<h2 class="project-card-title">
Project 5<br>
Microsoft Purview Audit
</h2>
<p class="project-card-desc">
Enterprise implementation of Microsoft Purview Audit demonstrating centralized audit logging, Unified Audit Log searches, security investigations, export of audit evidence, and compliance validation across Microsoft 365 workloads.
</p>
<div class="project-tech-row">
<span class="tech-tag">Microsoft Purview</span>
<span class="tech-tag">Unified Audit Log</span>
<span class="tech-tag">Exchange Online</span>
<span class="tech-tag">SharePoint Online</span>
<span class="tech-tag">OneDrive</span>
<span class="tech-tag">Microsoft Teams</span>
<span class="tech-tag">PowerShell</span>
<span class="tech-tag">Microsoft 365</span>
</div>
<div class="project-skills">
<h4>Skills Demonstrated</h4>
<ul>
<li>Enabled Microsoft Purview Audit in Microsoft 365</li>
<li>Performed Unified Audit Log investigations</li>
<li>Tracked SharePoint file access activities</li>
<li>Captured user, IP address, workload, and operation details</li>
<li>Exported audit evidence to CSV for compliance reporting</li>
<li>Validated audit searches using production-style test scenarios</li>
<li>Created PowerShell automation for recurring audit searches</li>
</ul>
</div>
<div class="project-card-actions">
<a href="Microsoft-Purview-Audit.html" class="btn-view-project">View Documentation →</a>
<a href="https://github.com/lokeshm-it/Microsoft-Purview-Audit" target="_blank" class="btn-view-github">GitHub →</a>
</div>
</div>
</div>
<!-- ================================= -->
<!-- PROJECT 6 -->
<!-- ================================= -->
<!-- ================= PROJECT 6 ================= --><div class="project-card"><div class="project-card-body"><div class="project-badges"><span class="badge badge-completed">✔ Completed</span><span class="badge badge-advanced">Advanced</span><span class="badge badge-category">eDiscovery</span></div><h2 class="project-card-title">Project 6<br>Microsoft Purview eDiscovery</h2><p class="project-card-desc">Enterprise implementation of Microsoft Purview eDiscovery demonstrating legal investigations across Microsoft 365 workloads, including case creation, custodian management, content search, evidence preservation, search execution, export workflows, PowerShell automation, and validation.</p><div class="project-tech-row"><span class="tech-tag">Microsoft Purview</span><span class="tech-tag">eDiscovery</span><span class="tech-tag">Legal Hold</span><span class="tech-tag">Content Search</span></div><div class="project-skills"><h4>Skills Demonstrated</h4><ul><li>eDiscovery Case Creation and Custodian Management</li><li>Content Search Configuration and Execution</li><li>Evidence Preservation and Legal Hold</li><li>Export Workflows for Legal Review</li><li>PowerShell Automation for eDiscovery</li><li>Validation and Compliance Reporting</li><li>Microsoft 365 eDiscovery Governance</li></ul></div><div class="project-card-actions"><a href="Microsoft-Purview-eDiscovery.html" class="btn-view-project">View Documentation →</a><a href="https://github.com/lokeshm-it/Microsoft-Purview-eDiscovery" target="_blank" class="btn-view-github">GitHub →</a></div></div></div><!-- ================= END PROJECT 6 ================= -->
<!-- ================================= -->
<!-- PROJECT 7 -->
<!-- ================================= -->
<div class="project-card">
<div class="project-card-body">
<div class="project-badges">
<span class="badge badge-advanced">
Coming Soon
</span>
<span class="badge badge-category">
Communication Compliance
</span>
</div>
<h2 class="project-card-title">
Project 7<br>
Microsoft Purview Communication Compliance
</h2>
<p class="project-card-desc">
Monitor Microsoft Teams,
Exchange Online,
and other collaboration workloads
for policy violations,
regulatory compliance,
and inappropriate communications.
</p>
<div class="project-tech-row">
<span class="tech-tag">
Teams
</span>
<span class="tech-tag">
Exchange
</span>
<span class="tech-tag">
Communication Compliance
</span>
</div>
</div>
</div>
<!-- ================================= -->
<!-- PROJECT 8 -->
<!-- ================================= -->
<div class="project-card">
<div class="project-card-body">
<div class="project-badges">
<span class="badge badge-advanced">
Coming Soon
</span>
<span class="badge badge-category">
Audit
</span>
</div>
<h2 class="project-card-title">
Project 8<br>
Microsoft Purview Audit
</h2>
<p class="project-card-desc">
Implement Microsoft Purview Audit
(Standard & Premium),
Audit Search,
long-term retention,
user activity investigation,
and compliance reporting.
</p>
<div class="project-tech-row">
<span class="tech-tag">
Audit
</span>
<span class="tech-tag">
Audit Premium
</span>
<span class="tech-tag">
Compliance Reports
</span>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ========================= -->
<!-- RIGHT NAVIGATION -->
<!-- ========================= -->
<nav class="side-nav">
<a href="index.html">Home</a>
<a href="About.html">About</a>
<a href="Skills.html">Skills</a>
<a href="Experience.html">Experience</a>
<a href="Projects.html">Projects</a>
<a href="Resume.html">Resume</a>
<a href="m365-admin.html">
Microsoft 365
</a>
<a href="identity-admin.html">
Identity
</a>
<a href="intune-admin.html">
Intune
</a>
<a href="security-admin.html">
Security
</a>
<a href="com-admin.html">
Compliance
</a>
<a href="powershell-admin.html">
PowerShell
</a>
</nav>
</body>
</html>