summaryrefslogtreecommitdiff
path: root/examples/scripts/upgrade_to_ps3.ps1
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-06-18 16:59:10 -0500
committerMatt Martz <matt@sivel.net>2014-06-19 14:25:49 -0500
commite621fec7d331d14628f79281472771ea826b00aa (patch)
tree8a68c511c6c5733bdcf686b11f35ca6460771a93 /examples/scripts/upgrade_to_ps3.ps1
parent118899c548f07253e1fd00f3a8e71c45b3759669 (diff)
downloadansible-e621fec7d331d14628f79281472771ea826b00aa.tar.gz
Add notes on powershell script source.
Diffstat (limited to 'examples/scripts/upgrade_to_ps3.ps1')
-rw-r--r--examples/scripts/upgrade_to_ps3.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/scripts/upgrade_to_ps3.ps1 b/examples/scripts/upgrade_to_ps3.ps1
index 1c938d64f1..a75b158a34 100644
--- a/examples/scripts/upgrade_to_ps3.ps1
+++ b/examples/scripts/upgrade_to_ps3.ps1
@@ -1,5 +1,6 @@
# Powershell script to upgrade a PowerShell 2.0 system to PowerShell 3.0
+# based on http://occasionalutility.blogspot.com/2013/11/everyday-powershell-part-7-powershell.html
#
# some Ansible modules that may use Powershell 3 features, so systems may need
# to be upgraded. This may be used by a sample playbook. Refer to the windows