Below are a few links to allow mailbox sharing and delegation:
Running OpenVPN on Vista, works, but requires some workarounds.
Current list of issues:
Read further for the solutions...
This problem always occurs on a Vista. What happens is that while the connection does get established, the routes are not being added properly, because of an API change in Vista.
To circumvent the issue, add this line to your OpenVPN config file:
route-method exe
This way, the route addition is called directly using the commandline utility.
It's a bit of an old post, but ran into this problem more than once.
If you get the message:
A hot-fix can be downloaded at: http://support.microsoft.com/default.aspx/kb/935448.
You can easily trigger SCSI UNMAP in Windows via PowerShell:
Optimize-Volume -DriveLetter C -ReTrim -Verbose
On a Windows Server with GUI, you can use the traditional method of setting the display resolution but as there's no Control Panel nor Settings app on Windows Server Core, the only way is through Powershell with the Set-DisplayResolution cmdlet.
Set-DisplayResolution -Width 1024 -Height 768
The cmdlet above sets the resolution to 1024x768. It will prompt you to accept the change, if you don't want that, append -Force parameter.
To get the current display resolution, you can use the Get-DisplayResolution cmdlet.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |