Co-management
Reference : https://learn.microsoft.com/en-us/mem/configmgr/comanage/overview When you concurrently manage devices with both Configuration Manager and Microsoft Intune, this configuration is called co-management. Public Label
Reference : https://learn.microsoft.com/en-us/mem/configmgr/comanage/overview When you concurrently manage devices with both Configuration Manager and Microsoft Intune, this configuration is called co-management. Public Label
Reference : https://learn.microsoft.com/en-us/purview/sensitivity-labels Default sensitivity labels : https://learn.microsoft.com/en-us/purview/mip-easy-trials Label name Label description for users Settings Personal Non-business data, for personal use only. Scope: Files & other data assets, Emails, Meetings* Content marking: No Auto-labeling: No Group settings: No Site settings: No Auto-labeling for database columns: None Public Business data that is specifically prepared and approved
Learn about sensitivity labels Read More »
A volume’s dirty bit indicates that the file system may be in an inconsistent state. This can happen when: The dirty bit is used to track which pages of a database have been modified but not yet written to disk. During recovery or system failure, the database system uses the dirty bit information to determine which pages need
Please provide the migration, model, controller & route for below table. id, name, description & timestamps
Laravel with ChatGPT Read More »
Connect-SPOService Get-SPODeletedSiteConnecting to SharePont Admin URLConnect-SPOService Get-SPODeletedSite -IncludePersonalSite Restore-SPODeletedSite -Identity https://contoso.sharepoint.com/sites/arecycledsite Connect-SPOService (Microsoft.Online.SharePoint.PowerShell) | Microsoft Learn Get-SPODeletedSite (Microsoft.Online.SharePoint.PowerShell) | Microsoft Learn Restore-SPODeletedSite (Microsoft.Online.SharePoint.PowerShell) | Microsoft Learnhas context menu
SharePoint – Recover Deleted Site Read More »
User Sign-In Options: Single Sign-On (SSO) Option: There is an additional checkbox labeled “Enable single sign-on”. This option, when selected, enables single sign-on for users on corporate networks, reducing the need for them to repeatedly enter their credentials when accessing Microsoft cloud resources. The options listed provide different levels of integration between on-premises environments and
Microsoft Entra Connect Read More »
Managing local domain-joined Windows devices using Microsoft Intune provides organizations with a powerful way to implement modern device management and leverage cloud-based policies, security, and compliance features. This approach is beneficial for organizations that want to continue using their existing on-premises Active Directory while transitioning to cloud management. This blog will walk you through the
Local Domain Joined Windows Devices to Intune Read More »
Data security is a top priority for every organization, especially when it comes to safeguarding sensitive information. Microsoft Data Loss Prevention (DLP) is a robust solution designed to help organizations prevent the unintended sharing or transmission of sensitive data. Whether it’s financial information, personally identifiable information (PII), or intellectual property, Microsoft DLP policies help mitigate
Microsoft Data Loss Prevention – DLP Read More »
මෙය උපුටා ගැනීමකි : https://www.facebook.com/permalink.php/?story_fbid=1724151264362640&id=1532791893498579 දැහැමින් ධනය ඉපයිය හැකි ද? ජීවිතයේ පරම සැපය නිර්වාණය ලෙස බුදු දහමින් දක්වා ඇතත් මෙලොව ජීවිතය සැපවත් කරගත යුතු ආකාරය ද නොයෙකුත් සූත්ර දේශනාවන්හිදී පෙන්වා දී ඇත. අපගේ මෙලොව ජීවිතය සැපවත් කරගැනීමට නම් ධනය, එනම් වතුපිටි, ඉඩකඩම්, මිලමුදල් ආදිය අවශ්ය වෙයි. මෙම ධනය අප විසින් ඉපයිය යුත්තේ කෙසේ ද? යන්න
බෞද්ධ ආර්ථික දර්ශනය Read More »
1. git init This command initializes a new Git repository locally in your current directory. It creates a new .git directory where all Git metadata and objects will be stored. This is the first command you run when you start tracking a project with Git. 2. git add . This command stages all changes (files