Posts

Showing posts from 2023

How to connect SharePoint online with SharePoint designer 2013

How to connect SharePoint online with SharePoint designer 2013 Note: If you encounter the permission error, the following steps will help you resolve it as well. Download SharePoint designer 2013 Allow custom scripting feature from SharePoint Management Shell.       Connect SharePoint Online site with SharePoint designer 2013.   Allow custom scripting feature from SharePoint Management Shell 1.        Download and Install SharePoint Online Management Shell 2.       Connect your SharePoint Admin portal to SharePoint Management shell by using following PS-CMD. if you don't have SharePoint Management Shell first please download and Install it.      Connect-SPOService -Url https://admin-domain.sharepoint.com -Credential Admin@youradminidEmailID.com      Run following CMD after connecting to allow custom scripting to connect SharePoint Designer 2013      set-SPOsite h...

How to create conditional access policy in Office 365 to block access for Microsoft 365 apps for Business applications from non-domain joined devices and allow only email and SharePoint.

Image
To allow and block microsoft365 applications we would use conditional access policy for endpoints.     ·         Login to https://endpoint.microsoft.com/ ·         Note: Access to 365endpoint console available from https://admin.microsoft.com/ too ·         Go to Conditional Access ·         Create a new policy. o    Name the policy. o    Assignments section: select users or groups the policy should apply o    o    Cloud apps or actions §   section, click on the "+ Include" button to add an app. §   Select apps. §   Search for Microsoft 365 apps for Business o    If you want to exclude email and SharePoint from blocking, you can exclude following. §     o    Conditions § ...

How to block spam emails based on patterns in Exchange Online using Data loss prevention.

Image
To create a spam email block policy based on patterns in Microsoft Exchange Online with DLP 365 you can follow the steps outlined below: For instance, if you are receiving spam emails from various accounts, Blow example email Password expiration reminder. Normally we don’t receiving emails like that. . In Exchange online before we create these rules in Exchange online now it moved to DLP (Data loss prevention) under https://compliance.microsoft.com/datalossprevention To create policy please follow following steps. 1.        Login to https://compliance.microsoft.com/datalossprevention 2.        go under DLP and Create Policy 3.        Select: Categories: Custom, Template Custom policy, Click Next 4.        Provide the name and description and Click Next 5.      ...