创build工作文件夹将失败:新buildSyncShare:找不到

目前,我正在消除微软新的WorkFolderfunction,这听起来非常有利于消除杂乱的文件夹redirectfunction。 所以我在“文件和iSCSI服务”下使用ServerManager安装了该function,然后运行向导。

但是,当我尝试创build我收到的份额:

Create sync share failed: The WS-Management service cannot process the request. The service cannot find the resource identified by the resource URI and selectors. 

接下来,我尝试使用PowerShell完成任务:

 PS > New-SyncShare WorkFolderTest C:\WorkFolderTest -User "MYDOMAIN\Domain Users" 

这与以下相当令人费解的错误失败:

 New-SyncShare : Not found At line:1 char:1 + New-SyncShare WorkFolderTest C:\WorkFolderTest -User "MYDOMAIN\Domain Users" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Msft_SyncShare:Root/Microsoft/.../Msft_SyncShare) [New-SyncShare], CimE xception + FullyQualifiedErrorId : HRESULT 0x80041002,New-SyncShare 

根据technet的人可以通过以前共享文件夹(在我的情况下C:\ WorkFolderTest)解决此问题的一些职位。 然而,这并不适合我。 我在这里做错了什么? 提前致谢。

[附录]

应用程序事件日志显示以下错误。 所以这是与IIS WebCore相关的。

 Source: HostableWebCore EventID: 2276 Details: The worker process failed to initialize correctly and therefore could not be started. The data is the error. Source: HostableWebCore EventID: 2269 Details: The worker process for app pool 'SyncSharePool', PID='3916', failed to initialize the http.sys communication when asked to start processing http requests and therefore will be considered ill by W3SVC and terminated. The data field contains the error number. Source: MsiInstaller EventID: 1002 Details: Unexpected or missing value (name: 'x86\1033', value: '甅닔ă') in key 'HKLM\Software\Classes\Installer\Components\55EAFA0B8A4403B428FDE038B252C621' 

另外我无法启动“Windows同步共享”服务。 它失败:

 Windows could not start the Windows Sync Share on local computer. For more information, review the system event log. If this is a non-microsoft service, contact the service vendor, and refer to service-specific error code **-2147024713**. 

系统事件日志说:

 Source: Service Control Manager EventID: 7024 Details: The Windows Sync Share service terminated with the following service-specific error: Cannot create a file when that file already exists. 

我能够使用Windows工程师需要的最重要的能力来解决这个问题:

重新启动系统…

尽pipeInstall-WindowsFeature Cmdlet明确指出不需要重新启动,但是这是必需的。 解决了!!