E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
CmdletBinding()
Windows 下使用C#开启蓝牙(未解决的坑)
Turnon/offBluetoothradio/adapterfromcmd/powershellinWindows10-SuperUser上的这个连接是通过powershell开启蓝牙具体代码如下[
CmdletBinding
为风而战
·
2024-01-17 22:29
飞跃大坑
c#
开发语言
2021-12-15 powershell 简单web程序
functionGet-DirectoryContent{[
CmdletBinding
(SupportsShouldProcess=$true)]param([Parameter(Mandatory=$
randyliu6
·
2023-10-13 15:05
使用Powershell计算文件的Hash值并判断是否正确
使用脚本编写并保存成脚本check-file.ps1[
CmdletBinding
()]param([Parameter(Mandatory=$true)][string]$file,[Parameter
koaQiu
·
2023-06-11 00:35
windows
运维
哈希算法
windows
测试AD用户密码
functionTest-ADCredential{[
CmdletBinding
()]Param([string]$UserName,[string]$Password)if(!
Rickywu1113
·
2023-04-04 21:09
Powershell Function Get-TimeZone
Get-TimeZone-PowerShell-4f1a34e6#Get-TimeZone-ComputerName(Get-Contentd:\computerlist20160407.txt)FunctionGet-TimeZone{[
CmdletBinding
weixin_30784501
·
2020-09-13 20:08
使用PowerShell 修改hosts
直接上代码#author:lttr#date:2019-08-09[
CmdletBinding
()]param([Parameter(Mandatory=$true,Position=0)][string
dengqiu2187
·
2020-08-21 14:26
批量测试服务器网络端口脚本
\test.ps1-DirC:\Users\admin.MYAD\Desktop\test.txt-Port443param($Dir,$Port)functionTest-PortAlive{[
CmdletBinding
weixin_34212189
·
2020-07-28 19:50
查看电脑wifi密码
functionGet-Wlan-Keys{Get-WLAN-Keys.LINKhttps://github.com/samratashok/nishang#>[
CmdletBinding
()]Param
haha13l4
·
2020-06-23 12:05
windows
Powershell改变脚本执行优先权的代码分享
有一种方法就是降低Powershell执行的优先权,下面函数将介绍这个技巧:复制代码代码如下:functionSet-Priority{[
CmdletBinding
()]param([Parameter
·
2019-09-23 19:24
PowerShell小技巧之同时使用可选强制参数
functionConnect-Somewhere{[
CmdletBinding
(DefaultParameterSetName='A')]param([Parameter(ParameterSetName
·
2019-09-23 19:49
Powershell互斥参数使用实例
要给脚本创建一组互斥的参数,可以给他们打上不同的属性标志,同时确保它们的唯一性(假设不能自动识别参数类型).functionTest-ParameterSet{[
CmdletBinding
(DefaultParameterSetName
·
2019-09-22 16:28
使用PowerShell 在域内远程安装DFS
#setupdfs.ps1-servers("WIN01","WIN02")[
CmdletBinding
()]param(#DFS成员列表[Parameter(Mandatory=$true,Position
听雨的人
·
2019-07-31 09:00
使用PowerShell 修改hosts
直接上代码#author:lttr#date:2019-08-09[
CmdletBinding
()]param([Parameter(Mandatory=$true,Position=0)][string
听雨的人
·
2019-07-26 14:00
powershell windows提权,查看用户密码。
#>[
CmdletBinding
()]Param()functionregistry_values($regkey,$regvalue,$child){if($child-eq"no"){$key=get-item
haha13l4
·
2019-04-27 15:11
windows
渗透测试
批量测试服务器网络端口脚本
\test.ps1-DirC:\Users\admin.MYAD\Desktop\test.txt-Port443param($Dir,$Port)functionTest-PortAlive{[
CmdletBinding
xieyihua
·
2019-04-17 23:19
端口
端口脚本
Powershell 函数中的
CmdletBinding
()是怎么回事?
aspxpowershell帮助文档:helpabout_functions_advanced_parametershelpabout_common_parameters把这三部分内容都看完了,应该也大概了解函数中的
CmdletBinding
raincity
·
2017-09-14 16:47
Powershell
CmdletBinding()
Powershell
PS-Scan ports扫描网络端口
用PS写出端口扫描TCP139/445ANDUDP137/138用法简单:在c:\temp\target.txt写入多台IP地址端口可以自己定义以下是代码:functionTest-PortUDP{[
cmdletbinding
bilinyee
·
2017-05-16 22:45
端口扫描
powershell端口扫描
PowerShell
POwershell 更改文件权限
#网上找的现成的高级方法来enable继承关系function Set-NTFSInheritance { [
cmdletbinding
(defaultparametersetn
beanxyz
·
2017-02-27 12:06
文件权限
powershell
PowerShell
PowerShell用户认证Function实例代码
FunctionTest-UserCredential{[
CmdletBinding
()][OutputType([System.Boolean])]param([Parameter(Mandatory
破狼
·
2016-09-15 09:58
PowerShell 创建,查看和保存嵌套的对象属性
Function Get-DiskInfo { [
cmdletbinding
()] Param ( [parameter(Mandatory=$true,
beanxyz
·
2016-05-25 13:40
object
nested
powershell
PowerShell 创建,查看和保存嵌套的对象属性
Function Get-DiskInfo {[
cmdletbinding
()]Param ([parameter(Mandatory=$true,
beanxyz
·
2016-05-25 13:40
nested
powershell
object
PowerShell
分享一段PowerShell用户认证Function
在外文网站找到的这段代码,在这里分享给大家,如果你也需要用户验证的话,那么可以直接copy使用,现在没地方用,也可以收藏备用, 1 Function Test-UserCredential { 2 3 [
CmdletBinding
·
2015-12-09 13:18
powershell
XLSX to CSVs
[
CmdletBinding
()]
·
2015-10-30 14:51
csv
创建powershell模块
首先写了一个函数,基本功能是输入操作系统名字,获取系统里面所有匹配系统的.net版本,powershell版本和OS的版本function get-dotnet { [
cmdletbinding
()]
beanxyz
·
2015-07-31 13:04
Module
powershell
创建powershell模块
首先写了一个函数,基本功能是输入操作系统名字,获取系统里面所有匹配系统的.net版本,powershell版本和OS的版本function get-dotnet {[
cmdletbinding
()]param
beanxyz
·
2015-07-31 13:04
powershell
module
PowerShell
创建powershell模块
首先写了一个函数,基本功能是输入操作系统名字,获取系统里面所有匹配系统的.net版本,powershell版本和OS的版本function get-dotnet { [
cmdletbinding
()]
beanxyz
·
2015-07-31 13:04
Module
powershell
重命名ESXI5.X主机名
这里我们说一下关于ESXI主机名命名的操作方法:functionRename-VMHost{ Rename-VMHost-VMHost$esx-NewName"newname.lucd.info" #> [
CmdletBinding
heng2535112
·
2014-04-18 15:13
vmware
esxi5.5
Powershell function的结构
FunctionDo-Something{ [
CmdletBinding
()] param( [Parameter(Mandatory=$True, ValueFromPipeline
liuwangie
·
2013-05-01 15:00
分享一段PowerShell用户认证Function
function Test-UserCredential { [
CmdletBinding
()] [OutputType([System.Boolean])] param(
破狼
·
2012-06-09 22:22
用户名
的
认证
.Net(cs)
分享一段PowerShell用户认证Function
function Test-UserCredential { [
CmdletBinding
()] [OutputType([System.Boolean])]
破狼
·
2012-06-09 22:22
display
认证
用户名
blank
的
PowerShell使用[
CmdletBinding
()]来干什么
我们经常可以注意到PowerShell的脚本或者函数中的第一行总会有[
CmdletBinding
()],它到底有什么用哩?
heqichang
·
2012-04-25 17:14
powershell
CmdletBinding
PowerShell操作数据库
#basicSQLDBaccesshelperfunctionsFunctionQuery-SQLDB{ [
CmdletBinding
()] Param(
heqichang
·
2012-04-11 17:53
.net
数据库
职场
powershell
休闲
PowerShell:函数参数
首先还是让我们来看一下高级函数是如何构成的:FunctionTest-AdvancedFunction{[
CmdletBinding
(SupportsShouldProcess=,ConfirmImpact
heqichang
·
2012-04-10 17:43
windows
函数
参数
powershell
休闲
powerShell写日志功能
Function Write-Log { [
cmdletbinding
()] Param(
hongzhguan
·
2011-11-30 21:00
log
powershell
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他