Here are some site to help with you building your powershell library
GitHub
http://thecloudengineer.blogspot.com/2017/05/github.html
Here are some site to help with you building your powershell library
http://thecloudengineer.blogspot.com/2017/05/github.html
Lightning Talks
https://github.com/RamblingCookieMonster/CommunityLightningDemos2017
First install RSAT or run command on Windows Server 2008 R2 or later Domain Controller
https://technet.microsoft.com/en-us/library/ee461027.aspx
10982 Examples
The power of PowerShell: Essential tips Windows admins will love
http://www.infoworld.com/article/3000612/windows-server/power-of-powershell-essential-tips-every-windows-admin-will-love.html#tk.ifw-infsbCheck out carbon for a new amazing module for DevOps!
http://get-carbon.org/
Check out powersploit for security commands that really rock!
http://www.powershellmagazine.com/2014/07/08/powersploit/
Powershell Mirror Drives
https://gallery.technet.microsoft.com/scriptcenter/3764b3db-6be9-49a8-ba49-75f231ef1954
DBATools is a free PowerShell module with over 180 SQL Server administration, best practice and migration commands included
https://dbatools.io/
Github
https://github.com/sharepoint
Codeplex
http://www.codeplex.com/site/search?TagName=Sharepoint
Add Online Modules
http://sharepoint-tricks.com/install-update-uninstall-cmdlets-for-sharepoint-online
https://thecloudengineer.blogspot.com/2016/09/powershell-toolbox-for-sharepoint.html
Strange Error
http://sharepoint.stackexchange.com/questions/17247/spsite-allwebs-returns-error
PowerShell Articles from Mike Smith
http://sharepointpromag.com/author/michael-t-smith
http://sharepointpromag.com/sharepoint-2010/inventorying-sharepoint-using-powershell
http://techtrainingnotes.blogspot.cz/2011/06/sharepoint-how-to-change-default-home.html
Creating Content Types (and Site Columns) with PowerShell
http://www.rbradbrook.co.uk/blog/2013/03/10/creating-content-types-and-site-columns-with-powershell/
Great Tool
http://www.sapien.com/software/powershell_studio
Great site with a ton of scripts
http://blogs.technet.com/b/onescript/p/sharepoint.aspx
ISE http://thecloudengineer.blogspot.com/2011/10/create-ise-enabled-for-sharepoint.html
Command Builder
http://www.microsoft.com/resources/TechNet/en-us/Office/media/WindowsPowerShell/WindowsPowerShellCommandBuilder.html
2013
Complete List - Index of Windows PowerShell cmdlets for SharePoint 2013
http://technet.microsoft.com/en-us/library/ff678226.aspx
2010
Complete List - Index of Windows PowerShell cmdlets for SharePoint 2010
http://technet.microsoft.com/en-us/library/ff678226(v=office.14).aspx
Great Reference to PowerShell in SharePoint 2010
http://technet.microsoft.com/en-us/library/ff678226.aspx
More from Powershell101
Users http://powershell101.blogspot.com/2012/06/sharepint-users.html
Confirmed PS1 Examples
Enumerating SharePoint Permissions and Active Directory
New and improved http://briantjackett.com/archive/2013/07/01/powershell-script-to-enumerate-sharepoint-2010-or-2013-permissions-and.aspx
http://geekswithblogs.net/bjackett/archive/2009/04/24/the-power-of-powershell-and-sharepoint-enumerating-sharepoint-permissions-and.aspx
Capture and report on all SharePoint permissions through a site collection http://localgovernmentsharepoint.wordpress.com/2012/01/25/powershell-script-to-capture-and-report-on-all-sharepoint-permissions-through-a-site-collection/
Open Port Audit
http://gallery.technet.microsoft.com/Security-hardening-for-c425db1d
Potential Examples
Set AD changes needed for UPSA via powershell
http://blog.kuppens-switsers.net/2012/02/setting-replicating-directory-changes-using-powershell/
General Code from Engineers at PointBeyond
http://blog.pointbeyond.com/
Copy List
http://adicodes.com/copy-or-replace-list-items-in-powershell/#!
Move Site Collections
http://alinimer.com/2012/06/10/from-the-field-move-a-site-collection-to-new-content-db-with-new-managed-path/
Remove Unused Users
http://weblogs.asp.net/bsimser/archive/2013/02/12/powershell-tools-removing-orphaned-users-from-sharepoint.aspx
Long List of examples
http://powershellscripts.com/category.asp?cat=SharePoint
Adding users and claims to a site from PowerShell
http://blogs.msdn.com/b/brporter/archive/2010/12/02/adding-users-and-claims-to-a-site-from-powershell.aspx
Changing the Item-Level Permissions Settings for a Document Library requires PowerShell http://www.hersheytech.com/Blog/SharePoint/tabid/197/entryid/28/Default.aspx
Create a full site hierarchy
http://reality-tech.com/2012/03/07/scripts-to-create-scripts/
My Site
http://gallery.technet.microsoft.com/scriptcenter/Pre-Provision-SharePoint-ec781ee9
Check out this great articles
http://www.lazywinadmin.com/2015/03/standard-and-advanced-powershell.html
https://technet.microsoft.com/en-us/magazine/hh360993.aspx
Sure you use ipconfig /displaydns but have you tried get-dnsclientcache?
Here is a list of my new powershell networking cmdlets
get-dnsclientcache IPCONFIG /DISPLAYDNS
clear-dnsclientcache IPCONFIG /FLUSHDNS
get-netadapter IPCONFIG
get-netipaddress IPCONFIG
get-netipconfiguration IPCONFIG
test-netconnection PING
IPCONFIG REPLACEMENT
http://minasi.com/newsletters/nws1210.htm
Also make sure to replace your command prompt with powershell
References
http://windowsitpro.com/windows-10/replacing-command-prompt-powershell-windows-10-start-menu
http://windowsitpro.com/powershell/powershell-netsh
http://www.virtualizationhowto.com/2016/01/windows-10-networking-powershell-commandline-tools/