Using my own Powershell script module in Octopus, Octopus is warning that
WARNING: Some imported command names contain one or more of the following restricted characters: # , ( ) {{ }} [ ] & - / \ $ ^ ; : " ' < > | ? @ ` * % + = ~
The script module looks like this
function complete-iis-config($poolAndSitenameFilter)
{
# do stuff
}
export-modulemember -function complete-iis-config