Import only specific Cmdlets from Module in Powershell.
Hi, Sometime in Scripts we imported whole module but we need only we cmdlets of that module. For example i am working on a script which run on “Active Directory”, but in “Active Directory” module i am using only two cmdlets Get-ADUser,Get-ADGroup , so it seems wise if we able to import only these… Continue reading Import only specific Cmdlets from Module in Powershell.