PowerShell - Modules and Script Organization
You have this manifest snippet:
What is wrong with this declaration?
@{
FunctionsToExport = 'Get-Data', 'Set-Data'
}What is wrong with this declaration?
