“Zainstaluj Active Directory Windows Server 2019 PowerShell” Kod odpowiedzi

Zainstaluj Active Directory Windows Server 2019 PowerShell

New-NetIPAddress` -InterfaceIndex 4 -IPAddress 192.168.61.100 -PrefixLength 24 DefaultGateway 192.168.61.2`
Courageous Cormorant

Przykłady skryptu Active Directory PowerShell

$NewUserParameters = @{
    'GivenName' = 'David'
    'Surname' = 'Jones'
    'Name' = 'djones'
    'AccountPassword' = (ConvertTo-SecureString 'p@$$w0rd10' -AsPlainText -Force)
    'ChangePasswordAtLogon' = $true
}
New-AdUser @NewUserParameters
Precious Pheasant

Odpowiedzi podobne do “Zainstaluj Active Directory Windows Server 2019 PowerShell”

Pytania podobne do “Zainstaluj Active Directory Windows Server 2019 PowerShell”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu