Forum Discussion
KrisSub2023
Jul 21, 2023Brass Contributor
How do i get current OneDrive location from Multi Geo Tenat enviorment
Get-SPOUserOneDriveLocation -UserPrincipalName "email address removed for privacy reasons" gives location what exactly i need. How can i get the same by using PNP command? Please help. I'm runnin...
Unfortunatly there's no PnP command for this as of yet 😞
But SPO module works in runbook so just install this one and then run it:
https://www.powershellgallery.com/packages/Microsoft.Online.SharePoint.PowerShell/16.0.21411.12000
But SPO module works in runbook so just install this one and then run it:
https://www.powershellgallery.com/packages/Microsoft.Online.SharePoint.PowerShell/16.0.21411.12000
KrisSub2023
Aug 02, 2023Brass Contributor
Can you help how can i use Connect-SPOService with in my runbook ? i can't save the credentials within the automation account as per policy . what is the approach for other type of authentication ?