GDPR
28 TopicsAZ-500: Microsoft Azure Security Technologies Study Guide
The AZ-500 certification provides professionals with the skills and knowledge needed to secure Azure infrastructure, services, and data. The exam covers identity and access management, data protection, platform security, and governance in Azure. Learners can prepare for the exam with Microsoft's self-paced curriculum, instructor-led course, and documentation. The certification measures the learner’s knowledge of managing, monitoring, and implementing security for resources in Azure, multi-cloud, and hybrid environments. Azure Firewall, Key Vault, and Azure Active Directory are some of the topics covered in the exam.22KViews4likes3CommentsPrivacy
When data is collected, we want to make sure it’s the right choice for you. To help you as an end user and a participant of this community to exercise your Data Subject Request (DSRs) rights under General Data Protection Regulations we provide the following functionalities. The below sections explain step by step process on how you can view, edit and delete your personal information (customer data). To learn more about the data collected by Microsoft and it’s use please view the Microsoft Privacy Statement. View and Export personal data To view all your data collected by Microsoft Tech Community: Navigate to Microsoft Tech Community Sign in by clicking “Sign In” link at the top right. Once logged in, click on your profile avatar and select “Profile” link. You can view all information related to your activity with the Microsoft Tech Community. You can update your profile, view things you have liked recently, your uploaded photos and using the filter in the My Activity tab to view: Conversations you have started Conversations you have replied to Conversations you have liked Any replies that have been marked as “Solution” Groups your a member of Any blogs you have contributed to You may also export their personal data in json format using below steps: Navigate to "My Settings". > My Settings Select “Security & Account” from the tab menu & Account Screen, in order you can view IP Addresses you have used to login, download your personal data and then close your account. IP Addresses : on this page you can view the ip addresses you have previous logged in with, you can also delete the IP addresses from our system - however be aware the next time you login we will capture that IP address. Download Data: Here you can download a copy of your posts, replies and your personal information Close Account: Clicking here will anonymise all your community contributions and remove all identifying information from our systems. Please note if you have manually entered your name within a post this will not be removed by this process. Once you request account closure you then can not create another account using the same credentials for 72 hours. In addition to personal data provided here, we also capture user’s interaction with the service, which includes the following: Visits Visits per Geo Registration Date Most recent sign in Total sign ins Total minutes online Last visit IP address Last logged in IP address Roles Search Terms Device Type OS/Browser config data Page views Bulk Data Location Rank Badges earned25KViews10likes0CommentsCan MS Purview mask data in CE
Hi Can MS Purview enable data masking in Dynamics Customer Engagement / Service, If yes how this can be achieved? if No, Can we expect this feature in near future? Note: We would not enable any mask (Field Security Profile) features directly in CE, would like to happen using MS Purview108Views0likes1CommentFew problems after start Intune tested
Hello every one who read this. My company after years with MDM On-Prem instances want migrate to the cloud. We have few licenses with intune so i check the system. But for me it seems like early beta system. 1. Problem with BIOS password. Deployment is a really problem I create install .NET + Dell For Intune but in documentation are no words about what should see cctk file if i only want set up BIOS password 2. Android options are joke. Even less popular MDM have possibility to force gps ON but not intune my question why? it seems like a half product for Android OS 3. I enroll Android devices as corporate owned and have many funny options a) I cannot change Intune app seting for location (are grayed out and location for this app is turned off) b) after deployment Company Portal app installed sucessfully but wehen i click on it then app disapear and once again i cannot install manually because admin already install it :D There are many small and big things to fixed Another funny example are Device Encryption as standard user we have 2 option 1. Quiet encryption without password 2. Admin must start it. Why user cannot start encryption itself wehen i prepare custom profile in the way we want (user must only add a password)43Views0likes0CommentsIssue with "Edit with Paint 3D" Functionality
I have recently encountered an issue with Paint 3D. When I try to edit a picture using Paint 3D by right-clicking on the photo and selecting "Edit with Paint 3D," I am unexpectedly prompted to choose an app to open the file instead of Paint 3D launching directly. Has anyone else experienced this problem, or does anyone have any insights on why this might be happening and how to resolve it? Thank you for your assistance! Following was done: Reinstall Paint 3D Open Microsoft Store: Go to the Start menu and open the Microsoft Store. Search for Paint 3D: In the search bar, type "Paint 3D." Reinstall Paint 3D: If the app is installed, you can click "Open." If it’s not installed or you suspect it might be corrupted, click "Install" or "Get" to reinstall it. Ensure Paint 3D is Enabled Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" and then "Apps & features." Find Paint 3D: Scroll through the list of installed apps to find "Paint 3D." Ensure It’s Enabled: If you find it, make sure it’s not disabled. If it is, re-enable it. Associate Image Files with Paint 3D Manually Right-click on the Image File: Right-click on an image file. Select Properties: Choose "Properties" from the context menu. Change the Default Program: In the Properties window, click the "Change" button next to "Opens with." Manually Find Paint 3D: Click "More apps" if Paint 3D is not listed. Scroll down and click "Look for another app on this PC." Navigate to C:\Program Files\WindowsApps and look for the Paint 3D executable. Note that you may need administrative permissions to access this folder. Use the Default Apps Settings Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" and then "Default apps." Reset Default Apps: Scroll down and click "Reset" under "Reset to the Microsoft recommended defaults." Change Defaults Manually: After resetting, try setting Paint 3D as the default app for your image files again. Check for System Updates Open Settings: Press Win + I to open Settings. Go to Update & Security: Navigate to "Update & Security." Check for Updates: Click "Check for updates" and install any available updates. Sometimes updates can fix issues with system apps like Paint 3D. 1. Check if Paint 3D is Installed Correctly Open PowerShell as Administrator: Press Win + X and select "Windows PowerShell (Admin)." Check Installation: Enter the following command to check if Paint 3D is installed: powershell Copy code Get-AppxPackage *Microsoft.MSPaint* | Select Name, PackageFullName If Paint 3D is listed, it’s installed. If not, proceed to reinstall it. Reinstall Paint 3D: Uninstall Paint 3D using PowerShell: powershell Copy code Get-AppxPackage *Microsoft.MSPaint* | Remove-AppxPackage Reinstall from the Microsoft Store: Open the Microsoft Store, search for "Paint 3D," and install it. 2. Reset Paint 3D Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" > "Apps & features." Find Paint 3D: Scroll down and select "Paint 3D." Advanced Options: Click on "Advanced options." Reset: Click the "Reset" button. This will reset Paint 3D to its default state. 3. Create a New User Profile Open Settings: Press Win + I to open Settings. Go to Accounts: Navigate to "Accounts" > "Family & other users." Add Someone Else to This PC: Click on "Add someone else to this PC." Create a New User: Follow the prompts to create a new user account. Log In: Log out of your current account and log in with the new user account. Check if Paint 3D works correctly in the new profile. 4. Repair Windows Using DISM and SFC Open Command Prompt as Administrator: Press Win + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)." Run DISM: Enter the following command to repair the Windows image: powershell Copy code DISM /Online /Cleanup-Image /RestoreHealth Wait for the process to complete. Run SFC: Enter the following command to check and repair system files: powershell Copy code sfc /scannow Wait for the process to complete and restart your computer.27KViews0likes10CommentsFailure to install update error: 0x80070643 @allmembers
I am very 9interested in learning how this process works and getting the answer to my question answered. How do I fix this so that all my updates go thru automatically again? I am very grateful for any and all help. Have a blessed night.147KViews3likes20CommentsWhere is Teams meeting hosted?
Hi all, Old memory started to running in my head, and I found Tom Talk's article: Where in the world will my Microsoft Teams meeting be hosted? Where he wrote: "Your Teams conference location is allocated at the time the first joiner joins (not the organiser, but any first joiner) and it is automatically allocated to the conferencing service in the region nearest to that first joiner." Question is. is this still valid? If this is still valid, them any thoughts how about the EU companies which are under the EU privacy regulations and all data should be kept inside EU boundaries. how much this behavior breaks this regulation rule? In case that you are in EU but invite person outside EU, and that person joins faster than you into that meeting.1KViews0likes0Comments