Get-PSScriptFileInfo
傳回腳本的中繼資料。
語法
Get-PSScriptFileInfo
[-Path] <String>
[<CommonParameters>]
Description
此 Cmdlet 會搜尋位於電腦上的 PowerShell 腳本,並傳回腳本中繼資料資訊。
範例
範例 1
此範例會傳回腳本 MyScript.ps1
的中繼資料。
Get-PSScriptFileInfo -Path '.\Scripts\MyScript.ps1'
Name Version Author Description
---- ------- ------ -----------
MyScript 1.0.0.0 dev@microsoft.com This script is a test script for PowerShellGet…
參數
-Path
指定資源的路徑。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
Microsoft.PowerShell.PSResourceGet.UtilClasses.PSScriptFileInfo