Showing results for November 2015 - Page 14 of 15 - Scripting Blog [archived]

Nov 4, 2015
0
0

PowerTip: Use PowerShell to Mount ISO Image

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to mount ISO images. How can I use Windows PowerShell to mount an ISO image so I can see what it contains? Use the Mount-DiskImage cmdlet and specify a path to the ISO file, for example:Mount-DiskImage -ImagePath C:\Data\en_office_professional_plus_2016_x86_x64_dvd.iso

Scripting Guy!Windows PowerShellPowerTip
Nov 4, 2015
0
0

PowerTip: Use PowerShell to Mount ISO Image

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to mount ISO images.  How can I use Windows PowerShell to mount an ISO image so I can see what it contains?  Use the Mount-DiskImage cmdlet and specify a path to the ISO file, for example: Mount-DiskImage -ImagePath C:\Data\en_office_professional_plus_2016_x86_x64_dvd.iso

Scripting Guy!Windows PowerShellISE
Nov 4, 2015
0
0

PowerTip: Use PowerShell to Mount ISO Image

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to mount ISO images.  How can I use Windows PowerShell to mount an ISO image so I can see what it contains?  Use the Mount-DiskImage cmdlet and specify a path to the ISO file, for example: Mount-DiskImage -ImagePath C:\Data\en_office_professional_plus_2016_x86_x64_dvd.iso

Nov 4, 2015
0
1

Reverse Strings with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to reverse strings. Hey, Scripting Guy! I am working with Windows PowerShell, and I need to reverse a string. I am surprised there is no reverse method in the string class. It seems like a major oversight. Anyway, can you show me how to do this easily?—SS&n...

Scripting Guy!Windows PowerShellStrings
Nov 3, 2015
0
0

PowerTip: Display Network Adapter Binding

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to display network adapter binding.  How can I use Windows PowerShell to display a list of network adapter binding?  In Windows 10, use the Get-NetworkAdapterBinding cmdlet in Windows PowerShell 5.0.

Scripting Guy!Windows PowerShellPowerTip