予定されていた保守を実行中のため、サポートサイトでのフォームの送信が一時的に利用できません。 すぐにサポートが必要な場合は、テクニカルサポートまでお問い合わせください。 ご不便をおかけして申し訳ありません。
オンラインヘルプの参照
登録の完了
サインイン
価格設定をリクエスト
営業担当に連絡
製品バンドルが選択されました。 リクエストにより良く対応できるように、個別の製品を選択していただけますか? *
現在、テクニカル・サポート・エンジニアはお客様のチャットに対応できません。 迅速にサービスを受けられるよう、サービス・リクエスト・フォームを使用して
お客様の説明に基づいて、以下の記事が問題解決に役立つ可能性があります。
Use this command to check out an object so you can work on it. A check out is required on any workflow enabled object before you can edit it.
Select-Checkout [-VCData] <VersionControlledData> [[-Comment] <String>] [-PipelineVariable <String>] [-WhatIf] [-Confirm]
$GPO = Get-Item "IE Settings"
Select-CheckOut $GPO
The Get-Item command identifies the object to check out. In this case, IE Settings is the GPO that is checked out and available to work on.
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]
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.
Quest *product*のオンラインサポートヘルプは、関連会社のサポートサイトで参照できます。「Continue(続行)」をクリックすると、*product*の適切なサポートコンテンツとアシスタンスへ移動します。
The document was helpful.
評価を選択
I easily found the information I needed.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center
Quest Softwareポータルでは、IE8、9、10のサポートを終了しました。ブラウザを最新バージョンのInternet ExplorerまたはChromeにアップグレードすることをお勧めします。
IE 11へのアップグレード: ここをクリック
Chromeへのアップグレード: ここをクリック
の優れたセルフサービス機能を最大限に活用していただけるよう、IE8、9、10以外のブラウザをぜひご利用ください。