Skip to content
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

Mods Template/Functions and Lists in GPO + more... #263

Merged
merged 40 commits into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d000abf
Mods Find/Replace text in file
KnifMelti Jan 17, 2023
17ad60b
Variable Name Change
KnifMelti Jan 18, 2023
d1c0c0a
Escape qoutes if exist in string
KnifMelti Jan 18, 2023
ac98927
Mod Template/Functions - App as User
KnifMelti Jan 18, 2023
21fa9eb
Added Lists in GPO - not active yet
KnifMelti Jan 19, 2023
a6e1a50
GPO Black/White List Activated in WAU
KnifMelti Jan 19, 2023
e518369
Finally a GPO List Array that works with -contains
KnifMelti Jan 20, 2023
0310d8a
Update README.md
KnifMelti Jan 20, 2023
eb5a46d
Update README.md
KnifMelti Jan 20, 2023
de182cd
Update README.md
KnifMelti Jan 20, 2023
f693f2f
Update README.md
KnifMelti Jan 20, 2023
e76e70f
Forgot the GPOList Array for Update
KnifMelti Jan 20, 2023
c6383bc
GPO Revision 4.6
GAJ-san Jan 20, 2023
7fabb31
GPO Revision - Supported on WAU >= 1.16.0
KnifMelti Jan 20, 2023
bce8f56
.Trim() GPO $AppIDs Data
KnifMelti Jan 21, 2023
de8f32b
GPO LIst ERROR handling
KnifMelti Jan 21, 2023
021170b
Small bits
KnifMelti Jan 21, 2023
76e3b4b
Last edit, Done!
KnifMelti Jan 21, 2023
bfe541f
Name/text change
KnifMelti Jan 21, 2023
8d81c11
Update README.md
KnifMelti Jan 22, 2023
a444e2b
Update README.md
KnifMelti Jan 22, 2023
275d225
Update README.md
KnifMelti Jan 22, 2023
57124d5
Update README.md
KnifMelti Jan 22, 2023
a56ee49
Fix in _Mods-Functions
KnifMelti Jan 23, 2023
ceb80f1
Forgot
KnifMelti Jan 23, 2023
4f34b8f
MsiZap example im Template
KnifMelti Jan 24, 2023
36acaeb
Readme in bins
KnifMelti Jan 24, 2023
e1a7e82
$PSScriptRoot\bins\MsiZap.exe for Readme/Template
KnifMelti Jan 24, 2023
27ab5df
Readme fix
KnifMelti Jan 24, 2023
875abbc
Update README.md
KnifMelti Jan 24, 2023
713f2d5
Small bit
KnifMelti Jan 25, 2023
da5a018
Critical Error text now as Notif Message
KnifMelti Jan 25, 2023
7409395
Small bits
KnifMelti Jan 25, 2023
e37bbdf
WinGet MSIXBundle v1.4.10173
KnifMelti Jan 25, 2023
775e360
Text Current
KnifMelti Jan 26, 2023
2e7c64b
Better, less clutter
KnifMelti Jan 27, 2023
730508a
Trim $Critical first...
KnifMelti Jan 27, 2023
688c139
Merge branch 'Romanitho:main' into SmallBits
KnifMelti Jan 28, 2023
b50961c
ADML small text change
KnifMelti Jan 28, 2023
12233c3
Better Mods README in dir
KnifMelti Jan 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Policies/WAU.admx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="4.4" xsi:schemaLocation="" schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions">
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="4.6" xsi:schemaLocation="" schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions">
<policyNamespaces>
<target prefix="WAU" namespace="Romanitho.Policies.WAU"/>
</policyNamespaces>
<resources minRequiredRevision="4.4" fallbackCulture="en-us"/>
<resources minRequiredRevision="4.6" fallbackCulture="en-us"/>
<supportedOn>
<definitions>
<definition name="SUPPORTED_WAU_1_15_3" displayName="$(string.SUPPORTED_WAU_1_15_3)"/>
KnifMelti marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
2 changes: 1 addition & 1 deletion Policies/en-US/WAU.adml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="4.4" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="4.6" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<displayName>WinGet-AutoUpdate</displayName>
<description>WinGet-AutoUpdate GPO Management</description>
<resources >
Expand Down