In large organisations where mailbox is managed centrally but remote desktop or laptop are not in the same active directory context user connects to exchange via RPC or outlook Anywhere.
The account used is an active directory account with probably an expiration so happens that account expires but user do not change the cached password with new one.
To instruct outlook ask every time the password there is a this nice registry key:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Outlook\Security]
"PromptForCredentials"=dword:00000001
Change version accordingly to yours- If you don't know which version is, look at it into one of the office application before to load the key.
Remember that since the key is stored in the Current User if he or she does not have the rights to edit the registry you have to load the hive from an administrative account. But this is another question...
Need help on that ? write me.
venerdì 4 gennaio 2019
Change SAP logon page language
Open SAPLOGON PAD, click on the upper left corner of SAPlogon pad -> click options -> change the language and give OK.
lunedì 10 dicembre 2018
venerdì 7 settembre 2018
Windows 10 screen recording
Windows 10 ha una comoda funzionalità per la registrazione del video, basta premere la combinazione Win+G per attivare la Gaming bar che, tra le varie funzioni ha anche la registrazione dello schermo.
Molto utile per avere una veloce registrazione in formato mpeg.
Molto utile per avere una veloce registrazione in formato mpeg.
martedì 12 giugno 2018
MySql: la noia di dover modificare l'utente root per accedere da server remoti
Dopo aver installato mysql sul mio raspberry e php myadmin mi si è presentato un'altra volta il warning:
#1698 - Access denied for user 'root'@'localhost'
Trovo sia una scocciatura immane, quale dispositivo ora non viene utilizzato da remoto ?
Mi scrivo le note su come creare un utente con i diritti totali
sudo mysql --user=root mysql
CREATE USER 'michele'@'localhost' IDENTIFIED BY '****';
GRANT ALL PRIVILEGES ON *.* TO 'michele'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
venerdì 11 maggio 2018
APC RS 232
APC serial port configuration
Baud rate = 2400 , Stop bit = 1, Data bit = 8, Flow control = None and parity = None.
If the UPS 's port is RJ45 type, baud rate = 9600
Baud rate = 2400 , Stop bit = 1, Data bit = 8, Flow control = None and parity = None.
If the UPS 's port is RJ45 type, baud rate = 9600
Iscriviti a:
Post (Atom)