Templates/MobileApps/Windows/WinGet/Apps/pstools.json
|
{
"$schema": "../Schemas/winGetAppTemplate.schema.json", "schemaVersion": "1.0.0", "templateId": "pstools", "packageIdentifier": "Microsoft.Sysinternals.PsTools", "displayName": "PsTools Suite", "publisher": "Sysinternals", "description": "WinGet template for the Sysinternals PsTools command-line suite.", "package": { "source": "WinGet", "match": { "packageIdentifier": "Microsoft.Sysinternals.PsTools", "architectures": [ "x64", "x86" ], "installerTypes": [ "zip", "portable" ], "scope": "machine", "locale": "en-US", "channel": null } }, "install": { "command": "winget install --id Microsoft.Sysinternals.PsTools --exact --silent --scope machine --accept-package-agreements --accept-source-agreements", "experience": "system", "restartBehavior": "suppress" }, "uninstall": { "command": "winget uninstall --id Microsoft.Sysinternals.PsTools --exact --scope machine --silent", "behavior": "allow" }, "detection": { "strategy": "generated" }, "requirements": { "minimumSupportedWindowsRelease": "W10_22H2", "architectures": [ "x64", "x86" ], "minimumFreeDiskSpaceInMB": null, "minimumMemoryInMB": null }, "icon": { "sourceType": "file", "fileName": "../../../../../media/IHTLogoClearLight.png", "notes": "Uses the bundled Intune Hydration Kit icon." }, "metadata": { "categories": [ "StarterPack", "Utilities", "Administration" ], "tags": [ "starter-pack", "sysinternals", "pstools", "administration", "command-line" ], "notes": [], "placeholders": { "customNotes": [], "owner": "", "scopeTagIds": [] }, "markers": { "hydration": "Imported by Intune Hydration Kit", "source": "Imported from WinGet" } }, "resolvedPackage": { "packageVersion": "latest", "manifestSource": { "repository": "microsoft/winget-pkgs", "ref": "master", "packagePath": "manifests/m/Microsoft/Sysinternals/PsTools", "versionPath": "manifests/m/Microsoft/Sysinternals/PsTools", "installerFile": null, "localeFile": null }, "selectedInstaller": { "Architecture": "x64", "Scope": "machine", "InstallerLocale": "en-US", "InstallerType": "portable", "InstallerUrl": null, "InstallerSha256": null, "ProductCode": null, "PackageFamilyName": null, "NestedInstallerType": "portable", "AppsAndFeaturesEntry": [] } } } |