by Jason Zheng | Oct 23, 2018 | Active Directory
Add computer to ETC/Hosts Management Host Get authentication server allow values. [powershell](Get-Item wsman:localhost\client\trustedhosts).value[/powershell] Note: This command is needed if you want to fix Kerberos authentication errors. [powershell]Set-Item...
by Jason Zheng | Oct 23, 2018 | Active Directory
Create new Domain User: New-ADUser -SAMAccountName “testuser” -DisplayName “Test User” -AccountPassword (ConvertTo-SecureString -AsPlainText “testpassword” -Force) Force Change Password on Logon: Set-ADUser -Identity...
by Jason Zheng | Oct 23, 2018 | Active Directory
Install Domain Services install-windowsfeature AD-Domain-Services The -WhatIf command allows a preview of the Powershell command before execution. Remove after testing. Install a Forest Active Directory Install-ADDSForest -CreateDnsDelegation:$false -DatabasePath...
by Jason Zheng | Oct 23, 2018 | Firewall
Prerequisite: Install NPS Client on a Windows Server. Setup NPS Radius Client and create a Shared Secret and keep this key for later. Create a new Connection Request Policy. In the Conditions tab add the IPv4 address of the firewall. In the Settings tab add...
by Jason Zheng | Oct 23, 2018 | Automation
If a database move is needed for SendSuite® Live, please contact software support for assistance. The complete installation will be reviewed for complexity and depending on the results, the work may be performed by the software support desk or a Change Request may be...