Ayrn is dedicated to bringing smiles, knowledge and inspiration to the world.
-
Ayrn
- https://ayrn.io
Pinned Loading
-
AutoAutodiscover
AutoAutodiscover PublicHosts File/Registry Modification PowerShell Scripts for AutoDiscover
PowerShell 6
-
-
-
OutlookSetup
OutlookSetup PublicA script to autoconfigure Outlook to provide a smoother and more seamless end-user experience in migration scenarios.
Batchfile
-
RandomAwesome
RandomAwesome PublicA WordPress plugin that creates a link to yourwebsite.com/awesome that, when evoked, will serve up a random post on your site.
PHP
-
Hosts File/Registry Modification Scr...
Hosts File/Registry Modification Scripts for AutoDiscover (Add Entry) 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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.