Posts

How to check when Sharepoint List was created using PowerShell.

Image
While the SharePoint admin console may not offer a straightforward way to view the creation date of a SharePoint list, PowerShell comes to the rescue. In this blog post, we'll explore how you can effortlessly retrieve this information using SharePoint PowerShell. Let's dive into the steps and make list creation dates a breeze to access in your SharePoint environment. Install SharePoint module in your PS using following PS-CMD. Install-Module -Name Microsoft.Online.SharePoint.PowerShell If you want to check version of SharePoint install module using following CMD Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select Name,Version Now connect SharePoint Admin center using following CMD in PowerShell. Connect-SPOService -Url https://YourAdminWebAddress.sharepoint.com If you don’t know address go to https://admin.microsoft.com/ Admin Centers and open SharePoint admin center and copy URL.   Now connect your SharePoint site using following ...

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.      ...

Onboarding Microsoft365 endpoints for Microsoft Defender365 using Active Directory Group Policy

Image
Onboarding Microsoft365 endpoints for Defender365 using Active Directory Group Policy First Download on boarding package from security.microosft.com Go to Settings and Endpoints Select Operating system for on-boarding In the Deployment method field, select Group policy. And Click Download Package Note: Extract the package at share location with read-only location that will be accessed by the devices, You Should named this folder OptionalParamsPolicy and the file WindowsDefenderATPOnboardingScript.cmd Create Group Policy using downloaded package  Go to Group policy management console Right Click Group Policy Objects then New Give then name (We are creating for Windows Client OS) Now Right Click newly created Group Policy Object (GPO) you want to configure and click Edit. In the Group Policy Management Editor, go to Computer configuration, then Preferences, and then Control panel settings. Right-click  Scheduled tasks , point to  New , and then click  I...

Unable to add SMTP address in Office365 (Detailed error message: Unable to update the specified properties for on-premises mastered Directory Sync objects or objects currently undergoing migration. )

Image
 Scenario: You have migrated from In-House Exchange server to Microsoft365 You Decommissioned you Exchange server You have disbaled/deleted users mailbox and want to add old users SMTP in Microsoft365 mailbox Exchange online error: While trying to add SMTP from Exchange online to Microsoft365 getting error “  Email address type update failed Error: Error executing request. An Azure Active Directory call was made to keep object in sync between Azure Active Directory and Exchange Online. However, it failed. Detailed error message: Unable to update the specified properties for on-premises mastered Directory Sync objects or objects currently undergoing migration. DualWrite (Graph) RequestId: The issue may be transient and please retry a couple of minutes later. If issue persists, please see exception members for more information. ” | You cannot directly add additional SMTP for Migrated users from Exchange Online because If you are syncing from your AD to Azure (using AAD...

How to Send email from Scanner or Custom Applications using Microsoft365 SMTP or MX record

Image
  How to Send Email from your Scanner/Custom Applications to Your Microsoft365 Email accouts  You can use Microsoft Direct send to mail directly from your printer or application to Microsoft 365 or Office 365 (direct send) Option 2 One important step, which is not point out in Microsoft Doc First allow your public IP in Anti-Spam policy 1.          Login to : https://security.microsoft.com 2.          Go to Policies & rules > Threat policies> Anti-spam policies 3.        Click Connection filter policy (Default) Edit and add Your public IP address in Allow List 4.        Click Save Now you can follow following steps and edit your printer or custom application SMPT to send scan email to you organization Microsoft365 users Following steps are copied from Microsoft Site, its make sence because .Above one important step Was not included ...