You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies whether to preserve DNS delegations that point to this DNS server from the parent DNS zone.
260
259
261
-
By default, this parameter is set to False, which means DNS delegations that point to this server from the parent DNS zone will not be retained after uninstallation of the domain controller.
260
+
Specifies whether to preserve DNS delegation that point to this DNS server from the parent DNS Zone. If you use this parameter, DNS delegations that point to this server from the parent DNS zone will not be retained after uninstallation of the domain controller.
262
261
This setting corresponds to the earlier Dcpromo.exe parameter default of /RemoveDNSDelegation:Yes.
If you specify this parameter, the cmdlet removes the app package for only the user that this cmdlet specifies. To remove a package for a user profile other than the profile of the current user, you must run this command by using administrator permissions. The user name can be in one of these formats:
110
-
- domain\user_name
111
-
- user_name@fqn.domain.tld
112
-
- user_name
109
+
If you specify this parameter, the cmdlet removes the app package for only the user that this cmdlet specifies. To remove a package for a user profile other than the profile of the current user, you must run this command by using administrator permissions.
113
110
- SID-string
114
111
112
+
> [!NOTE]
113
+
- User "parameter of the "Remove-AppxPackage" command only accepts SID
114
+
- Use **whoami** command to display the current SID of a user, see [whoami syntax](https://docs.microsoft.com/windows-server/administration/windows-commands/whoami)
Specifies the type of compression used for the initial capture operation:
87
87
88
-
- The maximum option provides the best compression, but takes more time to capture the image.
89
-
- The fast option provides faster image compression, but the resulting files are larger than those compressed by using the maximum option.
90
-
This is also the default compression type that is used if you do not specify the argument.
91
-
- The none option does not compress the captured image at all.
88
+
- **Max** = This option provides the best compression but takes more time to capture the image.
89
+
- **Fast** = This option provides faster image compression but the resulting files are larger than those compressed using the maximum (max) option.
90
+
- **None** = This option does not compress the captured image at all.
92
91
93
-
the *CompressionType* parameter does not apply when you export an image to an existing .wim file, you can only use this CompressionType when you export an image to a new .wim file.
92
+
The *CompressionType* parameter does not apply when you export an image to an existing .wim file, you can only use this CompressionType when you export an image to a new .wim file.
0 commit comments