TEC-ism - Tech Education Hub
Docs» spo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
spo [2025/12/03 07:42] – created epiclauspo [2025/12/03 07:54] (current) – epiclau
Line 1: Line 1:
 +As we are transitioning away from PNP Online Module - SECTION will capture all corresponding research.
 +
 +
 **Working with SharePoint sites in Microsoft Graph** **Working with SharePoint sites in Microsoft Graph**
 +
 https://learn.microsoft.com/en-us/graph/api/resources/sharepoint?view=graph-rest-1.0 https://learn.microsoft.com/en-us/graph/api/resources/sharepoint?view=graph-rest-1.0
 +
 +API supports core activities:
 +  * Access to SharePoint sites, lists, and drives (document libraries)
 +  * Read-only support for site resources (no ability to create new sites)
 +  * Read-write support for lists, listItems, and driveItems
 +  * Read-write support for tenant-level SharePointSettings
 +  * Address resources by SharePoint ID, URL, or relative path
 +
 +The SharePoint API exposes three major resource types:
 +
 +  - Site (top-level object)
 +  - List
 +  - ListItem
 +
 +<code:powershell>
 +# Install the Microsoft Graph PowerShell SDK
 +Install-Module Microsoft.Graph
 +
 +# Connect to Microsoft Graph
 +Connect-MgGraph -Scopes "Sites.ReadWrite.All"
 +
 +# Create a new SharePoint site
 +$site = New-MgSite -DisplayName "New Site" -WebUrl "https://yourtenant.sharepoint.com/sites/newsite" -SiteCollection @{Hostname="yourtenant.sharepoint.com"; SiteCollectionType="TeamSite"}
 +</code>
 +

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top

User Tools

  • Log In
/home/adm_tecism/tecism.com/wiki/data/attic/spo.1764776537.txt.gz · Last modified: 2025/12/03 07:42 by epiclau
TEC-ism - Tech Education Hub

Table of Contents

EXAMS

  • Main
  • CCNA
  • AI-900
  • AWS

M365

  • SharePoint Online
  • Exchange Online
  • Copilot
  • Intune

JOB SEARCH

  • Main

Tools

  • Search
  • Admin

Founder is a Senior M365 Engineer with 15+ years of proven success architecting, securing, administering, and managing enterprise-scale messaging and collaboration platforms within highly regulated financial institutions. Trusted and recognized as both a passionate leader and team player, consistently driving best practices, enhancing security, streamlining operations, improving service reliability, strengthening vendor and partner relationships, and delivering strategic, compliant, enterprise scale implementations.

Brings deep expertise in Exchange (2010–2019, Online) and M365 ecosystem, including SharePoint, OneDrive, Intune, Teams, Entra ID, Defender, and Microsoft Purview. Specialized in PowerShell and Microsoft Graph automation to drive efficiency, enforce policy at scale, and enable secure, audit-ready environments. Adept at managing and operationalizing DLP policies, sensitivity labels, retention strategies, legal holds, eDiscovery, and litigation workflows across complex, multi-domain environments.