docs/_data/Help/Get-ScriptReference.json
{ "Synopsis": "Gets a script's references", "Description": "Gets the external references of a given PowerShell command. These are the commands the script calls, and the types the script uses.", "Parameters": [ { "Name": null, "Type": null, "Description": "", "Required": false, "Position": 0, "Aliases": null, "DefaultValue": null, "Globbing": false, "PipelineInput": null, "variableLength": false } ], "Notes": [ null ], "CommandType": "Function", "Component": [ null ], "Inputs": [ null ], "Outputs": [ null ], "Links": [], "Examples": [ { "Title": "EXAMPLE 1", "Markdown": "", "Code": "Get-Command Get-ScriptReference | Get-ScriptReference" } ] } |