Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Convert-PermissionSets.psm1 - support namespaces, use SqlServer instead of SQLPS #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sergeyol
Copy link

Current version of the script doesn't support namespaces, as a result it does not evaluate object ids to names. Also, SQLPS module is deprecaret in favor of SqlServer.

Changes:

  • use SqlServer powershell module instead of SQLPS
  • add "-Encrypt Optional" to SQL Server calls
  • add support for symbols with namespaces
  • add option to specify the folder with prepared symbols when downloading them from the database is not an option

- use SqlServer powershell module instead of SQLPS
- add "-Encrypt Optional" to SQL Server calls
- add support for symbols with namespaces
- add option to specify the folder with prepared symbols when downloading them from the database is not an option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant