my first 3 Windows PowerShell Commands
- From: "/\\/\\o\\/\\/" <no@xxxxxxxx>
- Date: Tue, 25 Apr 2006 20:52:45 +0200
My first 3 Windows PowerShell Commands
$host.version
PS G:\MOWSH> $host.version
Major Minor Build Revision
----- ----- ----- --------
1 0 9567 0
# let me run my scripts No Regedit !!
Set-ExecutionPolicy RemoteSigned
Move Profile to Documents and Settings\All Users\Documents\PSConfiguration\Microsoft.PowerShell_profile.ps1
# rename my scripts (otherwise my profile opens with notepad)
ls . *.msh -rec |% {rename-item $_.fullname ($_.name -replace ".msh",".ps1")}
now cleaning up, all the subscript calls in my profile ;-(
gr /\/\o\/\/
.
- Follow-Ups:
- Re: my first 3 Windows PowerShell Commands
- From: Bruce Payette [MSFT]
- Re: my first 3 Windows PowerShell Commands
- Prev by Date: Re: (PS) RC1 bit Windows Power SHell are there
- Next by Date: Re: [MSH] The new name is: Windows Power Shell
- Previous by thread: (PS) RC1 Windows PowerShell Bits are there
- Next by thread: Re: my first 3 Windows PowerShell Commands
- Index(es):
Relevant Pages
|