Outlook opens then closes
Open Command Prompt:
cd “C:\Program Files\Common Files\microsoft shared\ClickToRun”
officec2rclient.exe /update user updatetoversion=16.0.12827.20470
Open Command Prompt:
cd “C:\Program Files\Common Files\microsoft shared\ClickToRun”
officec2rclient.exe /update user updatetoversion=16.0.12827.20470
"You can’t connect to the file share because it’s not secure" How to temporarily re-enable the SMBv1 protocol on Windows 10 If you don’t have direct access to the device running the SMB service, you can temporarily enable the SMBv1 protocol for the purpose of retrieving your files using these steps: Open Control…
Changing Time Zone in Windows Server 2019 Right-click on the Start menu & select Windows PowerShell (Admin) While in PowerShell, type timedate.cpl and press Enter. This launches the Date and Time window. Next, click on Change time zone, adjust the time zone, and click OK twice. Regards, Kon Belieu Partner…
ROBOCOPY Switches Usage SAMPLES # Copy PHBCADSVR APPS Folder to PHBFS1 # robocopy \\Source Folder \\Destination Server\folder /MIR /COPYALL /DCOPY:T /R:1 /W:1 /TEE /LOG:C:\Logs\RobocopyResults.log # robocopy \\Source Folder \\Destination Server\folder /s /e /z /xf /sec /DCOPY:T /R:1 /W:1 /TEE /LOG:C:\Logs\RobocopyResults.log # robocopy \\Source Folder \\Destination Server\folder /s /e /z /xf /sec…
iPhone X review: Day one with Face ID and animojis Face ID, the big OLED screen and life with no home button. This week we’re collecting all we learn about the iPhone X. Welcome to our living review. https://www.cnet.com/news/iphone-x-review-day-one/
How to Export Mailbox from Exchange 2010 and 2013: First Add Mail Import and Exprot Assignment if you need to: New-ManagementRoleAssignment -Role "Mailbox Import Export" -User Administrator New-MailboxExportRequest -Mailbox user -filepath \\localhost\pst\user.pst Change user to the mailbox user you are trying to export. To Check the progress type:…