Set-PnPTraceLog Issue.... #498
-
Is anyone having any issues with Set-PnPTraceLog I thought I saw a previous discussion on this subject but can't seem to find it anymore. Basically, in the "old" SharePoint PnP modules, was using "Set-PnPTraceLog -On Level Debug" to see what was happening, but now, I cannot seem to get any log information. I have tried various combinations with the "-WriteToConsole" and "-LogFile" arguments but can't get anything displayed. Also having issues invoking PnPTenantTemplates if attempting to provision Teams with schema 2020/02. Seems ok with 2019/09 though.... hence why trying to use Set-PnPTraceLog :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I note that Currently using 1.4.19 and can see that, |
Beta Was this translation helpful? Give feedback.
I note that
Set-PnPTraceLog
works with newer versions after 1.4.0.Currently using 1.4.19 and can see that,
Set-PnPTraceLog -On -Level Debug -WrtieToConsole
, logs appropriate information now.