Usage:
./manage.py shell --plain < import_custom_fields.py
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
# requires -versoin 5.1 | |
# requires -module ActiveDirectory | |
Function Show-DomainTree { | |
[cmdletbinding()] | |
[OutputType("String")] | |
[alias("dt")] | |
Param( | |
[Parameter(Position = 0, HelpMessage = "Specify the domain name. The default is the user domain.")] | |
[ValidateNotNullOrEmpty()] | |
[string]$Name = $env:USERDOMAIN, |