暂时无法在支持网站上提交享有定期维护的产品表单。 如果您需要我们立即提供帮助,请与技术支持部门联系。 对于由此给您带来的不便,我们深表歉意。
获得即时帮助
完成注册
登录
请求定价
联系销售人员
您已选择一个产品捆绑包。 您能否选择单个产品以便我们更好地满足您的请求。 *
技术支持工程师目前正忙,无法回应您的消息。 如果需要即时服务,请通过我们的服务请求表提交请求。
以下文章可根据您的描述解决您的问题。
Once an object has been checked and worked on, it can be checked back in to the version control system.
Select-CheckIn [-VCData] <VersionControlledData> [[-Comment] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]
$GPO = Get-Item "IE Settings"
Select-CheckIn $GPO
The Get-Item command identifies the object to check in. In this case, IE Settings is the GPO to check back in after having worked on it.
If you have an object checked out and realize that you do not need to work on it, do not want to save your changes, or have checked out the wrong object, you can undo the checkout. This checks the object back into the Version Controlled Root and disregard any changes.
Select-UndoCheckout [-VCData] <VersionControlledData> [[-Comment] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]
Select-UndoCheckout $GPO
The Get-Item command identifies which object to undo the check out for. In this case, IE Settings is the GPO you want to check back in and set back to its original condition without any changes.
When an object has workflow enabled it may require approvals to commit the changes and eventually deploy the object. To get this approval for changes, a request needs to be made to the approval authority.
Select-RequestApproval [-VCData] <VersionControlledData> [[-Comment] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]
Select-RequestApproval $GPO
The Get-Item command identifies the object for which the approval is requested. In this case, IE Settings is the GPO you want to get approval for because of the changes that have been made.
If you realize there is an issue with changes you have you made to an object, you can withdraw the request for approval on the changes. This is a straight forward process and easy to accomplish.
Select-WithdrawApprovalRequest [-VCData] <VersionControlledData> [[-Comment] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]
Select-WithdrawApprovalRequest $GPO
The Get-Item command identifies the object for which to withdraw the request. In this case, IE Settings is the GPO you want to withdraw the request for.
您可以在附属支持站点上查找适用于戴尔*产品*的在线支持帮助。单击“继续”,转至适用于*产品*的正确支持内容和帮助。
The document was helpful.
选择评级
I easily found the information I needed.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center
Quest Software门户不再支持IE 8、9和10,建议将您的浏览器升级到最新版本的Internet Explorer或Chrome。
要升级到IE 11,请单击此处
要升级到Chrome,请单击此处
如果继续使用IE 8、9和10,您将无法充分利用我们所有出色的自助服务功能。