<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jordan Carter</title>
    <description>The latest articles on DEV Community by Jordan Carter (@jordancarterdev).</description>
    <link>https://dev.to/jordancarterdev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4088438%2Ff6469452-0625-4061-a5ac-5ccbed9ed72a.png</url>
      <title>DEV Community: Jordan Carter</title>
      <link>https://dev.to/jordancarterdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jordancarterdev"/>
    <language>en</language>
    <item>
      <title>Microsoft 365 and AI Administration in Practice</title>
      <dc:creator>Jordan Carter</dc:creator>
      <pubDate>Tue, 08 Sep 2026 12:16:15 +0000</pubDate>
      <link>https://dev.to/jordancarterdev/microsoft-365-and-ai-administration-in-practice-4fo2</link>
      <guid>https://dev.to/jordancarterdev/microsoft-365-and-ai-administration-in-practice-4fo2</guid>
      <description>&lt;p&gt;Microsoft 365 administration is moving beyond traditional user, mailbox, and collaboration management.&lt;/p&gt;

&lt;p&gt;As organizations introduce Microsoft 365 Copilot, AI agents, and connected AI capabilities, administrators increasingly need to combine &lt;strong&gt;identity, security, compliance, data governance, and AI operations&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This is the technical direction behind Microsoft's new AI-focused administrator certification path.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Microsoft 365 Tenant and Workload Management
&lt;/h2&gt;

&lt;p&gt;The foundation is still the Microsoft 365 tenant.&lt;/p&gt;

&lt;p&gt;Key areas include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tenant configuration and organizational settings&lt;/li&gt;
&lt;li&gt;Domains and licensing&lt;/li&gt;
&lt;li&gt;Exchange Online mailboxes&lt;/li&gt;
&lt;li&gt;Microsoft Teams&lt;/li&gt;
&lt;li&gt;SharePoint and OneDrive&lt;/li&gt;
&lt;li&gt;Microsoft 365 Backup&lt;/li&gt;
&lt;li&gt;Service health and network connectivity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, the important skill is understanding how these workloads interact.&lt;/p&gt;

&lt;p&gt;For example, a company introducing Copilot cannot simply assign licenses. SharePoint permissions, OneDrive content, identity policies, and information governance directly influence what users and AI services can access.&lt;/p&gt;

&lt;p&gt;See the official &lt;a href="https://learn.microsoft.com/en-us/microsoft-365/" rel="noopener noreferrer"&gt;Microsoft 365 documentation&lt;/a&gt; for the platform architecture.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Identity Is the Control Plane
&lt;/h2&gt;

&lt;p&gt;Microsoft Entra ID is central to secure Microsoft 365 operations.&lt;/p&gt;

&lt;p&gt;Administrators should understand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Users and groups&lt;/li&gt;
&lt;li&gt;Administrative roles&lt;/li&gt;
&lt;li&gt;Privileged Identity Management&lt;/li&gt;
&lt;li&gt;Authentication methods&lt;/li&gt;
&lt;li&gt;Multifactor authentication&lt;/li&gt;
&lt;li&gt;Conditional Access&lt;/li&gt;
&lt;li&gt;Self-service password reset&lt;/li&gt;
&lt;li&gt;External and guest access&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A typical business scenario looks like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;User
  |
  v
Microsoft Entra ID
  |
  +--&amp;gt; Authentication
  |
  +--&amp;gt; Conditional Access
  |
  +--&amp;gt; Device / Risk Signals
  |
  v
Microsoft 365 Workload
  |
  v
Data + AI Services
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This architecture makes identity a practical security boundary rather than simply a directory service.&lt;/p&gt;

&lt;p&gt;Microsoft provides detailed guidance through &lt;a href="https://learn.microsoft.com/en-us/entra/identity/" rel="noopener noreferrer"&gt;Microsoft Entra ID documentation&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. AI Services Need Governance
&lt;/h2&gt;

&lt;p&gt;The most interesting technical change is the administration of AI services.&lt;/p&gt;

&lt;p&gt;Microsoft 365 Copilot and AI agents can interact with organizational data. Therefore, administrators need to consider:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data access&lt;/li&gt;
&lt;li&gt;Permissions&lt;/li&gt;
&lt;li&gt;AI licensing&lt;/li&gt;
&lt;li&gt;Usage monitoring&lt;/li&gt;
&lt;li&gt;Adoption&lt;/li&gt;
&lt;li&gt;Agent activity&lt;/li&gt;
&lt;li&gt;Sensitive information&lt;/li&gt;
&lt;li&gt;Compliance requirements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For example, if an employee can access a sensitive SharePoint document, an AI assistant operating within that user's permissions may potentially use information from the same authorized data boundary.&lt;/p&gt;

&lt;p&gt;The technical problem is therefore not simply:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"How do we enable Copilot?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It becomes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"How do we enable AI while maintaining the organization's existing identity, security, and data governance model?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Microsoft's &lt;a href="https://learn.microsoft.com/en-us/copilot/microsoft-365/" rel="noopener noreferrer"&gt;Microsoft 365 Copilot documentation&lt;/a&gt; provides the official technical reference.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Security and Compliance
&lt;/h2&gt;

&lt;p&gt;Security accounts for a major portion of the current assessment objectives.&lt;/p&gt;

&lt;p&gt;Important technologies include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Microsoft Defender for Office 365&lt;/li&gt;
&lt;li&gt;Microsoft Defender XDR&lt;/li&gt;
&lt;li&gt;Microsoft Purview&lt;/li&gt;
&lt;li&gt;Conditional Access&lt;/li&gt;
&lt;li&gt;Identity Protection&lt;/li&gt;
&lt;li&gt;Security alerts&lt;/li&gt;
&lt;li&gt;Threat policies&lt;/li&gt;
&lt;li&gt;Compliance controls&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A useful enterprise model is:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Identity
   |
   v
Access Control
   |
   v
Microsoft 365 Workloads
   |
   +--&amp;gt; Defender
   |
   +--&amp;gt; Purview
   |
   +--&amp;gt; AI Governance
   |
   v
Secure Business Operations
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This demonstrates why modern Microsoft 365 administration increasingly overlaps with security engineering.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Automation with Microsoft Graph PowerShell
&lt;/h2&gt;

&lt;p&gt;At enterprise scale, manually managing thousands of users, groups, licenses, and policies is inefficient.&lt;/p&gt;

&lt;p&gt;Microsoft Graph PowerShell provides an automation layer for administrative operations.&lt;/p&gt;

&lt;p&gt;For example, an administrator can automate workflows such as:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;New Employee
    |
    +--&amp;gt; Create Account
    +--&amp;gt; Assign Group
    +--&amp;gt; Apply License
    +--&amp;gt; Configure Access
    +--&amp;gt; Enable Required Services
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The business value is straightforward: fewer repetitive operations, more consistent configuration, and easier large-scale administration.&lt;/p&gt;

&lt;p&gt;See the &lt;a href="https://learn.microsoft.com/en-us/powershell/microsoftgraph/" rel="noopener noreferrer"&gt;Microsoft Graph PowerShell documentation&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. A Practical Enterprise Scenario
&lt;/h2&gt;

&lt;p&gt;Consider a 5,000-user company introducing AI assistants.&lt;/p&gt;

&lt;p&gt;The project is not simply an AI deployment.&lt;/p&gt;

&lt;p&gt;The administrator must first establish:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Correct identity and role assignments&lt;/li&gt;
&lt;li&gt;Appropriate Conditional Access policies&lt;/li&gt;
&lt;li&gt;Secure SharePoint and OneDrive permissions&lt;/li&gt;
&lt;li&gt;AI licensing and usage controls&lt;/li&gt;
&lt;li&gt;Security monitoring&lt;/li&gt;
&lt;li&gt;Data governance&lt;/li&gt;
&lt;li&gt;Adoption and cost monitoring&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The architecture therefore becomes:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Microsoft Entra ID
        |
        v
Identity + Access
        |
        v
Microsoft 365
   /         \
Teams      SharePoint
              |
              v
        Business Data
              |
              v
       AI Services
              |
      +-------+-------+
      |               |
 Security         Governance
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is the real technical value of the new administrator skill set: &lt;strong&gt;AI becomes another enterprise workload that must be operated securely and at scale.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Where to Focus Your Learning
&lt;/h2&gt;

&lt;p&gt;The current Microsoft objectives place the strongest emphasis on governance, security, and AI services:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;20–25%&lt;/strong&gt; — Configure and manage Microsoft 365 tenants and workloads&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;40–45%&lt;/strong&gt; — Govern and secure Microsoft 365 tenants and workloads&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;35–40%&lt;/strong&gt; — Manage and secure AI services in Microsoft 365&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Microsoft's official &lt;a href="https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/ab-650" rel="noopener noreferrer"&gt;AB-650 study guide&lt;/a&gt; provides the detailed skills measured.&lt;/p&gt;

&lt;p&gt;For additional preparation resources covering practical scenarios and structured learning, you can also review &lt;strong&gt;&lt;a href="https://www.exam4pass.com/dumps/AB-650" rel="noopener noreferrer"&gt;practical Microsoft 365 AI administration learning resources&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The important shift is that Microsoft 365 administration is becoming an &lt;strong&gt;AI-aware infrastructure discipline&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Successful administrators will need to connect:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Identity + Security + Data + Collaboration + AI + Automation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;rather than treating each service as an isolated product.&lt;/p&gt;

&lt;p&gt;That combination is increasingly relevant to organizations deploying AI at enterprise scale.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why ITIL 4 &amp; PeopleCert Certifications Drive Enterprise Value in 2026: Trends, Focus Areas, and Real-World Impact</title>
      <dc:creator>Jordan Carter</dc:creator>
      <pubDate>Fri, 21 Aug 2026 15:40:02 +0000</pubDate>
      <link>https://dev.to/jordancarterdev/why-itil-4-peoplecert-certifications-drive-enterprise-value-in-2026-trends-focus-areas-and-51l</link>
      <guid>https://dev.to/jordancarterdev/why-itil-4-peoplecert-certifications-drive-enterprise-value-in-2026-trends-focus-areas-and-51l</guid>
      <description>&lt;p&gt;In 2026, IT departments are no longer treated simply as back-office cost centers—they are direct engines of revenue, dynamic product delivery, and organizational resilience. As cloud-native architectures, automated deployment pipelines, and AI ops scale across global enterprises, managing service delivery without friction requires structured IT Service Management (ITSM).&lt;/p&gt;

&lt;p&gt;As a service management practitioner, I am frequently asked about the contemporary relevance of &lt;strong&gt;PeopleCert&lt;/strong&gt; credentials—most notably the &lt;strong&gt;ITIL 4&lt;/strong&gt; framework. &lt;/p&gt;

&lt;p&gt;Here is a look at the current industry standing of PeopleCert certifications in 2026, key learning priorities, and the practical enterprise scenarios where these credentials deliver maximum ROI.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;The 2026 Value Proposition: Bridging Agile Execution with Governance&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A common misconception is that structured ITSM frameworks conflict with modern Agile or DevOps methodologies. In reality, modern enterprise delivery requires both speed and stability. PeopleCert’s ITIL 4 framework remains the global benchmark for aligning IT services with business strategy for several reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;End-to-End Service Value Chain (SVC):&lt;/strong&gt; Rather than prescribing rigid, linear processes, ITIL 4 introduces an adaptable operating model that integrates seamlessly with SRE (Site Reliability Engineering), Agile sprints, and continuous deployment (CI/CD) pipelines.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Focus on Value Co-Creation:&lt;/strong&gt; Modern service management emphasizes driving measurable business outcomes alongside customers and internal stakeholders, moving beyond simple ticket resolution times.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Global Enterprise Standardization:&lt;/strong&gt; PeopleCert certifications are recognized worldwide as the foundational baseline for IT governance, vendor management, and service desk operations.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Business Scenarios: Who Needs ITIL 4 Certification?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Understanding where these credentials fit within operational workflows helps individuals and teams target the right competencies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Scenario 1: DevOps &amp;amp; Infrastructure Leads Scaling Cloud Platforms&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Target Certification:&lt;/em&gt; &lt;strong&gt;ITIL 4 Foundation / ITIL 4 Specialist: Create, Deliver and Support (CDS)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Business Need:&lt;/em&gt; High-velocity engineering teams releasing code multiple times a day need clear, automated Incident, Problem, and Change Enablement practices to prevent catastrophic outages without bottlenecking deployment speed.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scenario 2: Enterprise IT Directors Managing Vendor Ecosystems&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Target Certification:&lt;/em&gt; &lt;strong&gt;ITIL 4 Specialist: Drive Stakeholder Value (DSV)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Business Need:&lt;/em&gt; Organizations relying on multi-cloud vendors, SaaS partners, and outsourced managed service providers (MSPs) require standardized service level management (SLAs/XLAs) to ensure seamless third-party integration.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scenario 3: Product Managers Aligning Tech Stack with Business Strategy&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Target Certification:&lt;/em&gt; &lt;strong&gt;ITIL 4 Strategist: Direct, Plan and Improve (DPI)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Business Need:&lt;/em&gt; Technology leaders must continuously evaluate service portfolio performance, manage organizational change, and maintain regulatory compliance across hybrid environments.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Key Technical &amp;amp; Methodological Focus Areas for 2026&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Continual Improvement Model&lt;/strong&gt;&lt;br&gt;
Applying a structured iterative approach to service enhancement ensures that technical debt is systematically addressed and service workflows adapt alongside shifting enterprise requirements.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Automated Incident &amp;amp; Problem Management&lt;/strong&gt;&lt;br&gt;
Modern ITSM relies heavily on AI-driven telemetry and automated monitoring tools to identify root causes faster, shifting service desk efforts from manual triage to proactive risk mitigation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Guiding Principles in Practice&lt;/strong&gt;&lt;br&gt;
Mastering practical application of the 7 ITIL Guiding Principles—such as &lt;em&gt;Start Where You Are&lt;/em&gt;, &lt;em&gt;Progress Iteratively with Feedback&lt;/em&gt;, and &lt;em&gt;Keep It Simple and Practical&lt;/em&gt;—is essential for passing PeopleCert assessments and executing real-world transformations.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;&lt;strong&gt;Official Resources for Continuous Learning&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When planning your ITIL learning path, relying on authoritative source materials ensures alignement with current standards:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Explore official qualification schemes and module details on the &lt;a href="https://www.peoplecert.org/" rel="noopener noreferrer"&gt;PeopleCert Official Website&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Review global service management guidelines and publication updates via &lt;a href="https://www.axelos.com/" rel="noopener noreferrer"&gt;AXELOS / PeopleCert ITIL Framework&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In 2026, PeopleCert credentials are far more than theoretical credentials—they provide a shared operational language for technical teams and business stakeholders to build reliable, high-performing service environments.&lt;/p&gt;

&lt;p&gt;Which ITIL 4 practice or ITSM workflow is your organization focusing on transforming this year?&lt;/p&gt;

</description>
      <category>itil</category>
      <category>devops</category>
      <category>itsm</category>
      <category>management</category>
    </item>
  </channel>
</rss>
