Initial commit
This commit is contained in:
14
Templates/Environment/Contoso.psd1
Normal file
14
Templates/Environment/Contoso.psd1
Normal file
@@ -0,0 +1,14 @@
|
||||
@{
|
||||
Resources = @{
|
||||
NonNodeData = @{
|
||||
Services = @{
|
||||
ActiveDirectory = @{
|
||||
Domain = @{
|
||||
FQDN = "contoso.local"
|
||||
NetBIOS = "Contoso"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user