Skip to main content

Questions tagged [powershell-3.0]

Microsoft’s command-line scripting language. V 3.0, which was introduced in Windows 8 and Server 2012, supports code autocompletion (IntelliSense). Remote sessions are more reliable, and there is a bigger selection of cmdlets and built-in functions.

0 votes
0 answers
243 views

Tail for Powershell v3?

I'm running the following command in my powershell terminal: Get-Content C:\wamp\bin\apache\apache2.2.22\logs\lysol-dbau.access.log -Tail 10 -Wait So I want to start with the last 10 lines of the ...
Lester Peabody's user avatar
4 votes
4 answers
14k views

Can't install Powershell 3.0

Im trying to install powershell 3.0 on my Win7 64 bit pc, but I get the error "the update is not applicable to your computer." After googling the error, all the solutions I see are that you need to ...
Keltari's user avatar
  • 73.6k
6 votes
3 answers
4k views

Upgrading Windows 7's PowerShell v3, to Windows 8's PowerShell v3

I have becoming increasingly aware that Windows 7's PowerShell v3 lacks cmdlets / functions and modules found in Windows 8's version of PowerShell 3. My question: Is there anyway of 'upgrading' ...
Guy Thomas's user avatar
  • 3,328
4 votes
2 answers
14k views

How do you install the NETTCPIP from Powershell 3.0 in Windows 7.0

How do you install the new NETTCPIP from PowerShell 3.0 in Windows 7.0? I've double checked what I've got installed with $host.version and it's showing as 3.0, so why aren't the new NET TCP/IP ...
SteveC's user avatar
  • 2,154
283 votes
14 answers
374k views

Equivalent of Linux `touch` to create an empty file with PowerShell [duplicate]

Is there an equivalent of touch in PowerShell? For instance, in Linux I can create a new empty file by invoking: touch filename On Windows this is pretty awkward -- usually I just open a new instance ...
jsalonen's user avatar
  • 9,111
355 votes
12 answers
625k views

Native alternative to wget in Windows PowerShell?

I know I can download and install the aformentioned library (wget for Windows), but my question is this: In Windows PowerShell, is there a native alternative to wget? I need wget simply to retrieve ...
jsalonen's user avatar
  • 9,111

15 30 50 per page
1 2 3 4
5