```powershell $int1 = 10 $int2 = -20 $float1 = 3.14 $float2 = -0.5 $complex1 = (1+2i) $complex2 = (3-4i) ``` 在上面的示例中,$int1 和 $int2 是整数,$float1 和 $float2 是浮点数,$complex1 和 $complex2 是复数。 三、数组 数组是一种包含多个元素的数据类型。在 PowerShel...
Sort-Object[-Descending] [-Unique]-Bottom<Int32> [-InputObject <PSObject>] [[-Property] <Object[]>] [-Culture <String>] [-CaseSensitive] [<CommonParameters>] 说明 Sort-Objectcmdlet 根据对象属性值按升序或降序对对象进行排序。 如果命令中不包含排序属性,PowerShell 将使用第一个输入对象的默认排序...
string[] Split(Params char[] separator), string[] Split(char[] separator, int count), string[] Split(char[] separator, System.StringSplitOptions options), string[] Split(char[] separator, int count, System.StringSplitOptions options), string[] Split(string[] separator, System.StringSplitOptions ...
类型:String Position:Named 默认值:None 必需:False 接受管道输入:False 接受通配符:False -Hour 指定要显示的小时。 输入一个介于 0 到 23 之间的值。 类型:Int32 Position:Named 默认值:None 必需:False 接受管道输入:False 接受通配符:False -Millisecond ...
类型:Int32 Position:Named 默认值:None 必需:False 接受管道输入:False 接受通配符:False 输入 DateTime 可以通过管道将DateTime对象传递给此 cmdlet。 输出 DateTime 默认情况下,此 cmdlet 返回DateTime对象。 将DateTime对象发送到需要字符串输入的 cmdlet(例如Add-Content),PowerShell 会将对象转换为String对象。
[int] 、[long]、[string] 、[char] 、[bool] 、[byte] 、[double] 、[decimal] 、[single] [array] :数组对象 [xml] :XML对象 [hashtable] :哈希表对象,类似于一个字典对象 二、常量 PowerShell常量的值永远不会变。常量不能被删除。 使用常量之前,需要通过Set-Variable来创建常量,且指定一些参数来使...
GetHashCode Method int GetHashCode() GetType Method type GetType() GetTypeCode Method System.TypeCode GetTypeCode() ToString Method string ToString(), string ToString(string format), string ToString(System.IFormatProvider provider... 13.Get-Random : 从集合中获取随机数或随机选择对象 ...
字符类型映射。有时候为了增强混淆的效果,字符串可能不是直接用power shell中的代码类型替换,而是用int转化为char。因此也需要提取处理。 替换代码的一部分会生成新的替换。这是因为无用字符串可能是在替换器的中间,因此,最好把正则表达式加入循环中,如果还可以替换就一直替换。
Powershell会给数据分配一个最佳的数据类型;如果一个整数超出了32位整数的上限([int32]::MaxValue),它就会分配一个64位整数的数据类型;如果碰到小数,会分配一个Double类型;如果是文本,Powershell会分配一个String类型;如果是日期或者时间,会被存储为一个Datetime对象。
Select-String[-Culture <String>] [-Pattern] <String[]> [-Path] <String[]> [-SimpleMatch] [-CaseSensitive] [-Quiet] [-List] [-NoEmphasis] [-Include <String[]>] [-Exclude <String[]>] [-NotMatch] [-AllMatches] [-Encoding <Encoding>] [-Context <Int32[]>] [<CommonParameters>] ...