Stop-SPService
禁用服务器场中的服务。
语法
Stop-SPService
[-Identity] <SPServicePipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-IncludeCustomServerRole]
[-WhatIf]
[<CommonParameters>]
说明
Stop-SPService cmdlet 可禁用服务器场中的服务。 此服务的服务实例将在服务器场中的相应服务器上停止。
注意:此 cmdlet 仅控制由 MinRole 管理的服务器上的服务实例。 自定义服务器角色的行为已随 2016 年 11 月公开更新 (PU) 的发布而更改。 请参阅 IncludeCustomServerRole 参数,了解其他信息。
示例
---------------示例--------------
Stop-SPService -Identity "Microsoft SharePoint Foundation Sandboxed Code Service"
本示例禁用服务器场中的 Microsoft SharePoint Foundation 沙盒代码服务。
参数
-AssignmentCollection
管理对象以便正确进行处理。 使用 SPWeb 或 SPSite 等对象可能会耗用大量内存,而且在 Windows PowerShell 脚本中使用这些对象需要正确管理内存。 通过使用 SPAssignment 对象,可以将对象分配给变量,然后在不需要这些对象时对它们进行处理,以释放内存。 在使用 SPWeb、SPSite 或 SPSiteAdministration 对象时,如果不使用分配集合或 Global 参数,则会自动处理这些对象。
注意:使用 Global 参数时,所有对象都包含在全局存储中。 If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
Type: | SPAssignmentCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-Confirm
提示你在运行 cmdlet 之前进行确认。
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-Identity
指定要禁用的服务的名称。
Type: | SPServicePipeBind |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-IncludeCustomServerRole
创建计时器作业还将停止分配到自定义服务器角色的服务器上的服务实例。 注意:这是一次性计时器作业。 MinRole 将不会做出进一步尝试来管理分配到自定义服务器角色的服务器上的服务实例。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-WhatIf
显示在 cmdlet 运行时发生的情况。 此 cmdlet 未运行。
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
输入
Microsoft.SharePoint.PowerShell.SPServicePipeBind
Microsoft.SharePoint.PowerShell.SPAssignmentCollection
输出
System.Object