mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
6 lines
94 B
PowerShell
6 lines
94 B
PowerShell
$Script:Actions = @{
|
|
C = 'Create'
|
|
D = 'Delete'
|
|
U = 'Update'
|
|
R = 'Replace'
|
|
} |