予定されていた保守を実行中のため、サポートサイトでのフォームの送信が一時的に利用できません。 すぐにサポートが必要な場合は、テクニカルサポートまでお問い合わせください。 ご不便をおかけして申し訳ありません。
オンラインヘルプの参照
登録の完了
サインイン
価格設定をリクエスト
営業担当に連絡
製品バンドルが選択されました。 リクエストにより良く対応できるように、個別の製品を選択していただけますか? *
現在、テクニカル・サポート・エンジニアはお客様のチャットに対応できません。 迅速にサービスを受けられるよう、サービス・リクエスト・フォームを使用して
お客様の説明に基づいて、以下の記事が問題解決に役立つ可能性があります。
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]
$GPO = Get-Item "IE Settings"
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.
After the changes have been checked and the approver is satisfied with the changes, they can approve the changes which will move it along in the workflow process to deployment.
Select-Approve [-VCData] <VersionControlledData> [[-Comment] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]
Select-Approve $GPO
The Get-Item command identifies the object to approve. In this case, IE Settings is the GPO to approve because the changes are correct.
Along with approving the changes to an object there may be situations where you want to reject the change. This could be due to numerous reasons such as the changes made to the object conflict with another object or a company policy.
Select-Reject [-VCData] <VersionControlledData> [[-Comment] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]
Select-Reject $GPO
The Get-Item command identifies the object to reject. In this case, IE Settings is the GPO you want to reject because the changes are not correct.
You can use the comment to explain the reason for the rejection.
Even at the point just before deployment of the object, you can stop the process by withdrawing the previous approval for an object.
Select-WithdrawApproval [-VCData] <VersionControlledData> [[-Comment] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]
Select-WithdrawApproval $GPO
The Get-Item command identifies the object for which to withdraw approval. In this case, IE Settings is the GPO you want to withdraw the approval for because the changes are not correct. The object reverts to the Pending Approval state.
Quest *product*のオンラインサポートヘルプは、関連会社のサポートサイトで参照できます。「Continue(続行)」をクリックすると、*product*の適切なサポートコンテンツとアシスタンスへ移動します。
The document was helpful.
評価を選択
I easily found the information I needed.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center
Quest Softwareポータルでは、IE8、9、10のサポートを終了しました。ブラウザを最新バージョンのInternet ExplorerまたはChromeにアップグレードすることをお勧めします。
IE 11へのアップグレード: ここをクリック
Chromeへのアップグレード: ここをクリック
の優れたセルフサービス機能を最大限に活用していただけるよう、IE8、9、10以外のブラウザをぜひご利用ください。