File extension for PowerShell 3

WindowsShellPowershellWindows 8

Windows Problem Overview


All of us probably know .bat for Batch files.

But what is the file extension for PowerShell 3 scripts?

I found .ps1 and some other endings but they're only for version 1.

Windows Solutions


Solution 1 - Windows

PowerShell files for all versions are .ps1 (or .psm1, .psd1, etc.).

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionComFreekView Question on Stackoverflow
Solution 1 - WindowsMike ShepardView Answer on Stackoverflow