Personalize portfolio and add technical case studies

This commit is contained in:
2026-07-16 05:29:37 +00:00
parent be79a1e9f3
commit ad55fa1a7f
12 changed files with 916 additions and 506 deletions
+27
View File
@@ -0,0 +1,27 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Case study: Microsoft infrastructure engineering with SharePoint, SCCM, Windows Server, Active Directory, and PowerShell.">
<meta name="robots" content="noindex, nofollow"><link rel="icon" href="/favicon.svg" type="image/svg+xml"><link rel="stylesheet" href="/styles.css">
<title>Microsoft Infrastructure Case Study | Jay Phillips</title>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header"><nav class="nav shell" aria-label="Primary navigation"><a class="brand" href="/"><span class="brand-mark" aria-hidden="true">JP</span><span>Jay Phillips</span></a><div class="nav-links"><a href="/">Home</a><a href="/#projects" aria-current="page">Projects</a><a href="/resume.html">Résumé</a><a href="mailto:Phillips-Jay@outlook.com">Contact</a></div></nav></header>
<main id="main" class="shell">
<div class="page-hero"><div class="breadcrumb"><a href="/">Home</a> / <a href="/#projects">Projects</a> / Microsoft</div><div class="eyebrow">Case study 02 · Enterprise systems</div><h1>Microsoft infrastructure <span>engineering.</span></h1><p class="lead">Hands-on design, deployment, troubleshooting, and automation across Windows Server, SharePoint Server, Configuration Manager, Active Directory, Group Policy, and systems-management tooling.</p></div>
<div class="case-layout">
<div class="case-content">
<section class="case-section"><h2>SharePoint Server Subscription Edition</h2><p>Built an on-premises SharePoint environment on Windows Server 2025 to provide an internal collaboration and OneDrive-style experience.</p><ul><li>Designed SQL data and log placement and configured server memory boundaries.</li><li>Created dedicated farm and service identities following separation-of-duties principles.</li><li>Configured portal and MySites web applications, content databases, managed metadata, user profiles, and supporting service applications.</li><li>Implemented internal PKI certificates, HTTPS bindings, and integrated authentication.</li><li>Tuned search services and system resources to improve page performance.</li></ul></section>
<section class="case-section"><h2>Configuration Manager deployment engineering</h2><p>Developed SCCM operating-system deployment workflows for virtual servers, including PXE boot, task sequences, driver support, and in-place upgrade planning.</p><ul><li>Resolved VMXNET3 PXE compatibility and driver-import issues.</li><li>Tuned TFTP block size to improve boot-image transfer performance.</li><li>Built PowerShell task-sequence steps that run safely as Local System.</li><li>Worked through site-upgrade prerequisite failures and client boundary configuration.</li><li>Planned Software Center-initiated in-place upgrades for Windows Server virtual machines.</li></ul></section>
<section class="case-section"><h2>Active Directory and Windows operations</h2><ul><li>Created Group Policy designs for RDP, Windows Update behavior, firewall configuration, and enterprise client settings.</li><li>Automated account, group membership, server inventory, reboot history, and domain-migration tasks with PowerShell.</li><li>Troubleshot failover clustering, NTFS corruption, SQL-hosted applications, authentication, DNS, and Windows Server lifecycle issues.</li><li>Built prerequisite automation for System Center Operations Manager and Orchestrator.</li></ul></section>
<section class="case-section"><h2>Approach</h2><p>The common design principle is repeatability. GUI configuration is documented, then moved into PowerShell, Group Policy, task sequences, or version-controlled deployment files wherever practical. That reduces one-off knowledge and turns troubleshooting discoveries into reusable operating procedures.</p></section>
</div>
<aside class="case-sidebar"><section class="panel"><h3>Platforms</h3><dl class="fact-list"><div><dt>Server OS</dt><dd>Windows Server 2025</dd></div><div><dt>Collaboration</dt><dd>SharePoint SE</dd></div><div><dt>Deployment</dt><dd>SCCM / PXE</dd></div><div><dt>Identity</dt><dd>Active Directory</dd></div><div><dt>Automation</dt><dd>PowerShell</dd></div></dl></section><section class="panel"><h3>Technologies</h3><div class="tags"><span class="tag">Windows Server</span><span class="tag">SharePoint</span><span class="tag">SQL Server</span><span class="tag">SCCM</span><span class="tag">SCOM</span><span class="tag">Group Policy</span><span class="tag">PowerShell</span></div></section></aside>
</div>
<section><div class="callout"><div><h2>See the automation behind the work.</h2><p>Continue with the infrastructure automation case study.</p></div><a class="button primary" href="/automation.html">Automation case study</a></div></section>
</main>
<footer class="site-footer shell"><span>© 2026 Jay Phillips</span><span>Case study: Microsoft infrastructure engineering.</span></footer>
</body>
</html>