Here a handy table for the maximum NTFS disk sizes relating to cluster size:
Clustersize | Max NTFS size |
512 B | 2 TB |
1 KB | 4 TB |
2 KB | 8 TB |
4 KB | 16 TB |
8 KB | 32 TB |
16 KB | 64 TB |
32 KB | 128 TB |
64 KB | 256 TB |
128 KB | 512 TB |
Here a handy table for the maximum NTFS disk sizes relating to cluster size:
Clustersize | Max NTFS size |
512 B | 2 TB |
1 KB | 4 TB |
2 KB | 8 TB |
4 KB | 16 TB |
8 KB | 32 TB |
16 KB | 64 TB |
32 KB | 128 TB |
64 KB | 256 TB |
128 KB | 512 TB |
Download the ACME client for windows here:
then unzip it into a directory, e.g. C:\win-acme and change into that directory. then paste the following command (but make sure to change the needed parameters before executing):
.\wacs.exe --source manual --host "mail.example.com,autodiscover.example.com" --certificatestore My --acl-fullcontrol "network service,administrators" --installation "iis,script" --installationsiteid 1 --script "./Scripts/ImportExchange.v2.ps1" --scriptparameters "'{CertThumbprint}' 'IIS,SMTP,IMAP,POP' 1 '{CacheFile}' '{CachePassword}' '{CertFriendlyName}'"
In this example we want a certificate for mail.example.com and autodiscover.example.com for the services IIS, SMTP, IMAP and POP. Important note for Hybrid Exchange configurations (synced to Office 365): you should use 0 instead of 1 in the --scriptparameters
, which translates to the LeaveOldExchangeCerts
input of the sample script.
More infos about this: https://www.win-acme.com/manual/advanced-use/examples/exchange
Simply execute following commands:
$ dsconfigad -domain <domain_name> -a <hostname> -u <domain_admin_user>
$ dsconfigad -groups "domain admins","enterprise admins","my custom admin group"
$ dsconfigad -mobile enable -mobileconfirm disable
The first command will join the computer to the domain. Please make sure you are using the hostname given by the hostname command, not the one defined in the sharing settings and the user which you are using for joining has the “domain admins” group by default.
The second command sets all the groups which are allowed to manage the computer
The third command is used to enable mobile logins (must be used in case the computer is not always connected to the domain, e.g. macbooks leaving the network).
More infos on apple’s page:
https://support.apple.com/en-gb/guide/directory-utility/diru11f4f748/6.3/mac/13.0