thespot4sap.com independent sap information
 

get SAP Access - pay monthly

  Online SAP Training    SAP Jobs    SAP Tutorials    SAP CBT    Articles    Forums   SAP Resume
  SAP Access    SAP Books    Links     Vendor Directory     Submit Content    Search
Previous posts in SAPscript
Page 2876 of 5660

Windows PowerShell???

Blogger : MSDN Blogs
All posts : All posts by MSDN Blogs
Category : SAPscript
Blogged date : 2006 Dec 20

Windows PowerShell???

 

Windows PowerShell????????????????????Windows ??????????? ??????PowerShell ?????????????????????????????????????????????????????????????

 

??????????????????????????Windows PowerShell ? .NET ????????? (CLR) ??? .NET Framework ????????????.NET ??????????????????????

 

Windows PowerShell ???????????????????????????????? ???????????????????????????????????????????????????????????????????????????????????????????????????Windows PowerShell ???100 ???????????? ?????????????????????????????????????????????????????????

 

??????????Windows PowerShell ??????????????? ??????????????????????Windows PowerShell ????????????? ??????????????????????????????????????????????? ?????????????

 

Windows PowerShell ???Windows ??????? ????????????????????????????? ???? ??????????? Windows ???????????????????????Cmd.exe ???????????????????????????????????????????????????????????????

 

 

Usage for Windows PowerShell

 

?????????????????

 

???????Windows PowerShell?Download(??“Where we get Windows PowerShell?”?????)?????????????????

???????” – “Windows PowerShell 1.0” – “Windows PowerShell”????????Windows PowerShell Command Prompt Window???????

 

?????????”abc”???????abc????????

PS C:\>”abc”<Enter>

abc

 

????Shell???????????????????????????????String????????????????????????

 

Windows PowerShell ?????????????????????????????????????????????????????????????????????????????????????????????????

 

Windows PowerShell ????????????????????????????????????????????? ???????????????????????????????? Get-Member ???

??????????????????????????????????????????????? Get-Member ???????????????Get-Member ?????????????????????????????????????????????????????????????????????

 

??????????????????????

PS C:\>”abc” | get-member<Enter>

 

TypeName: System.String

 

Name       MemberType     Definition

----       ----------     ----------

Clone      Method         System.Object Clone()

CompareTo  Method         System.Int32 CompareTo(Object value), System.Int32 CompareTo(String strB)

 

???”abc”?????????Get-Member?????????????????”TypeName: System.String”??????????????”abc”?String???????????????????

 

???Get-Member?????String???????????????????????????TypeName????????????????????????????????????????????????

PS C:\>”abc” | get-member | findstr “TypeName:”<Enter>

 

TypeName: System.String

 

???????’$’???????????????????????????????????Object?????????????

????????????????????$abc????”abc”???????$abc??????????????????????String???????????????????

PS C:\>$abc = “abc”

PS C:\>$abc | get-member | findstr “TypeName:”<Enter>

 

TypeName: System.String

 

????????????Notepad.exe?1????????

PS C:\>notepad<Enter>

 

????????????????????Notepad.exe???????????????

PS C:\>get-process notepad<Enter>

 

Handles  NPM(K)  PM(K)  WS(K)  VM(K)  CPU(s)    Id  ProcessName

------- -------  -----  -----  -----  ------    --  -----------

     65       7   2924  6892      98    0.02  2228  notepad

 

???????????????????????????????????????????????

PS C:\>get-process notepad | get-member | findstr “TypeName:”<Enter>

 

TypeName: System.Diagnostics.Process

 

????????????????????Notepad.exe?????????????

PS C:\>get-process notepad | kill<Enter>

 

???????????????????????????????????????????????????????????????????????

 

 

Where we get Windows PowerShell?

 

Windows PowerShell???Windows PowerShell?????????????????Download?????????????????????????????

 

Windows PowerShell 1.0 Documentation Pack

http://www.microsoft.com/downloads/details.aspx?FamilyID=b4720b00-9a66-430f-bd56-ec48bfca154f&DisplayLang=en

(?????????????????????????????)

 

Windows PowerShell Week Script Samples

http://www.microsoft.com/downloads/details.aspx?FamilyID=264ce487-1d36-4466-bd8b-23a7f1fa967e&DisplayLang=en

 

Windows PowerShell Week Magazine

http://www.microsoft.com/downloads/details.aspx?FamilyID=9fb32b6c-e847-4488-a242-d76bee92a21b&DisplayLang=en

 

 

x86 (JPN)

 

WindowsXP?Windows PowerShell 1.0???????????(???????)

http://www.microsoft.com/downloads/details.aspx?displaylang=ja&FamilyID=30125a46-b97c-4704-aa10-605e809d5933

 

Windows Server 2003?Windows PowerShell 1.0???????????(???????)

http://www.microsoft.com/downloads/details.aspx?displaylang=ja&FamilyID=c61fb27b-e71c-4ecf-9d2c-9b299b149490

 

 

x64 (JPN)

 

Windows XP x64 Edition?Windows PowerShell 1.0???????????(???????)

http://www.microsoft.com/downloads/details.aspx?displaylang=ja&FamilyID=814f4d99-2036-4c8e-a0ce-0480b9976091

 

Windows Server 2003 x64 Edition?Windows PowerShell 1.0???????????(???????)

http://www.microsoft.com/downloads/details.aspx?displaylang=ja&FamilyID=22e607f4-f854-497f-9548-770477e4b71d

 

 

x86 (English)

 

Windows PowerShell 1.0 English-Language Installation Package for Windows XP

http://www.microsoft.com/downloads/details.aspx?FamilyID=6ccb7e0d-8f1d-4b97-a397-47bcc8ba3806&DisplayLang=en

 

Windows PowerShell 1.0 English-Language Installation Package for Windows Server 2003

http://www.microsoft.com/downloads/details.aspx?FamilyID=10ee29af-7c3a-4057-8367-c9c1dab6e2bf&DisplayLang=en

 

 

x64 (English)

 

Windows PowerShell 1.0 English-Language Installation Package for Windows XP x64 Edition

http://www.microsoft.com/downloads/details.aspx?FamilyID=e9a90e13-c67c-42d7-b391-0e67dd67b83f&DisplayLang=en

 

Windows PowerShell 1.0 English-Language Installation Package for Windows Server 2003 x64 Edition

http://www.microsoft.com/downloads/details.aspx?FamilyID=8913eec8-b8ad-4889-ad85-a113f13441c5&DisplayLang=en

 

 

Itanium

 

Windows PowerShell 1.0 English-Language Installation Package for Windows Server 2003 for Itanium-based Systems

http://www.microsoft.com/downloads/details.aspx?FamilyID=3a804d57-2b54-4a47-93d4-a471e7108941&DisplayLang=en

 

Windows PowerShell 1.0 Multilingual User Interface Package for Windows Server 2003 for Itanium-based Systems

http://www.microsoft.com/downloads/details.aspx?FamilyID=29c265e9-f967-4e21-af2e-3f4d978a4e16&DisplayLang=en

 

Windows PowerShell 1.0 Localized Installation Package for Windows Server 2003 for Itanium-based Systems

http://www.microsoft.com/downloads/details.aspx?FamilyID=2fb5a053-d84c-4deb-9d67-658e2b7f24a5&DisplayLang=en

 

Windows Server 2003 for Itanium-based Systems?Windows PowerShell 1.0???????????(???????)

http://www.microsoft.com/downloads/details.aspx?displaylang=ja&FamilyID=2fb5a053-d84c-4deb-9d67-658e2b7f24a5

 

 


Read comments or post a reply to : Windows PowerShell???
Page 2876 of 5660

Newest posts
New Page 1

 

 

About Us   Contact Us   Privacy   Disclaimer   Feedback   Email Discussion   Newsletter  

Copyright © - Independent SAP Information
Find a Bed and Breakfast