1.2.0
Added
Get-CRegistryPermission
, Grant-CRegistryPermission
, Revoke-CRegistryPermission
, and
Test-CRegistryPermission
, migrated from Carbon's Get-CPermission
, Grant-CPermission
, Revoke-CPermission
, and
Test-CPermission
.
Upgrade Instructions
If you are switching from Carbon to Carbon.Registry, do the following:
- Rename usages of
Get-CPermission
,Grant-CPermission
,Revoke-CPermission
, andTest-CPermission
that operate on
registry keys/paths toGet-CRegistryPermission
,Grant-CRegistryPermission
,Revoke-CRegistryPermission
, and
Test-CRegistryPermission
. - Replace usages of the
Test-CRegistryPermission
function's-Exact
switch to-Strict
. - Using the table below, replace usages of
Grant-CRegistryPermission
andTest-CRegistryPermission
arguments in the
left column with the new arguments from the right column.Old Argument New Argument(s) -Permission Container
-Permission KeyOnly
-Permission SubContainers
-Permission SubkeysOnly
-Permission ChildContainers
-Permission SubkeysOnly -OnlyApplyToChildKeys
-Permission ContainerAndSubContainers
-Permission KeyAndSubkeys
-Permission ContainerAndChildContainers
-Permission KeyAndSubkeys -OnlyApplyToChildKeys