Ayrn is dedicated to bringing smiles, knowledge and inspiration to the world.
-
Ayrn
- https://ayrn.io
Block or Report
Block or report Ayrnio
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
AutoAutodiscover Public
Hosts File/Registry Modification PowerShell Scripts for AutoDiscover
PowerShell 5
-
-
-
OutlookSetup Public
A script to autoconfigure Outlook to provide a smoother and more seamless end-user experience in migration scenarios.
Batchfile
-
RandomAwesome Public
A WordPress plugin that creates a link to yourwebsite.com/awesome that, when evoked, will serve up a random post on your site.
PHP
-
1
#Script to mod local autodiscover lookup in Outlook via https://ayrne.io
2# Give local cache and hosts file DNS entries priority
3$regPath = "HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider"
4New-ItemProperty -Path $regPath -Name HostsPriority -propertyType DWORD -Value 3 -force | Out-Null
5New-ItemProperty -Path $regPath -Name LocalPriority -propertyType DWORD -Value 4 -force | Out-Null