|
|
Browse by Tags
All Tags » ETS » PowerShell
-
The answer to PowerShell : typeInfo quiz was :
PoSH> Update-TypeData C:\PowerShell\TypeData\Typedata_Type.ps1xml
PoSH> [random].typeInfo
System.Random
...
-
As Adrian Milliner, mentioned on his blog here : Alternate Data Streams , Alternate Data Streams are not supported in PowerShell,
To make it even worse, the reason for this is that also the .NET framework does not support it, you need to use a API ,
As for vista in CMD.exe the support for Alternate datastream is ...
-
Testing codesamples for viewing and copying (do not link here, I will post this item again later after testing)
If you have problems ppasting in the sample please leave a remark
convert number to Roman notation
Function as PowerShell code (Pre tag CodeHTMLer)# Convert Int to Roman notation
# /\/\o\/\/ 2006
function format-Roman ($num ) { ...
|
|
|