Lapas

trešdiena, 2018. gada 25. jūlijs

otrdiena, 2018. gada 5. jūnijs

Send test email from PowerShell

Send-MailMessage -SMTPServer 192.168.0.1 -To to@email.com -From from@email.com -Subject "This is a test email" -Body "Hi, this is a test email"

Source: https://serverfault.com

otrdiena, 2017. gada 19. decembris

Remote Desktop Connection - How to get the certificate prompt back?

Delete server connection keys from here:
HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers
HKCU\Software\Microsoft\Terminal Server\Client\LocalDevices\<name>

piektdiena, 2017. gada 18. augusts

pirmdiena, 2017. gada 3. jūlijs

piektdiena, 2017. gada 30. jūnijs

Windows 10 lock screen picture file location

If you want to save some Windows Spotlight picture - open the folder:
C:\Users\<User>\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets\

Look for the files with current date greater than 400KB.
Open files with MSPaint to find the exact one. Save it to *.jpg

Change AD user profile path

1. Find users SID:
wmic useraccount where name="USER" get sid

2. Open in regedit key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\User SID

3. Modify ProfileImagePath value