Office 365 – Powershell aktivieren

set-executionpolicy RemoteSigned set-executionpolicy default $cred = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic...

mehr lesen

BES Express – stop Batch

rem *** Stopping BES Services *** net stop "BlackBerry Controller" /yes net stop "BlackBerry Dispatcher" /yes net stop "BlackBerry Router" /yes net stop "BlackBerry Attachment Service" /yes net stop...

mehr lesen

Windows – SBS 2011 – 0x51 – LogOn

Server im Safe Mode starten -> Regedit.exe -> HKEY_LOCAL_MACHINE\SYSTEM\Select -> Ändern des Wertes von LastKnownGood auf einen nicht existiernden Wert (Falls ControlSet001 und ControlSet002 existieren, 3 eintragen) -> shutdown /r

mehr lesen