Hi All,
For every new DataSource, there are few setting I need to change before adding users into it. This setting are like changing working directory, give some minor edit rights etc etc.
The purpose of this task is to avoid humongous repeated work for changing user setting of every user after adding them in DS. I searched in dab module for such cmdlet but no luck.
I think we can change the user setting individually by using the update-PWUsersetting cmdlet but not globally?
Any suggestion would be helpful.
Thanks
-Aniruddh
I am not seeing a Set-PWUserDefaultSettings cmdlet to go with the corresponding Get-PWUserDefaultSettings cmdlet. If there is enough interest, maybe we can get that added.
Answer Verified By: Aniruddh Chavan
Hi Brian Flaherty
Below 2 cmdlets are also missing from DAB module. They are available in pwps module like Robert McMillan mentioned.
Get-PWDatasourceSetting and Set-PWDatasourceSetting
Thanks,
Aniruddh