Forum Discussion
Nabajyoti Bhattacharjee
Jan 08, 2017Copper Contributor
cmdlets are not working for applying a template to a new site; how to debug
I am trying to use the provisioning cmdlets; i took the xml of a source site and while aplying the xml using apply template got the below error which i dont know muche how to debug. PS D:\Part...
Jan 08, 2017
The first option for debugging any of the pnp power shell is
Set-pnptracelog -on level debug
Then rerun the apply command.
Set-pnptracelog -on level debug
Then rerun the apply command.