將 psd1(資料檔案)匯入區域性變數
有時,測試 Powershell 資料檔案並遍歷節點和伺服器會很有用。
Powershell 5(WMF5)
為此做了一個簡潔的小功能,稱為 Import-PowerShellDataFile。
例:
$data = Import-PowerShellDataFile -path .\MydataFile.psd1
$data.AllNodes
有時,測試 Powershell 資料檔案並遍歷節點和伺服器會很有用。
Powershell 5(WMF5)
為此做了一個簡潔的小功能,稱為 Import-PowerShellDataFile。
例:
$data = Import-PowerShellDataFile -path .\MydataFile.psd1
$data.AllNodes