multicloud365
  • Home
  • Cloud Architecture
    • OCI
    • GCP
    • Azure
    • AWS
    • IAC
    • Cloud Networking
    • Cloud Trends and Innovations
    • Cloud Security
    • Cloud Platforms
  • Data Management
  • DevOps and Automation
    • Tutorials and How-Tos
  • Case Studies and Industry Insights
    • AI and Machine Learning in the Cloud
No Result
View All Result
  • Home
  • Cloud Architecture
    • OCI
    • GCP
    • Azure
    • AWS
    • IAC
    • Cloud Networking
    • Cloud Trends and Innovations
    • Cloud Security
    • Cloud Platforms
  • Data Management
  • DevOps and Automation
    • Tutorials and How-Tos
  • Case Studies and Industry Insights
    • AI and Machine Learning in the Cloud
No Result
View All Result
multicloud365
No Result
View All Result

PowerShell Graph SDK – SharePoint Record Operations

admin by admin
June 21, 2025
in Azure
0
PowerShell Graph SDK – SharePoint Record Operations
399
SHARES
2.3k
VIEWS
Share on FacebookShare on Twitter


 

We now have used CSOM, PNP, REST/Graph API up to now to do SharePoint Record operations.

Now we are going to discover PowerShell Graph SDK to do identical type of operations.

It’s bit tough, however I’ll share the issues confronted throughout its implementation.

 

Why have We used it as a substitute of PNP?

We now have written an answer the place some cmdlets can be found in Graph SDK, some are in Intune module and others are in PNP.

So, we’ve mixed all of it collectively to simply use Graph SDK and single authentication mechanism.

Connect with graph

Join-MgGraph -ClientId $ClientID -CertificateThumbprint $ThumbPrint -TenantId $TenantName

If you wish to connect with Beta Endpoint, then use under command:

Choose-MgProfile -Identify “beta”

 

Lesson #1:

After we had been utilizing this module, we discovered that we had been solely in a position to get gadgets from one checklist out of dozens of others in the identical Web site.

On additional checking, we’ve discovered that each one lists have merchandise degree permission set and permission Web site.Learn.All just isn’t sufficient, we have to present Web site.FullControl.All


 

Lesson Quantity 2:

To get Record gadgets

$ListItems = Get-MgSiteListItem -SiteId $siteid -ListId $listid -ExpandProperty ‘fields’ -filter “fields/Standing eq ‘InProgress’”

Fetch the sector values – $listItem.Fields.AdditionalProperties is required.

Instance to fetch Standing subject Worth.


 

Lesson Quantity 3:

After we had been writing subject values utilizing Replace-MgSiteListItem, we had been getting (Area not acknowledged

Error) identical as others reported on web.

What resolved it for us is improve the Graph SDK to newer model and using under Syntax.

Instance to replace Standing Area:

Replace-MgSiteListItem -SiteId $siteid -ListId $listid -ListItemId $id -Fields @{“Standing” = “DeviceNotFound”}

I hope these three above classes will prevent a variety of time which we wasted determining how one can work with SharePoint On-line checklist gadgets utilizing graph SDK.

 

Thanks for studying …

Tech Wizard

https://techwizard.cloud

https://syscloudpro.com/

PowerShell Quick Observe

Tags: GraphlistOperationsPowerShellSDKSharePoint
Previous Post

Gemini 2.5 mannequin household expands

Next Post

What IT Monetary Administration Success Seems Like

Next Post
Passing The Baton From Gross sales To CS For Seamless Account Transitions

What IT Monetary Administration Success Seems Like

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Trending

Gartner acknowledges Spanner in Essential Capabilities report

Gartner acknowledges Spanner in Essential Capabilities report

May 2, 2025
Repair Stock: Open-source cloud asset stock instrument

Repair Stock: Open-source cloud asset stock instrument

March 19, 2025
Invoke-RestMethod – Couldn’t set up belief relationship for the SSL/TLS safe channel

Invoke-RestMethod – Couldn’t set up belief relationship for the SSL/TLS safe channel

June 25, 2025
Improve EFS file system safety with TLS and IAM

Improve EFS file system safety with TLS and IAM

July 11, 2025
A Mild Introduction to Principal Element Evaluation (PCA) in Python

A Mild Introduction to Principal Element Evaluation (PCA) in Python

July 5, 2025
How to decide on the best instrument to your internet scraping mission?

How to decide on the best instrument to your internet scraping mission?

June 22, 2025

MultiCloud365

Welcome to MultiCloud365 — your go-to resource for all things cloud! Our mission is to empower IT professionals, developers, and businesses with the knowledge and tools to navigate the ever-evolving landscape of cloud technology.

Category

  • AI and Machine Learning in the Cloud
  • AWS
  • Azure
  • Case Studies and Industry Insights
  • Cloud Architecture
  • Cloud Networking
  • Cloud Platforms
  • Cloud Security
  • Cloud Trends and Innovations
  • Data Management
  • DevOps and Automation
  • GCP
  • IAC
  • OCI

Recent News

APEX 24.2.6 : Have you ever seen this error when making use of Patch Set Bundle 6?

APEX 24.2.6 : Have you ever seen this error when making use of Patch Set Bundle 6?

July 20, 2025
What The Knowledge Actually Says

What The Knowledge Actually Says

July 19, 2025
  • About Us
  • Privacy Policy
  • Disclaimer
  • Contact

© 2025- https://multicloud365.com/ - All Rights Reserved

No Result
View All Result
  • Home
  • Cloud Architecture
    • OCI
    • GCP
    • Azure
    • AWS
    • IAC
    • Cloud Networking
    • Cloud Trends and Innovations
    • Cloud Security
    • Cloud Platforms
  • Data Management
  • DevOps and Automation
    • Tutorials and How-Tos
  • Case Studies and Industry Insights
    • AI and Machine Learning in the Cloud

© 2025- https://multicloud365.com/ - All Rights Reserved