PS C:\Users\ns_service> New-FsrmFileGroup -Name "TUK_Media" -IncludePattern @(".aac", ".aif", ".aiff", ".asf", ".asx", "
.au", ".avi", ".divx", ".flac", ".m3u", ".m4v", ".mid", ".midi", ".mkv", ".mov", ".mp1", ".mp2", ".mp3", ".mp4", ".mpa",
".mpe", ".mpeg", ".mpeg2", ".mpeg3", ".mpg", ".ogg", ".qt")
The term 'New-FsrmFileGroup' is not recognized as the name of a cmdlet, function, script file, or operable program. Che
ck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:18
+ New-FsrmFileGroup <<<< -Name "TUK_Media" -IncludePattern @(".aac", ".aif", ".aiff", ".asf", ".asx", ".au", ".avi", "
.divx", ".flac", ".m3u", ".m4v", ".mid", ".midi", ".mkv", ".mov", ".mp1", ".mp2", ".mp3", ".mp4", ".mpa", ".mpe", ".mpe
g", ".mpeg2", ".mpeg3", ".mpg", ".ogg", ".qt")
+ CategoryInfo : ObjectNotFound: (New-FsrmFileGroup:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
i'm sure you've been asked this before, what am i misssing
Running on Server 2008R2, /w File Services, FSRM and the relevant tools
thanks in advance :)
Amit