-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-TaskRemoveAppxProvisionedPackage should allow for querying off of DisplayName as well as PackageName #55
Comments
When you say these names can change for each version, what Version do you mean? Builds like 20H1 20H2, or Version Patch 19042.xxxxx and 19042.yyyyyyy? |
Apologies, should have been more clear. The individual application versions are built into the |
I wasn't asking for clarification, just what your use case was, which you didn't answer. What I believe you are trying to do is take a JSON configuration for one OS Build and apply to a different OS Build. Is that accurate? |
Ohh, I'm sorry. Yes, I am using the same JSON for different OS versions that way we can have an automated process to update the OS each month. I've been using this practice for about a year now, and so far, everything has been working great. The only issue we've run into recently is that it's not removing the unique AppX PackageNames that aren't working. |
The
PackageName
has additional information following the base name, which also includes version numbers, and can change for each version. When running these scripts via an automated method, it's difficult to remove AppX apps based off of thePackageName
.The text was updated successfully, but these errors were encountered: