Troubleshoot Force Sync error (WinRM)
If you see the following error while in a remote connection, you'll need to take some steps to enable Force Sync from within sapio365.
Run PowerShell as admin
1 - Check that WinRM is the cause by pasting and entering:
Set-Item wsman:localhost\client\trustedhosts -Value *.my.server.name -Force
2 - After getting the error, paste and enter:
winrm quickconfig
3 - Enter 'y' when prompted.
4 - Paste and enter again (or use your arrows to scroll through past commands):
Set-Item wsman:localhost\client\trustedhosts -Value *.my.server.name -Force
Force Sync in sapio365 should now work, and you will see this message to remind you to refresh your grid data.