diff --git a/docs/learning-powershell/powershell-beginners-guide.md b/docs/learning-powershell/powershell-beginners-guide.md index 7bb13e988ad..6485f4915b5 100644 --- a/docs/learning-powershell/powershell-beginners-guide.md +++ b/docs/learning-powershell/powershell-beginners-guide.md @@ -313,7 +313,6 @@ For more details, see [Create and Run PowerShell Script Guide][create-run-script - Video: [PowerShell Remoting in Depth][in-depth] from Channel9 - [PowerShell Basics: Remote Management][remote-mgmt] from ITPro - [Running Remote Commands][remote-commands] from PowerShell Web Docs -- [Samples for PowerShell Scripts][examples] - [Samples for Writing a PowerShell Script Module][examples-ps-module] - [Writing a PowerShell module in C#][writing-ps-module] - [Examples of Cmdlets Code][sample-code] @@ -334,7 +333,6 @@ For more details, see [Create and Run PowerShell Script Guide][create-run-script [in-depth]: https://channel9.msdn.com/events/MMS/2012/SV-B406 [remote-mgmt]:https://www.itprotoday.com/powershell/powershell-basics-remote-management [remote-commands]:https://docs.microsoft.com/powershell/scripting/core-powershell/running-remote-commands -[examples]:https://examples.oreilly.com/9780596528492/ [examples-ps-module]:https://docs.microsoft.com/powershell/scripting/developer/module/how-to-write-a-powershell-script-module [writing-ps-module]:https://www.powershellmagazine.com/2014/03/18/writing-a-powershell-module-in-c-part-1-the-basics/ [sample-code]:https://docs.microsoft.com/powershell/scripting/developer/cmdlet/examples-of-cmdlet-code