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 -AllowRedirection…

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 "BlackBerry MDS…

mehr lesen…

Windows – Registry BackUp wiederherstellen

cd c:\windows\system32\config\ C:\windows\system32\config\ ren default default.old C:\windows\system32\config\ ren sam sam.old C:\windows\system32\config\ security security.old C:\windows\system32\config\ software software.old C:\windows\system32\config\ system…

mehr lesen…