Security and Compliance
49 TopicsAgent not visible in M365 Copilot
I created an agent in M365, including its name, description, instructions, and required actions. The agent is properly tested in Copilot Studio and published, but it is not visible in the M365 Copilot agent list. Interestingly, one agent is visible while the other is not, and I am unable to determine the issue.230Views0likes2CommentsAzure Cache for Redis Community Standup | Secure your workloads with Azure AD integration
Azure Cache for Redis now offers a password-free authentication mechanism by integrating with Azure Active Directory (AAD). This integration is complemented with the role-based access control that open source Redis supports. To leverage the integration, your client application must assume the identity of an Azure Active Directory entity (like service principal or managed identity) and connect to your cache. Featuring: Shruti Pathak(@shrutipathak812) #security #redis776Views0likes0CommentsWhere are the prompts in the new prompt gallery saved?
Recently Microsoft announced the New Prompt Gallery: New Copilot Prompt Gallery helps you discover, save, and share your favorite prompts | Microsoft Community Hub. From a business perspective: Where are the personal prompts saved and how are they protected by the enterprise data protection?Solved407Views3likes4CommentsCoPilot "An external link was removed to protect your privacy"
Scenario: I am signed in to corporate CoPilot for M365. I'm asking CoPilot app on desktop in "WORK" mode to generate an excel file with some fictitious data & make it available in an Excel file. CoPilot generates the table, then removes the link to the file😑 I can use it in "WEB" mode to do the same, and it generates a BING URL that then results in a 404. <sigh> I can SIGN OUT and use generic CoPilot. That will generate a file, then prompt me for corporate credentials, and then it gives me the file. The question: How do I get file generation workingwhile logged in to my corporate account? Do we have a security permission causing issues?4.8KViews6likes10CommentsCan your job/University see your copilot chatlogs?
As the title states can your job go in and see your prompts and conversations? I'm not talking about keylogging software, I'm asking if using the enterprise edition, if the job/university can log into copilot and has administrator access and can see your logs.70Views0likes1CommentCopilot thinks I am not an adult
a few days ago, my copilot account stopped working with an error message "Age restriction" I checked my birthdate set in my account and it is set right. I am 20 years old. Contacted microsoft support and they said I should post here. Any help?146Views2likes2CommentsWindows Imaging and Configuration Designer and Assigned Access xml Bug
Hello everybody. So, my goal is to get this bug in front of the eyes that need to see it in order for the issue to get resolved, so if this is not the place to do that (it was the only place that I could find that seemed even remotely possible) then let me know where to move this post to so that the issue can be resolved. Now that that is out of the way, the issue that I want to report involves Assigned Access configuration file. As you may know, the "&" character cannot be present in an xml element attribute value, as it is a special character, and must be replaced with the escape string "&" instead. If there are any "&" characters in your assigned access configuration file, Windows Imaging and Configuration Designer will not allow you to compile the package. So, consider the Assigned Access Configuration file that I created with all of the "&" characters replaced with the appropriate "&" escape: <?xml version="1.0" encoding="utf-8" ?> <AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config" xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config" > <Profiles> <Profile Id="{aed4127d-7fe0-435f-bdda-e384815099ec}"> <AllAppsList> <AllowedApps> <App DesktopAppPath="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" /> <App DesktopAppPath="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" /> <App DesktopAppPath="C:\Program Files (x86)\Google\Chrome\Application\chrome_proxy.exe" /> <App DesktopAppPath="C:\Program Files (x86)\Google\Update\GoogleUpdate\GoogleUpdate.exe" /> <App DesktopAppPath="C:\Tableau\Store Okta Login.exe" /> <App DesktopAppPath="C:\Tableau\Manager Okta Login.exe" /> <App DesktopAppPath="C:\Windows\explorer.exe" /> <App DesktopAppPath="C:\Windows\Splwow64.exe" /> <App DesktopAppPath="C:\Program Files (x86)\Brother\ScannerUtility\BrScUtil.exe" /> <App DesktopAppPath="C:\Program Files (x86)\Brother\HttpToUsbBridge\HttpToUsbBridge.exe" /> <App DesktopAppPath="C:\Program Files (x86)\Brother\iPrint&Scan\BrotheriPrint&Scan.exe" /> <App DesktopAppPath="C:\Program Files (x86)\Brother\iPrint&Scan\BrScanKeyEventMgr.exe" /> <App DesktopAppPath="C:\Program Files (x86)\Brother\iPrint&Scan\USBAppControl.exe" /> <App DesktopAppPath="C:\Program Files (x86)\Brother\iPrint&Scan\WorkflowAppControl.exe" /> <App DesktopAppPath="C:\Windows\twain_32\Brimm22a\Common\TwDsUi.exe" /> <App DesktopAppPath="C:\Windows\twain_32\Brimm22a\Common\TwDsUiLauncher.exe" /> </AllowedApps> </AllAppsList> <rs5:FileExplorerNamespaceRestrictions> <rs5:AllowedNamespace Name="Downloads"/> </rs5:FileExplorerNamespaceRestrictions> <StartLayout> <![CDATA[<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"> <LayoutOptions StartTileGroupCellWidth="6" /> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6"> <start:Group Name="Apps"> <start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Manager Okta Login.lnk" /> <start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Learning Hub.lnk" /> <start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\My Documents.lnk" /> <start:DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Altametrics Schedules.lnk" /> <start:DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Brother iPrintScan.lnk" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> </LayoutModificationTemplate> ]]> </StartLayout> <Taskbar ShowTaskbar="true" /> </Profile> </Profiles> <Configs> <Config> <AutoLogonAccount rs5:DisplayName="Manager Workstation"/> <DefaultProfile Id="{aed4127d-7fe0-435f-bdda-e384815099ec}"/> </Config> </Configs> </AssignedAccessConfiguration> I apologize for formatting the contents of the file as a code block, but when I tried placing the text in a code sample, it would automatically substitute the "&" for an "&" character. In any event, importing the above assigned access configuration file in Windows Imaging and Configuration Designer does not produce an error, and allows for the application to compile the ppkg file, but when this ppkg is applied to a system during deployment, it results in an endless boot loop after the system restarts. It would seem that the provisioning package that Windows Image and Configuration Designer creates results (at least in my case) a boot loop on the target system if the assigned access xml that is imported contains any element attributes that contain an "&" character. And I am not the only person who has run into this problem either. While investigating this issue, I found the below thread detailing the exact same issue: https://www.reddit.com/r/Intune/comments/1enlwwe/assigned_access_xml_with_ampersand_usage_fails_to/41Views0likes0CommentsCoPilot Microsoft Account login shows unknown account
Hi, I have installed copilot on iphone. While logging in using the 'Microsoft Account', it shows me 4 accounts. One of them is my personal account and two are my office accounts. But then it shows me a third hotmail.com that I don't recognize at all. I have cleared any cache from Chrome Safari or Edge. I have also paused and started the syncing of 'Passwords' to iCloud. But nothing has helped. Please help. I am sure this falls under the Security and Compliance category and should be seriously looked into. Thanks, Chandan39Views0likes0CommentsCan Microsoft 365 Copilot learn directly from my actions? (e.g corrective or change response?)
I am trying to comprehend the scope in which Microsoft 365 Copilot might be able to learn and change it's response on a user-level. I have identified 4 scopes (this might be incorrect) and I am looking for answers about scope 2. Does anybody have some concrete information about this? Scope 1: In the scope of a single chat. - The response can be directly change by the user. e.g. tell Copilot that 2+2=5. then ask what is 2+2. Scope 2: In the scope of all interactions with of a single user. - I cannot find concrete information if Copilot will, or will not, give different responses based on histories of all interactions with me. Scope 3: In the scope of the tenant. - I cannot find concrete information if Copilot will, or will not, give different responses based on histories of all interactions with other users in the tenant. Scope 4: In the scope of the foundation of Copilot service. Data, Privacy, and Security for Microsoft 365 Copilot | Microsoft Learn “Prompts, responses, and data accessed through Microsoft Graph aren't used to train foundation LLMs, including those used by Microsoft 365 Copilot. 1¤7 Apologies if this is confirmed / unconfirmed in any official source. I spent a few hours looking but was unable to find any concrete answer.202Views0likes3CommentsDisabling Copilot Script Generation - Possible?
Hi everyone, Our organization is exploring the use of Microsoft 365 Copilot but has a requirement to prevent it from generating scripts or code in any programming language. Has anyone successfully implemented such a restriction? We're interested in understanding: Configuration options: Are there any built-in settings or policies to disable code generation specifically? Alternative approaches: If direct disabling isn't possible, are there workarounds like content filtering or output restrictions? Best practices: What are the recommended practices for managing Copilot in a security-conscious environment? Any insights or experiences you can share would be greatly appreciated. Thanks in advance!48Views0likes0Comments