Get-AIPScannerConfiguration

取得 Azure 資訊保護掃描器的組態設定。

Syntax

Get-AIPScannerConfiguration []

Description

Get-AIPScannerConfiguration Cmdlet 會取得 Azure 資訊保護 掃描器的組態設定。

如果您執行 Import-AIPScannerConfiguration,此動作會自動將掃描器設定為離線設定。 因此,當您從檔案匯入設定之後執行此Get-AIPScannerConfiguration Cmdlet 時, OnlineConfiguration 會顯示 [關閉]。

範例

範例 1:取得 Azure 資訊保護 掃描器的設定

PS C:\> Get-AIPScannerConfiguration
OnlineConfiguration : On
ReportLevel         : Info
LogLevel            : Trace
Cluster             : contoso-test
SqlInstance         : localhost\sqlexpress
DatabaseName        : AIPScannerUL_contoso-test
Cloud               : Commercial

此命令會取得 Azure 資訊保護統一標籤掃描器的目前 PowerShell 組態設定。

在此範例中,輸出會顯示掃描器使用線上組態的預設組態、 Info的報表層級,以及 追蹤的記錄層級。 叢集名稱、SQL 實例和資料庫名稱會列出,而雲端類型為 Commercial

輸入

None

輸出

System.Object