ExcludeExplicitO365Endpoint.reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\AutoDiscover] "ExcludeExplicitO365Endpoint"=dword:00000001
by Kevin · Published 25. Oktober 2020 · Last modified 14. Januar 2021
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\AutoDiscover] "ExcludeExplicitO365Endpoint"=dword:00000001
by Kevin · Published 23. Oktober 2020 · Last modified 14. Januar 2021
[PS] C:Windowssystem32>Get-ClientAccessService | select Name, *autodiscover* Name : EX2016 AutoDiscoverServiceCN : ex2016 AutoDiscoverServiceClassName : ms-Exchange-AutoDiscover-Service AutoDiscoverServiceInternalUri : https://exchange.domain.com/Autodiscover/Autodiscover.xml AutoDiscoverServiceGuid : 77378f46-2c46-4aa9-a6a6-3e7a41b19596 AutoDiscoverSiteScope : {Vienna}
by Kevin · Published 20. Oktober 2020 · Last modified 14. Januar 2021
Set-RemoteMailbox user.cloud -ExchangeGuid 594fd053-1f81-4ad0-bc89-9f144c5a5183 -ArchiveGuid de702a74-29dd-46d8-a712-0d033e56a69c
by Kevin · Published 20. Oktober 2020 · Last modified 14. Januar 2021
Enable-RemoteMailbox user.cloud -RemoteRoutingAddress user.cloud@deinedomain.mail.onmicrosoft.com
by Kevin · Published 20. Oktober 2020 · Last modified 14. Januar 2021
PS C:\Users\kschweiger> Get-Mailbox user.cloud | select Name, ExchangeGUID, ArchiveGUID Name ExchangeGuid ArchiveGuid —- ———— ———– user.cloud 594fd053-1f81-4ad0-bc89-9f144c5a5183 de702a74-29dd-46d8-a712-0d033e56a69c
by Kevin · Published 19. September 2020 · Last modified 14. Januar 2021
### Enable ‚AutoLogon‘ Set-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "AutoAdminLogon" -Value "1" ### Specify for which user AutoLogon should be enabled Set-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "DefaultUsername" -Value "Administrator" ### Extract the initial Administrator Password from the VMWare Config $vmwaretoolspath = "C:\Program Files\VMware\VMware Tools\vmtoolsd.exe" $tmp = & $vmwaretoolspath –cmd "info-get guestinfo.cloudinit.metadata" | Out-String $tmp = [System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String($tmp))...
by Kevin · Published 19. September 2020 · Last modified 14. Januar 2021
### Get SID of local Administrator $localadmin = Get-LocalUser | where {$_.Name -like "Administrator"} ### Load HKEY_USER Hive of local Administrator reg load HKU\$($localadmin.SID.Value) C:\Users\Administrator\ntuser.dat ### Check if ‚RunOne‘ Key is already available, if not create it if(!(Test-Path -Path Registry::HKEY_USERS\$($localadmin.SID.Value)\Software\Microsoft\Windows\CurrentVersion\RunOnce)){ New-Item -Path Registry::HKEY_USERS\$($localadmin.SID.Value)\Software\Microsoft\Windows\CurrentVersion\RunOnce } ### Create RunOnce Variable und set Path to Powershell Script Set-ItemProperty...
by Kevin · Published 19. September 2020 · Last modified 14. Januar 2021
$regionPS = {& $env:SystemRoot\System32\control.exe "intl.cpl,,/f:`"C:\Windows\Temp\Region_de-AT.xml`""} Add-Content -Path "C:\Windows\Temp\SetRegion.ps1" -Value $regionPS
by Kevin · Published 19. September 2020 · Last modified 14. Januar 2021
$regionalsettingsAT = "<gs:GlobalizationServices xmlns:gs=’urn:longhornGlobalizationUnattend‘> <!–User List–> <gs:UserList> <gs:User UserID=’Current‘ CopySettingsToDefaultUserAcct=’true‘ CopySettingsToSystemAcct=’true’/> </gs:UserList> <!– user locale –> <gs:UserLocale> <gs:Locale Name=’de-AT‘ SetAsCurrent=’true‘ ResetAllSettings=’true’/> </gs:UserLocale> <!– system locale –> <gs:SystemLocale Name=’de-AT’/> <!– GeoID –> <gs:LocationPreferences> <gs:GeoID Value=’14’/> </gs:LocationPreferences> <gs:MUILanguagePreferences> <gs:MUILanguage Value=’de-AT’/> </gs:MUILanguagePreferences> <!– input preferences –> <gs:InputPreferences> <!–en-AU–> <gs:InputLanguageID Action=’add‘ ID=’0c07:00000407′ Default=’true’/> </gs:InputPreferences> </gs:GlobalizationServices>" $regionalsettingsAT | Out-File C:\Windows\Temp\Region_de-AT.xml...
by Kevin · Published 19. September 2020 · Last modified 14. Januar 2021
apt-get update apt-get install docker-ce docker-ce-cli containerd.io
Exchange / HowTo / Microsoft / Server
Outlook Anmeldemaske nach Exchange Zertifikatstausch
18. Februar 2025
ADFS / HowTo / Microsoft / Server
ADFS TLS Verschlüsselungsprotokolle – Best Practice
14. Februar 2025