Tagged Questions
0
votes
1answer
489 views
Do i have to run Register-SPWorkflowService for each site collection?
As part of my SHarePoint Server 2013 setup I sometimes need to integrate the new workflow infrastructure into the farm. I've followed the documentation starting from the SharePoint side of things:
...
1
vote
2answers
342 views
A way of setting custom configuration properties that can be changed via power shell
I have a few custom settings for my feature that I am creating. I want a way to populate these values on install with some default values. However if needed an admin should be able to change the ...
1
vote
2answers
313 views
Are there any way to change the authentication type to claims based in code without using Powershell?
I'm creating an application that changes the authentication type to Claims based, but I'm trying not to use powershell.
any advice?