getting started
366 TopicsSeeking Guidance on Microsoft 365 Copilot Adoption Support for an Enterprise Customer
Hi Everyone, We are a newly enrolled Microsoft partner currently working with a customer to accelerate Microsoft 365 Copilot adoption across their organization. We are exploring how we can best support the customer and would like to understand whether there are any Microsoft programs, resources, partner managers, or engagement channels available to help us collaborate with Microsoft on Copilot adoption opportunities. Could anyone advise on: The recommended Microsoft channel/team to engage for an enterprise Copilot adoption opportunity Any Microsoft programs or resources available to support customer adoption How partners can collaborate with Microsoft for customer-specific Copilot adoption support Any guidance on the appropriate Microsoft team, program, or point of contact would be greatly appreciated. Thank you!12Views0likes0CommentsFree, read-only PowerShell tool to find SharePoint oversharing before enabling Copilot
The first time I pointed my own tool at a tenant, it found three sites the whole company could open. A search center was one of them. Nobody had shared them on purpose. They came that way, and Copilot would have read every one. That is the thing people ask before a Copilot rollout. What will it actually surface. Copilot only returns what a user can already open, so the real exposure is the broad access that was already there. The Everyone and Everyone except external users grants. The anonymous and organization-wide links nobody remembers making. Microsoft has reports for this and they sit inside the paid SharePoint Advanced Management add-on. For teams without that license I put together a free open-source PowerShell module that answers the same question. Sharing it here in case it helps someone planning a rollout. What it does Get-EveryoneAccess finds every place the Everyone and EEEU claims grant access, on one site or the whole tenant. Get-OversharedContent finds the anonymous Anyone links and the organization-wide links. It reads them from the hidden SharingLinks groups instead of walking every file, so it stays quick on a big tenant. Invoke-CopilotReadinessAssessment runs both, scores the exposure out of 100, and writes an HTML readiness scorecard you can hand to your security team. Install Install-Module CopilotGovernance -Scope CurrentUser It is read only. It reports, it never changes anything. It needs PowerShell 7 and PnP.PowerShell and your own Entra app client id, because PnP 3.x no longer ships its own sign-in app. It also reports coverage, so a site it could not read is flagged and never counted as clean. Being upfront about the limits today. It scans each site and its lists, and subwebs are still on the roadmap. Links created as Flexible on the newer sharing experience can be under-counted, so pass -IncludeSpecific to review every link. The module is on the PowerShell Gallery at powershellgallery.com/packages/CopilotGovernance and the code is on GitHub at github.com/gvijaikumar9/CopilotGovernance Feedback and edge cases welcome. Happy to fix what people hit30Views0likes0CommentsHow Do I Secure Copilot? A Practical Guide to Protecting Your AI Assistant
Artificial intelligence has become an essential part of modern workplaces, and Microsoft Copilot is leading the way in helping organizations improve productivity. From drafting emails and summarizing meetings to generating code and analyzing documents, Copilot makes daily work faster and more efficient. However, with these powerful capabilities comes an important question: How do I secure Copilot? https://dellenny.com/how-do-i-secure-copilot-a-practical-guide-to-protecting-your-ai-assistant39Views0likes0CommentsHow Sales Teams Can Close Deals Faster with Copilot in Dynamics 365
In today’s competitive sales landscape, speed is no longer just an advantage it’s a necessity. Sales teams are expected to respond quickly, personalize every interaction, manage multiple opportunities, and close deals in shorter sales cycles. However, administrative tasks, scattered customer information, and manual follow-ups often slow down even the most experienced sales professionals. https://dellenny.com/how-sales-teams-can-close-deals-faster-with-copilot-in-dynamics-365/27Views0likes0CommentsMicrosoft Copilot for IT Administrators: The Complete Enterprise Deployment Guide
Artificial Intelligence has moved beyond being an experimental technology and has become an essential part of modern enterprise productivity. Among Microsoft’s AI-powered offerings, Microsoft Copilot stands out as one of the most transformative tools for businesses. It helps employees automate repetitive tasks, improve collaboration, generate content, analyse data, and make faster decisions using natural language. https://dellenny.com/microsoft-copilot-for-it-administrators-the-complete-enterprise-deployment-guide/138Views2likes4CommentsMicrosoft Copilot for Project Management: A Complete Guide to Smarter Planning
Project management has always been about balancing priorities, managing deadlines, coordinating teams, and making informed decisions. As projects become increasingly complex, project managers are expected to do more with less—less time, fewer resources, and tighter budgets. Fortunately, artificial intelligence is transforming the way teams work, and Microsoft Copilot is leading that transformation. https://dellenny.com/microsoft-copilot-for-project-management-a-complete-guide-to-smarter-planning-faster-decisions-and-better-team-collaboration/77Views0likes0CommentsIs My Code Safe with GitHub Copilot? A Practical Guide for Developers and Businesses
Artificial intelligence has transformed software development, and one of the biggest names leading this change is GitHub Copilot. It helps developers write code faster, generate functions, explain unfamiliar code, and even suggest complete implementations based on natural language prompts. While the productivity gains are impressive, one question continues to surface among developers, engineering managers, startups, and enterprise organizations: https://dellenny.com/is-my-code-safe-with-github-copilot-a-practical-guide-for-developers-and-businesses28Views0likes0CommentsCustom Skills in Copilot Cowork
Skills are specialized instruction sets that tell Copilot Cowork exactly how to think, act, and respond for a specific task. There are two types: Out-of-the-box skills – built and maintained by Microsoft and Anthropic, automatically invoked based on conversation context (~13 available currently) Custom skills – instruction sets you write yourself, defining a specific process, format, and set of standards for Cowork to follow every time the skill is triggered Custom skills are really where Cowork starts to feel less like a generic assistant and more like a tool built around how you actually work. Once a skill is defined, Cowork applies the same process, format, and standards every time it's triggered, so you're not re-explaining your requirements in every conversation. For an in-depth tutorial on how to leverage skills in Copilot Cowork, check out the video below 👇 https://youtu.be/MnJmzZvqjJA58Views0likes0CommentsWhen to Choose Agent Builder Instead of Power Apps: A Practical Guide for Modern Businesses
The Microsoft Power Platform has transformed how organizations build business solutions without extensive coding. Two of the most talked-about technologies in this ecosystem are Power Apps and Agent Builder. While both help organizations automate work and improve productivity, they serve very different purposes. https://dellenny.com/when-to-choose-agent-builder-instead-of-power-apps-a-practical-guide-for-modern-businesses/45Views0likes0Comments10 Best Practices for Designing Effective Microsoft 365 Agents
Artificial Intelligence is rapidly changing how businesses operate, and Microsoft 365 Agents are becoming one of the most valuable tools for improving productivity, automating repetitive work, and helping employees make better decisions. Whether you’re building an agent for customer support, HR, sales, finance, or internal knowledge management, success depends on more than just connecting AI to your data. https://dellenny.com/10-best-practices-for-designing-effective-microsoft-365-agents/56Views0likes0Comments