Private/Functions/Get-PSInfo-Desktop.ps1
1 2 3 4 5 6 7 8 9 10 11 |
function Get-PSInfo-Desktop { [PSCustomObject]@{ Name = "" InstanceID = "" CurrentCulture = "" CurrentUICulture = "" ProcessID = "" } } |