segunda-feira, 11 de novembro de 2019

Error When Sending Mail: imceaex-_o=first+20organization_ou=first+20administrative


This problem can be caused by importing Outlook autocomplete (the NK2 file) from one domain to another or when migrating domains. The outlook autocomplete address does not match the active directory address. The error message is accompanied by a bounce back message indicating that you cannot send E-mail to a particular person within your organization.
To correct this problem, follow these steps:
Open Outlook click New E-Mail. Begin typing the name of the person until the autocomplete displays their full name and e-mail address. Click on the x to the right of the person’s name to delete the e-mail address from the cache.
image 
If you do not see the X, press the delete key on your keyboard to remove the autocomplete entry. Send the person a new E-Mail by typing in their full E-Mail address and the new remembered address will be the correct one.

quinta-feira, 17 de outubro de 2019

How to Enable Long Path Support in Windows 10

Solution 5. How to Enable Long Path Support in Windows 10 (1607) and higher

In Windows 10 Anniversary Update (1607), it became possible to disable the MAX_PATH limit on the Windows operation system level without using prefix \\?\. By default, this feature is disabled.
To enable the built-in support for long paths in Windows 10/Windows Server 2016, you can use the Regedit.exe editor to set the LongPathsEnabled parameter of REG_DWORD in the registry key HKLM\SYSTEM\CurrentControlSet\Control\FileSystem with a value 1.
the file name(s) would be too long for the destination folder
You can change this registry parameter with the following PowerShell command:
Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem -Name LongPathsEnabled -Value 1
Or you can enable long path support via Group Policy Editor (Win + R \ gpedit.msc) Computer Configuration > Administrative Templates > System > Filesystem. Enable the policy Enable NTFS long paths.
destination path too long windows 10
For the changes to take effect in both cases, the computer needs to be rebooted. After a reboot, users and programs will be able to work without restrictions with files, the length of the path to which exceeds 256 characters. Now the files will only be affected by the NTFS file system file path limit of 32767 characters.
However, in some applications, the MAX_PATH check is embedded in the code. About the max file path restrictions for .Net developers, see the Solution 7 below.

segunda-feira, 30 de setembro de 2019

Gravar Mensagem Correio no Ramal OmniPCX Alcatel


  • Ir no ramal em Lista de Extensões, Correio de Voz
  • Criar Caixa de Correio de Voz
  • Gravar áudio pelo site https://www.ispeech.org/text.to.speech atraves do Audacity
  • Parametrizar exportação do audio
  • Subir áudio no ramal conforme abaixo

quinta-feira, 8 de agosto de 2019

quinta-feira, 18 de julho de 2019

Reparar OneDrive - Novo Funcional

ETAPA 1

You can reset OneDrive through PowerShell. We can reset it to clear the settings:

Open PowerShell as administrator (Search > PowerShell > Right click run as admin

Copy and paste these commands one by one:

Stop-Process -processname "OneDrive" -ErrorAction SilentlyContinue
Start-Process "$env:LOCALAPPDATA\Microsoft\OneDrive\OneDrive.exe" /reset -ErrorAction SilentlyContinue
Remove-Item -Path "HKCU:\Software\Microsoft\OneDrive" -Force -Recurse
Remove-Item -Path "$env:LOCALAPPDATA\Microsoft\OneDrive" -Force -Recurse
Move-Item -Path "$env:ONEDRIVE" -Destination "$env:ONEDRIVE Backup"
try {Start-Process "$env:SYSTEMROOT\System32\OneDriveSetup.exe"} catch {Start-Process "$env:SYSTEMROOT\SysWOW64\OneDriveSetup.exe"}

After OneDrive finishes installing, It should be reset and you can check the settings again.

SEGUNDA ETAPA

Lets try to completely uninstall OneDrive via prompt command

taskkill /f /im OneDrive.exe 
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall

After that Go to RegEdit on this path: HKEY_CURRENT_USER\Software\Microsoft\OneDrive 
You can remove all numerics Onedrive folders 
From Account directoy remove all folders 
After that restart the pc and install onedrive again 


quinta-feira, 30 de maio de 2019

Conferencia PABX Alcatel

- Ligar para primeira pessoa.
- Apos atender, apertar FLASH, 0 para dar linha e discas para segunda pessoa
- Segunda pessoa atendeu, FLASH 2.

Conferencia PABX Alcatel


  1. Ligar para primeira pessoa.
  2. Apos atender, apertar FLASH, depois 0 para dar linha e discar o número da segunda pessoa
  3. Segunda pessoa atendeu, FLASH e depois a tecla 2.

Como restaurar backup do PABX Alcatel

1 - No OMC, ir em Ficheiro, Abrir arquivo extensao cdb
2 - Ir em Comm, conectar
3 - Vai abrir uma tela para selecionar o que restaurar

terça-feira, 14 de maio de 2019

Como ativar SandBox Windows 10

Para ativar: Execute este comando: setx /M MP_FORCE_USE_SANDBOX 1 Para Desativar: Execute este comando: setx /M MP_FORCE_USE_SANDBOX 0

Como mover senhas e favoritos entre Microsoft Edge Chromium

  Press  Win + R  keys to open up the  Run  dialog box. Type  %LocalAppData%\Microsoft\Edge\User Data  and press  enter . Move the  Default ...