Wednesday

windows cannot connect to the domain vmware


here is steps how to solve this :
1. Log in as a local administrator to the VM
2. Right click on Computer. Choose Properties
3. Click Network ID
4. Run through the Wizard - you will need a Domain level administrator password that is able to validate your domain login.


No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...