So, all of the issues from the previous post apply here. The file must be the right type, have the right permissions, and be parsed. However, there are a couple of different things to consider that are unique to network shares.
There are a couple of ways that you can get access to data on the network in Windows. Two of the most popular are “mapping a network drive” and “UNC Shares”. WMC only supports UNC Shares. These are share names of the form \\alanlu02\media for example. If you go into the WMC UI and attempt to share out content on a network drive then WMC will attempt to figure out the equivalent UNC path and share that instead.
The big problem that comes in to play with network shares are all permission related. You have to grant the right permissions. The easiest case is for a Windows XP box that is not domain joined. In this case, you must set the file and share permissions to be READ for the NETWORK account. That’s great, but what about files that are on a version of Windows Server? I got the full scoop from Mukul, who worked with me on WMC. Among other things he wrote the file scanner and added the network share support. Here is what he shared:
If:
Continue reading below about the permissions requirements for W2K machine:
For example: On W2K machine, If you are sharing C:\Foo as "FooShare", then open properties of C:\Foo, go to "Sharing" tab on properties windows. It will show you the information about "FooShare". Click "Permissions" button there (which is used to set permissions of this share) and add READ permission for NETWORK account
For example: On W2K machine, if you are sharing C:\Foo as "FooShare", then add READ permission for NETWORK account in the Properties->”Security” of folder C:\Foo.
In general, WMCv2.0 should be able to access contents on W2K share after the steps given above.