<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Public Sector, Local/State Government topics</title>
    <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/bd-p/PublicSector</link>
    <description>Public Sector, Local/State Government topics</description>
    <pubDate>Thu, 30 Apr 2026 23:57:11 GMT</pubDate>
    <dc:creator>PublicSector</dc:creator>
    <dc:date>2026-04-30T23:57:11Z</dc:date>
    <item>
      <title>Architecture Risk Brief: Silent Data Integrity Failures in Distributed Criminal Justice Systems</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/architecture-risk-brief-silent-data-integrity-failures-in/m-p/4514586#M398</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Why Modernized Public Safety Environments Need Stronger Data Integrity Controls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In criminal justice information services systems, the most dangerous failures are often the ones you cannot see.&lt;/P&gt;&lt;P&gt;A system may appear fully operational—dashboards green, services responsive, transactions flowing—while critical data is incomplete, inconsistent, or out of sync across connected platforms. In these environments, the absence of alerts does not necessarily mean the absence of problems. Instead, it can signal that data integrity issues are developing silently beneath normal system behavior.&lt;/P&gt;&lt;P&gt;As agencies modernize criminal justice information services (CJIS) systems, adopt cloud platforms, and expand data sharing across jurisdictions, the challenge is not only keeping systems online; it is ensuring the data moving between them remains accurate, consistent, and trustworthy.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why This Risk Is Growing&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Criminal justice agencies are going through rapid modernization, and with that comes a level of complexity that simply didn’t exist in earlier, more isolated systems. In many environments, legacy applications are still running alongside newer cloud-based platforms, which creates gaps in how data is processed and interpreted. At the same time, transaction volumes have increased significantly, and under heavy load it’s not uncommon to see partial commits, retry behavior, or subtle inconsistencies that are hard to detect.&lt;/P&gt;&lt;P&gt;There’s also a growing expectation for near real-time synchronization across systems, even when those systems weren’t originally designed to stay perfectly in sync. As more agencies begin sharing data across jurisdictions, the number of integration points increases, and each one introduces its own risk. None of these changes are inherently problematic, but together they create conditions where data integrity issues can develop quietly without triggering any obvious system failures.&lt;/P&gt;&lt;P&gt;These changes improve capability but also create new failure modes that traditional monitoring does not detect. System uptime alone is no longer a reliable indicator of operational health. The CJIS Security Policy reinforces this requirement by mandating that criminal justice information (CJI) remain accurate, complete, and protected from unauthorized alteration throughout its lifecycle.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What Silent Data Integrity Failures Look Like&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Silent failures almost never show up as outages. Most of the time, everything looks fine on the surface—systems are up, jobs are running, dashboards are green. The problems usually come to light much later, often when someone is preparing for an audit, reconciling data between agencies, or digging into a case where something just doesn’t add up.&lt;/P&gt;&lt;P&gt;In one scenario, a transaction completed successfully in the source system but never made it to a downstream platform. There were no errors, no retries flagged—just missing data. In another case, records looked perfectly valid within each system, but when compared across environments, they didn’t match. These kinds of discrepancies tend to surface during reporting or compliance checks, not during normal operations.&lt;/P&gt;&lt;P&gt;That’s what makes them difficult to catch. From an operational standpoint, everything appears healthy. There are no alerts or obvious failures, but underneath that, the data has slowly drifted out of sync.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Database Corruption: The Most Silent Failure of All&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Beyond synchronization gaps, database corruption represents an even more dangerous and often invisible threat. Corruption can arise from:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Storage subsystem issues&lt;/LI&gt;&lt;LI&gt;Hardware degradation&lt;/LI&gt;&lt;LI&gt;Incomplete writes under high load&lt;/LI&gt;&lt;LI&gt;Failover anomalies&lt;/LI&gt;&lt;LI&gt;Legacy-to-cloud interactions&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Low-severity corruption may go unnoticed for weeks but eventually impacts multiple agency systems. Because corruption directly threatens the accuracy and integrity of CJI, it poses a significant CJIS compliance risk.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Implementation: Automated Corruption Alerts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To deal with this, I implemented a simple automated alerting system that monitors corruption indicators and notifies me as soon as something looks off. Instead of waiting for issues to surface during audits or downstream failures, this provides an early signal that something isn’t right.&lt;/P&gt;&lt;P&gt;In practice, it means I can react quickly, investigate the issue before it spreads, and avoid situations where bad data propagates into other systems. In CJIS environments, even a single corrupted record can have real consequences, so early visibility makes a meaningful difference.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flow Diagram to Detect Integrity&lt;/STRONG&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&lt;STRONG&gt;Root Causes of Silent Data Drift&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In most cases, these data integrity issues don’t come from obvious failures—they build up during normal day-to-day operations. In high-volume systems, retries and partial commits under load can leave data in an inconsistent state without triggering any errors. During modernization or cloud migrations, subtle differences in schema behavior or transformation logic can cause data to drift between systems over time.&lt;/P&gt;&lt;P&gt;Another common gap is monitoring. Most setups track uptime and performance, but very few validate whether the data itself remains consistent across platforms. And once data moves across multiple systems and integrations, each handoff becomes a potential point where something can go slightly wrong. None of these issues stand out individually, but together they create conditions where inconsistencies quietly accumulate.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Next Steps for Agencies&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Criminal justice organizations don’t need to overhaul their entire technology stack to strengthen data integrity. Instead, they can take practical, incremental steps that build resilience into existing systems while preparing for future modernization.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Establish a Baseline for Data Integrity&lt;/STRONG&gt; Map where data originates, how it moves, and where it is stored across multiple agency systems.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Implement Routine Cross-System Validation&lt;/STRONG&gt; Use Azure Data Factory, Azure SQL Data Sync, and Log Analytics queries to automate comparisons between operational and reporting systems.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Monitor for Corruption and Synchronization Failures&lt;/STRONG&gt; Enable corruption detection and configure automated notifications—similar to the low-to-critical corruption alerts I implemented.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Treat Failover and Migration as Integrity Events&lt;/STRONG&gt; Use Azure SQL Failover Groups and ADF pipelines to verify data consistency before and after transitions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Strengthen Governance and Documentation&lt;/STRONG&gt; Use Microsoft Purview to track lineage, schema changes, and data ownership.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Build a Culture of Data Integrity&lt;/STRONG&gt; Encourage teams to treat data correctness as a shared responsibility across the organization.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Final Thoughts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Criminal justice information systems have made significant progress in availability, scalability, and security. But as these systems become more distributed and interconnected, data integrity—including corruption detection—is emerging as one of the most critical and least visible operational risks.&lt;/P&gt;&lt;P&gt;The challenge is no longer simply ensuring systems stay online. It is ensuring that the data moving through them remains correct, consistent, and trustworthy across every system, agency, and workflow that depends on it.&lt;/P&gt;&lt;P&gt;In environments where data directly impacts investigations, reporting, and compliance decisions, integrity must be engineered, validated, and continuously enforced with the same rigor applied to system availability and security.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 17:18:12 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/architecture-risk-brief-silent-data-integrity-failures-in/m-p/4514586#M398</guid>
      <dc:creator>deepeshd87</dc:creator>
      <dc:date>2026-04-24T17:18:12Z</dc:date>
    </item>
    <item>
      <title>B2B SPO:  GCCH tenant members as guests on commercial Entra</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/b2b-spo-gcch-tenant-members-as-guests-on-commercial-entra/m-p/4514554#M397</link>
      <description>&lt;P&gt;Has anyone successfully enabled&amp;nbsp;GCC guest access to a Commercial SharePoint Online site?&lt;/P&gt;&lt;P&gt;We support customers on GCCH tenants and are migrating an on‑prem SharePoint workload to Commercial M365 SPO. Inviting GCC users as guests fails with token/Token ID errors. Entra sign‑in succeeds, but SharePoint token issuance fails. CTAP is configured on both GCC (outbound) and Commercial (inbound).&lt;/P&gt;&lt;P&gt;Microsoft support indicated it may not be possible (“Entra won’t pass OIDC to SPO”), but Microsoft documentation suggests B2B for SharePoint works across US Gov and Commercial.&lt;/P&gt;&lt;P&gt;If you’ve made this work (or confirmed it can’t), I’d appreciate any practical guidance or gotchas. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 15:35:39 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/b2b-spo-gcch-tenant-members-as-guests-on-commercial-entra/m-p/4514554#M397</guid>
      <dc:creator>Kristin_L_365</dc:creator>
      <dc:date>2026-04-24T15:35:39Z</dc:date>
    </item>
    <item>
      <title>Where is the Teams Pay-As-You-Go Calling Plan for GCC Tenant License</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/where-is-the-teams-pay-as-you-go-calling-plan-for-gcc-tenant/m-p/4484516#M390</link>
      <description>&lt;P&gt;Currently we are using Direct Routing for Teams calling and want to transition to a Teams pay-as-you-go (PAYG) calling plan for GCC license. &amp;nbsp;Unfortunately, direct purchase through Microsoft 365 Admin Center "Microsoft Online Subscription Agreement" (MOSA) billing account is not available; and the license &lt;STRONG&gt;does not appear&lt;/STRONG&gt; on our reseller "Microsoft Customer Agreement" (MCA) billing account price list. &amp;nbsp;&lt;A href="https://www.microsoft.com/licensing/docs/documents/download/Modern%20Work%20FAQ_Microsoft%20Teams_July2024.pdf" target="_blank"&gt;Microsoft’s Modern Work FAQ – Microsoft Teams (&lt;/A&gt;https://www.microsoft.com/licensing/docs/documents/download/Modern%20Work%20FAQ_Microsoft%20Teams_July2024.pdf) (last updated July 29, 2024), item 103 states pay-as-you-go calling plan is available for GCC.&lt;/P&gt;&lt;P&gt;Has anyone successfully purchased a Teams PAYG calling plan for GCC license since the implementation of the new Microsoft billing experience?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 21:08:17 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/where-is-the-teams-pay-as-you-go-calling-plan-for-gcc-tenant/m-p/4484516#M390</guid>
      <dc:creator>ksalvail</dc:creator>
      <dc:date>2026-01-09T21:08:17Z</dc:date>
    </item>
    <item>
      <title>The Art and Science of Prompting: AI fluency. mayoral delegate edition</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/the-art-and-science-of-prompting-ai-fluency-mayoral-delegate/m-p/4466742#M383</link>
      <description>&lt;P&gt;Art and science of prompting is your gateway to unlocking citywide transformation.&lt;BR /&gt;&lt;BR /&gt;AI skills are now foundational for every city leader. The winners will be those who ask better questions, shape better prompts, and empower their teams to experiment, learn, and scale what works. This session will show you how to move from curiosity to action, and from pilot to policy&lt;BR /&gt;&lt;BR /&gt;The deck below is the best prompts I've curated over 2.5 years deeply testing, implementing, teaching, and scaling AI to governments and large companies around the world.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;These are the basis to the prompting skills you can gain to augment and supercharge your expertise.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Slide 10 is my personal favorite -- the easy button -- i use it everyday and so should you. Start with an area you're already an expert in, and go deep with context. Get to your 'Aha moment' then rinse and repeat.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Have fun!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 22:45:36 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/the-art-and-science-of-prompting-ai-fluency-mayoral-delegate/m-p/4466742#M383</guid>
      <dc:creator>DanNarloch</dc:creator>
      <dc:date>2025-11-03T22:45:36Z</dc:date>
    </item>
    <item>
      <title>The Art and Science of Prompting for Public Safety</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/the-art-and-science-of-prompting-for-public-safety/m-p/4462602#M381</link>
      <description>&lt;P&gt;Starting a discussion thread for those in Public Safety that are looking to improve their skilling and prompting of using Microsoft 365 Copilot and agentic AI in your flow of work.&lt;BR /&gt;&lt;BR /&gt;Try all the prompts in the attached deck, these are my favorites I've curated over years. Slide 10 is the best prompt I've ever used, it automates persona prompting and is a MUST TRY.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Share your favorites or ideas of what you'd like to learn or prompt on.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Dan Narloch&lt;BR /&gt;&lt;BR /&gt;WW Government - Product Marketing Leader&lt;/P&gt;</description>
      <pubDate>Sun, 19 Oct 2025 17:05:15 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/the-art-and-science-of-prompting-for-public-safety/m-p/4462602#M381</guid>
      <dc:creator>DanNarloch</dc:creator>
      <dc:date>2025-10-19T17:05:15Z</dc:date>
    </item>
    <item>
      <title>Microsoft 365 Copilot Chat is now rolling out to GCC tenants.</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/microsoft-365-copilot-chat-is-now-rolling-out-to-gcc-tenants/m-p/4427129#M362</link>
      <description>&lt;img /&gt;
&lt;P data-start="177" data-end="282"&gt;Now available in Outlook, Teams, and the web—with admin controls and no added cost for eligible licenses.&lt;/P&gt;
&lt;P data-start="284" data-end="377"&gt;Read the full blog for what’s included and how to prepare &lt;A class="lia-external-url" href="https://aka.ms/CopilotChatGCC" target="_blank"&gt;here&lt;/A&gt;&lt;BR data-start="342" data-end="345" /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 16:33:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/microsoft-365-copilot-chat-is-now-rolling-out-to-gcc-tenants/m-p/4427129#M362</guid>
      <dc:creator>Sarah_Gilbert</dc:creator>
      <dc:date>2025-06-25T16:33:54Z</dc:date>
    </item>
    <item>
      <title>How I can app for my Bonus card on  Microsoft</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/how-i-can-app-for-my-bonus-card-on-microsoft/m-p/4371669#M348</link>
      <description>&lt;P&gt;Applying for your Bonus Card on Microsoft platforms is simple and convenient. You can access exclusive deals, track your savings, and manage your purchases seamlessly by integrating your Bonus Card with Microsoft services. Visit the official Microsoft Store or AppSource to download the Bonus Card application and start saving instantly. Stay connected with the latest offers by linking your card to Microsoft Rewards for additional benefits.&lt;/P&gt;&lt;P&gt;&lt;A class="lia-external-url" href="http://www.bonusah.nl" target="_blank"&gt;Learn more on Microsoft&lt;/A&gt;&lt;/P&gt;&lt;img /&gt;</description>
      <pubDate>Wed, 29 Jan 2025 10:10:15 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/how-i-can-app-for-my-bonus-card-on-microsoft/m-p/4371669#M348</guid>
      <dc:creator>sabhi05</dc:creator>
      <dc:date>2025-01-29T10:10:15Z</dc:date>
    </item>
    <item>
      <title>Microsoft Mesh for G3, G5 Plans</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/microsoft-mesh-for-g3-g5-plans/m-p/4277893#M270</link>
      <description>&lt;P&gt;In January 2024, Microsoft released Microsoft Mesh for Enterprise O365 plans.&amp;nbsp; As we approach the 1-year anniversary, I have to ask if there any plan to release Mesh for Government plans?&amp;nbsp; My employees have been asking and I have no answer to offer them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Eric&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 22:53:14 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/microsoft-mesh-for-g3-g5-plans/m-p/4277893#M270</guid>
      <dc:creator>ericwood-</dc:creator>
      <dc:date>2024-10-23T22:53:14Z</dc:date>
    </item>
    <item>
      <title>Explore GPT-4o Audio with Copilot – AMA (Gov Cloud Questions Welcome!)</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/explore-gpt-4o-audio-with-copilot-ama-gov-cloud-questions/m-p/4262139#M269</link>
      <description>&lt;P&gt;Public sector professionals, get ready to transform your AI applications! Join our upcoming AMA to explore the new GPT-4o-realtime API with Audio, now available on Azure, and learn how it can revolutionize your use of Copilot Voice. From natural, multilingual conversations to streamlined workflows, this model offers a host of capabilities designed to enhance your operations.&lt;/P&gt;
&lt;H3&gt;What to Expect:&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Deep Technical Insights:&lt;/STRONG&gt; Our experts will dive into how the GPT-4o Audio model integrates with Copilot Voice, and share real-world use cases tailored to the public sector.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Gov Cloud Focus:&lt;/STRONG&gt; Have questions about using these tools in government clouds? We've got you covered! Our team will be ready to answer all your questions related to Azure Government and other cloud solutions.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Connect Directly with Experts:&lt;/STRONG&gt; Get your most pressing questions answered by Microsoft product experts and receive best practices for deploying these tools in public sector environments.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Don't miss this opportunity! &lt;A href="https://techcommunity.microsoft.com/t5/artificial-intelligence-machine/ama-gpt-4o-audio-model-revolutionizes-your-copilot-and-other-ai/ev-p/4261148" target="_blank" rel="noopener"&gt;RSVP here &lt;/A&gt;to secure your spot and be part of the conversation shaping the future of AI in government.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 19:21:55 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/explore-gpt-4o-audio-with-copilot-ama-gov-cloud-questions/m-p/4262139#M269</guid>
      <dc:creator>Sarah_Gilbert</dc:creator>
      <dc:date>2024-10-03T19:21:55Z</dc:date>
    </item>
    <item>
      <title>Join Us in Reston for Microsoft 365 Copilot GCC Readiness Days!</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/join-us-in-reston-for-microsoft-365-copilot-gcc-readiness-days/m-p/4261231#M268</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Learn how AI and Microsoft 365 Copilot GCC can tackle public sector challenges at our in-person event on &lt;STRONG&gt;October 15th, 16th, or 17th&lt;/STRONG&gt; in Reston, VA! Tailored for IT professionals, you'll gain practical insights, engage with experts, and explore real-world solutions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Spaces are limited!&lt;/STRONG&gt; Reserve your spot today and get all the details in our blog post: &lt;A href="https://aka.ms/CopilotGCCreadiness" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Read&lt;/SPAN&gt;&lt;SPAN&gt; More&lt;/SPAN&gt;&lt;SPAN&gt; Here&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 18:26:13 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/join-us-in-reston-for-microsoft-365-copilot-gcc-readiness-days/m-p/4261231#M268</guid>
      <dc:creator>Sarah_Gilbert</dc:creator>
      <dc:date>2024-10-02T18:26:13Z</dc:date>
    </item>
    <item>
      <title>CART blocked in Town Hall</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/cart-blocked-in-town-hall/m-p/4237946#M266</link>
      <description>&lt;P&gt;When trying to turn on CART captions for a Town Hall meeting as the owner I get the error message "This option is locked for town halls" but it worked for me previously and everything online says it should work. Help!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 20:02:30 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/cart-blocked-in-town-hall/m-p/4237946#M266</guid>
      <dc:creator>BenD2160</dc:creator>
      <dc:date>2024-09-05T20:02:30Z</dc:date>
    </item>
    <item>
      <title>What happened to the monthly updates in the Public Sector Blog?</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/what-happened-to-the-monthly-updates-in-the-public-sector-blog/m-p/4194249#M260</link>
      <description>&lt;P&gt;Haven't seen a new "&lt;SPAN&gt;Microsoft 365 US Public Sector Roadmap Newsletter" in a while. It was a very valuable resource, compiling all the GCC updates in one centralized location.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Will it be continued?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 20:21:40 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/what-happened-to-the-monthly-updates-in-the-public-sector-blog/m-p/4194249#M260</guid>
      <dc:creator>Llysight</dc:creator>
      <dc:date>2024-07-17T20:21:40Z</dc:date>
    </item>
    <item>
      <title>CMMC Workbook</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/cmmc-workbook/m-p/4190231#M259</link>
      <description>&lt;P&gt;Does anyone know why the CMMC workbook is located in Microsoft Sentinel instead of in Defender for Cloud? Firms that are not using Sentinel cannot use this potentially helpful tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will that workbook function if it is stored elsewhere in Azure?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 17:57:55 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/cmmc-workbook/m-p/4190231#M259</guid>
      <dc:creator>Dean_Gross</dc:creator>
      <dc:date>2024-07-12T17:57:55Z</dc:date>
    </item>
    <item>
      <title>safety course in chennai</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/safety-course-in-chennai/m-p/4158199#M258</link>
      <description>&lt;P&gt;&lt;STRONG&gt;What is the NEBOSH Course and its benefits?&lt;STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The NEBOSH (National Examination Board in Occupational Safety and Health) course is a globally recognized qualification that provides comprehensive training in health, safety, and environmental management. NEBOSH courses are designed to equip individuals with the knowledge and skills to manage workplace risks effectively and ensure compliance with health and safety regulations.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Types of NEBOSH Courses&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;NEBOSH International General Certificate (IGC) in Occupational Health and Safety:&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Aimed at individuals seeking a broad understanding of health and safety principles and practices.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Covers topics such as risk assessment, hazard control, health and safety management systems, and workplace hazards.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;NEBOSH National General Certificate in Occupational Health and Safety:&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Similar to the IGC but tailored to UK-specific legislation and practices.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Suitable for those working in the UK or dealing with UK regulations.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEBOSH International Diploma in Occupational Health and Safety:&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;An advanced qualification for professionals seeking to deepen their knowledge and expertise.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Covers complex health and safety issues, risk management, and the development of safety policies and strategies.&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEBOSH Certificate in Fire Safety and Risk Management:&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Focuses on fire safety management and fire risk assessment.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Ideal for individuals responsible for fire safety in their organizations.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEBOSH Environmental Management Certificate:&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Provides knowledge on environmental management and sustainability practices.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Suitable for those looking to integrate environmental management into their roles.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="https://safetyengineeringcourseinchennai.in/fire-and-safety-courses/" target="_blank"&gt;https://safetyengineeringcourseinchennai.in/fire-and-safety-courses/&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 05:33:32 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/safety-course-in-chennai/m-p/4158199#M258</guid>
      <dc:creator>safety07</dc:creator>
      <dc:date>2024-06-03T05:33:32Z</dc:date>
    </item>
    <item>
      <title>Windows Server CAL rights M365 G3</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/windows-server-cal-rights-m365-g3/m-p/3996306#M251</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;This resource shows that Windows Server CAL rights are included in M365 E3 licenses.&amp;nbsp;&lt;A href="https://www.microsoft.com/licensing/terms/product/CALandMLEquivalencyLicenses/" target="_blank" rel="noopener noreferrer"&gt;Microsoft Product Terms&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Is it safe to say that the M365 G3 license includes the Server CAL rights as well?&amp;nbsp; We have reviewed the government plan service descriptions as well as the Product Terms (but there is no entry for GCC).&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Could someone please direct me to a resource?&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 21:30:43 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/windows-server-cal-rights-m365-g3/m-p/3996306#M251</guid>
      <dc:creator>SuzanneBemo</dc:creator>
      <dc:date>2023-11-29T21:30:43Z</dc:date>
    </item>
    <item>
      <title>Microsoft Reseller Authorization Number</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/microsoft-reseller-authorization-number/m-p/3982917#M250</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are Partners with Microsoft, we have MPN ID, CSP, MAP, everything. We need a Microsoft authorization number to resell the Microsoft products in Government-E-Marketplace. From Where and how can we get the code? We tried connecting with Microsoft Support through ticket, calls, mails, and partner support through mail, not helpful at all. Any Leads/Microsoft Partner Support Contact Number would be helpful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 04:13:03 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/microsoft-reseller-authorization-number/m-p/3982917#M250</guid>
      <dc:creator>rukaiya12</dc:creator>
      <dc:date>2023-11-15T04:13:03Z</dc:date>
    </item>
    <item>
      <title>Public Sector CSP in New Commerce Experience, new product SKUs?</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/public-sector-csp-in-new-commerce-experience-new-product-skus/m-p/3951636#M246</link>
      <description>&lt;P&gt;In preparing to migrate our public sector clients to NCE, I would like to know when we will be able to get a product catalog update with the new SKU's that I assume are coming?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mark Benton&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 12:47:26 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/public-sector-csp-in-new-commerce-experience-new-product-skus/m-p/3951636#M246</guid>
      <dc:creator>MBenton</dc:creator>
      <dc:date>2023-10-11T12:47:26Z</dc:date>
    </item>
    <item>
      <title>VDA Rights in a Microsoft G3 License via a CSP Subscription</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/vda-rights-in-a-microsoft-g3-license-via-a-csp-subscription/m-p/3952209#M245</link>
      <description>&lt;H1&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;If a customer has Microsoft G3 licenses in a GCC (government tenant) sold through a CSP Agreement, do they have on-premises VDA rights?&amp;nbsp; The Windows Enterprise component of the Microsoft G3 is not available today when purchased through CSP, however I am wondering if they would still get on-premises VDA rights since they are paying for this functionality.&amp;nbsp; In the commercial equivalent (the Microsoft E3), the VDA rights are included for onprem.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H1&gt;</description>
      <pubDate>Wed, 11 Oct 2023 20:59:16 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/vda-rights-in-a-microsoft-g3-license-via-a-csp-subscription/m-p/3952209#M245</guid>
      <dc:creator>Jennie_Maier</dc:creator>
      <dc:date>2023-10-11T20:59:16Z</dc:date>
    </item>
    <item>
      <title>Public Sector CSP in New Commerce Experience, new product SKUs?</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/public-sector-csp-in-new-commerce-experience-new-product-skus/m-p/3951785#M244</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN&gt;In preparing to migrate our public sector clients to NCE, I would like to know when we will be able to get a product catalog update with the new SKU's that I assume are coming?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Mark Benton&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Oct 2023 14:47:36 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/public-sector-csp-in-new-commerce-experience-new-product-skus/m-p/3951785#M244</guid>
      <dc:creator>MBenton</dc:creator>
      <dc:date>2023-10-11T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Join our security enablement event August 21st- 24th</title>
      <link>https://techcommunity.microsoft.com/t5/public-sector-local-state/join-our-security-enablement-event-august-21st-24th/m-p/3903836#M242</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Join us for an exclusive training event where we delve into the world of comprehensive security threat protection for your user data estate. Discover how Microsoft 365 Defender empowers you to safeguard your data across various endpoints, identities, and applications. Take it a step further as we explore how Microsoft Defender for Cloud extends this protection to multi-cloud and hybrid cloud environments, ensuring your data remains secure regardless of its location. Additionally, we'll showcase how you can modernize your security operations with Microsoft Sentinel, leveraging advanced analytics and automation to proactively detect and respond to security incidents. Don't miss this opportunity to enhance your security posture and fortify your organization against evolving cyber threats.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Agenda&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Date: August 21st&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Main Topic: Microsoft's Defender Suite and Microsoft Sentinel - Field and Industry Perspectives&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Date: August 22nd&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Main Topic: Elevate Your Defenses with Microsoft 365 Defender&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Detailed Topics:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The Defender's Guide to Identity Protection with Microsoft Defender for Identity&lt;/LI&gt;
&lt;LI&gt;Secure Your Data with Microsoft Defender for Office: Integrated Threat Protection for Email and Collaboration&lt;/LI&gt;
&lt;LI&gt;Understanding Azure Lighthouse and value proposition for MSSP partners&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Date: August 23rd&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Main Topic: Hybrid and Multi Cloud Security with Microsoft Defender for Cloud&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Detailed Topics:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Discover and secure endpoint devices across your multiplatform enterprise with Microsoft Defender for Endpoint&lt;/LI&gt;
&lt;LI&gt;Safeguarding Your Cloud Posture and Elevating App Governance with Microsoft Defender for Cloud Apps&lt;/LI&gt;
&lt;LI&gt;Introduction to Hybrid and Multi Cloud Security with Microsoft Defender for Cloud and Defender for Servers&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Date: August 24th&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Main Topic: Deploying and configuring Microsoft Sentinel&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Detailed Topics:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Microsoft Sentinel Core Capabilities&lt;/LI&gt;
&lt;LI&gt;Automate with Logic Apps&lt;/LI&gt;
&lt;LI&gt;Search, Basic Ingestion, Archive, and Data Restoration&lt;/LI&gt;
&lt;LI&gt;Watchlists&lt;/LI&gt;
&lt;LI&gt;Analytics Rules&lt;/LI&gt;
&lt;LI&gt;Repositories&lt;/LI&gt;
&lt;LI&gt;Workbooks&lt;/LI&gt;
&lt;LI&gt;UEBA&lt;/LI&gt;
&lt;LI&gt;Threat Intelligence&lt;/LI&gt;
&lt;LI&gt;Fusion Correlation Engine ML&lt;/LI&gt;
&lt;LI&gt;Notebooks&lt;/LI&gt;
&lt;LI&gt;Investigating Incidents&lt;/LI&gt;
&lt;LI&gt;Microsoft Sentinel Integration with Azure OpenAI&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Register here for events :&amp;nbsp;&lt;A href="https://msuspartners.eventbuilder.com/SecureAcrossHorizons" target="_blank"&gt;https://msuspartners.eventbuilder.com/SecureAcrossHorizons&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 21:47:17 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/public-sector-local-state/join-our-security-enablement-event-august-21st-24th/m-p/3903836#M242</guid>
      <dc:creator>Sarah_Gilbert</dc:creator>
      <dc:date>2023-08-18T21:47:17Z</dc:date>
    </item>
  </channel>
</rss>

