I'm trying to add the following to my script:
#Requires -Modules LyncOnlineConnector
but keep getting the following error:
An error occurred while creating the pipeline. + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : RuntimeException
Not finding a lot of information on this error linked to this PowerShell requirement. Any ideas?
I'm running PowerShell v5, running this on it's own line and have a space between this line and any other comments/commands.