I have an FBA site and I need to add "all authenticated users" to a group using PowerShell. How can I do that?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You cannot add All Authenticated Users in FBA site. You can do it in Windows sites only. There is however a work around as suggested in this link by creating a role in the directory service, add all existing users to it. http://blogs.msdn.com/b/bgeoffro/archive/2008/04/09/adding-an-all-authenticated-users-feature-to-forms-based-authentication.aspx I wonder whether the link provided by you will be of any help. But here is the Powershell equivalent of that code:
|
|||||||
|
