Gautam Sheth

Results 202 comments of Gautam Sheth

Hi, this is not supported by SharePoint itself. You can only send mails to authenticated users in SharePoint/Azure AD. Would suggest you use a third party provider for such a...

Yeah PS7 is the way to go. Not sure we can do anything from our side here. If you have any ideas , please let us know. Happy to fix...

Closing as not a bug, seems like an issue with the permissions and nothing to do with the cmdlets

hey @PowershellScripts, `Connection` parameter is indeed supported here. So, could you please add it as well ?

hi @jasmeeners , the issue has been fixed by @milanholemans ! It will be available from tomorrow's nightly and the next major version. Thank you for raising the issue and...

@siddharth-vaghasia , @SVG4365 - can you please try with the 1.9.0 release and let us know ? I was not able to reproduce it with the latest version.

@jmartncp - can you try commenting out the Az modules from `requirements.psd1` files and then load PnP PowerShell ? I think there might be some conflict between these modules.

Closing this as @LeonArmston already updated this via https://github.com/pnp/powershell/pull/2327

What are you doing in the script block ? Looking at the code , I couldn't make out. I saw ExecuteQuery inside that block, maybe you can try to not...

My suggestion would be to use CAML query here. Since you have like a million items, maybe you can create query to retrieve items in chunks. Something like this, pseudo...