name: Installing Partially/Selective
It is very efficient that there is a native way to install specific commands of dbatools. A selective installing can help devops to install a few specific command that needed to operate some operation.
Are there any plan for this facility?
Unfortunately not. There is currently no way. What is the issue, memory? Import time?
no memory neither Import time.
I only need specific commands not other, so it is nice that I could install exactly those commands not any other commands.
Thanks for the response - that is not possible with powershell as far as i know. if it's a security issue, however, check out JEA or Just Enough Administration
Heyyy found the answer by accident.
Import-Module -Function and specify just the functions you want. I believe we'll be doing roles later on too, after 1.0.

Most helpful comment
Heyyy found the answer by accident.
Import-Module -Functionand specify just the functions you want. I believe we'll be doing roles later on too, after 1.0.