admin

帅气的我简直无法用语言描述!
Powershell 查找用户的主SMTP地址(powershell查看当前用户)学会了吗

Powershell 查找用户的主SMTP地址(powershell查看当前用户)学会了吗

 $users=Get-ADUser -Filter {proxyAddresses -like '*'} -SearchBase "ou=sydney,dc=omnicom,dc=com,dc=a...
1年前
2850
PowerShell 数组的多种录入方法(powershell date)难以置信

PowerShell 数组的多种录入方法(powershell date)难以置信

 这个需求是小骆驼发起的。感谢 微软云方案交流 236804566 这个高端群的用户贡献。 我们首先看看一个标准的数组是怎么录入的 PS D:\> $arr="adf","asdfer","s...
1年前
2890
PowerShell 指令操作集合(小结)(powershell -lt)难以置信

PowerShell 指令操作集合(小结)(powershell -lt)难以置信

 PowerShell 命令 集合 操作【含义】 命令 打印工作目录【检查当前 所在位置】 pwd【print working directory】 查看 计算机 在网络中的名称 ?待填充 创建目录...
1年前
2760
Powershell 之批量获取文件大小的实现代码(powershell读取文件内容)居然可以这样

Powershell 之批量获取文件大小的实现代码(powershell读取文件内容)居然可以这样

 $startFolder="D:" $colItems=(Get-ChildItem $startFolder | Where-Object {$_.PSIsContainer -eq $True...
1年前
2660
PowerShell String对象方法小结(powershell [string] 用法)一看就会

PowerShell String对象方法小结(powershell [string] 用法)一看就会

 从之前的章节中,我们知道PowerShell将一切存储在对象中,那这些对象中包含了一系列中的称之为方法的指令。默认文本存储在String对象中,它包含了许多非常有用的处理文本的命令。例如,要确定一...
1年前
2600
PowerShell DSC组件 xExchange 发布(powershell access)这样也行?

PowerShell DSC组件 xExchange 发布(powershell access)这样也行?

 随着 xExchange PowerShell DSC Resource Module 的发布,部署和配置一个很复杂的产品将会变得非常容易. 在 Introducing the xExchange...
1年前
2560
PowerShell Continue语句使用示例(powershell ise)一看就会

PowerShell Continue语句使用示例(powershell ise)一看就会

 当你在一个循环的内部使用 “Continue”语句时,可以跳过循环的当前迭代,继续执行下一个迭代。如果使用了”Break”语句,则会跳过剩余的所有迭代循环。 这样就引发了一个问题,在一个多层嵌套循...
1年前
2980
PowerShell 4.0实现自动化设置服务器(powershell怎么运行)越早知道越好

PowerShell 4.0实现自动化设置服务器(powershell怎么运行)越早知道越好

 PowerShell是微软Windows操作系统中一款强大的操作工具。PowerShell的版本随Windows的发布而更新,例如最新的Windows Server 2012 R2/Windows...
1年前
2690
PowerShell 3.0管理Hyper-V 3.0(powershell怎么管理员)越早知道越好

PowerShell 3.0管理Hyper-V 3.0(powershell怎么管理员)越早知道越好

 使用PowerShell 3.0管理Hyper-V 3.0 PowerShell ISE是集成在Windows Server中的PowerShell集成开发环境,在Windows Server 8...
1年前
2800
PowerDesigner中如何导入SQL Server数据库(powerdesigner如何导入sql)不要告诉别人

PowerDesigner中如何导入SQL Server数据库(powerdesigner如何导入sql)不要告诉别人

 再用PD建表完成后导成SQL脚本然后在SQL Server中运行后生成数据库后,就想到,可不可以将直接将数据库的内容生成PD文档?经过上网查,当然可以的。 要将SQL Server中的数据库导入到...
1年前
2660