57uv6Z6g55qE5Y2a5a6i
MS4wLjABAAAA5qMD8Gzdcgq7HXUOviKB59i0-ybJ59jJvNzyaPt5XOsVNqP6DU7WLcoAXvdxvYdp💗
本站所有文章仅作技术研究,请勿非法破坏,请遵守相关法律法规,后果自负
【笔记】PowerShell的Cmdlet
前言
Cmdlets are specialized commands in the PowerShell environment that implement specific functions. These are the native commands in the PowerShell stack. Cmdlets follow a Verb-Noun naming pattern, such as Get-ChildItem, which makes it self-documenting code. Cmdlets output their results as objects and can also receive objects as input, making them suitable for use as recipients in a pipeline. If a cmdlet outputs multiple objects, each object in the collection is passed down through the entire pipeline before the next object is processed.(维基百科)
【笔记】CobaltStrike实现Windows上线
发表于
更新于
【笔记】Java的store证书
发表于
更新于
【笔记】SSL学习笔记
发表于
更新于
【笔记】CVE-2021-40444漏洞利用
发表于
更新于
【笔记】Windows卸载系统更新补丁
发表于
更新于
【笔记】CVE-2022-30190漏洞利用
发表于
更新于
【笔记】Windows文件扩展名混淆
发表于
更新于
【笔记】Windows删除WindowsDefender
发表于
更新于