Запуск службы создания хэша SMB

Microsoft.Windows.BranchCache.FileServerNode.StartSmbHashServiceTask (Task)

Эта задача запускает службу создания хэша SMB.

Element properties:

TargetMicrosoft.Windows.BranchCache.FileServerNode
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout600

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.BranchCache.FileServerNode.StartSmbHashServiceTask" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.BranchCache.FileServerNode" Timeout="600" Remotable="true">
<Category>Operations</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName/>
<WorkingDirectory/>
<CommandLine>net start SMBHash</CommandLine>
<TimeoutSeconds>600</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</ProbeAction>
</Task>