windows-admins / ConfigMgr

GNU General Public License v3.0
225 stars 57 forks source link

Service_WIM.ps1 minor spelling update #38

Closed motorhead018 closed 6 years ago

motorhead018 commented 6 years ago

While minor, I noticed the lines:

#Command line usage examples:
# Remove Indexes, add update, optimize .wim
#      Shrink_WIM.ps1 -SourceImage "c:\install.wim" -MountDir "C:\wim" -DestinationImage "c:\install-new.wim" -WinVersion "Windows 10 Enterprise" -UpdatePath "c:\windows10.0-kb4103721-x64.msu"
# Remove Indexes only
#      Shrink_WIM.ps1 -IndexOnly -SourceImage "c:\install.wim" -WinVersion "Windows 10 Enterprise"

Shrink_WIM should be changed to Service_WIM for clarity sake.