Powershell - 将输出连接到csv文件

时间:2017-07-11 14:54:13

标签: powershell csv foreach

首先这是我的第一篇文章,所以如果我有关于Stackoverflow程序的信息,请告诉我。

现在,让我们来解决PowerShell的问题。我正在创建一个powershell脚本,它将检索SAMaccountname和ipphone属性,然后将它们导出到csv文件。

Import-Module activedirectory

Get-Aduser -filter {ipphone -like "*"} -properties samaccountname,ipphone | select name,samaccountname,ipphone | export-csv "C:\output.csv" -NoTypeInformation

结果是:

namme,samaccount,ipphone

现在......我需要一个具有domain / samaccountname格式的列,而不是一个独立的samaccountname。我能做些什么来实现这个目标?

1 个答案:

答案 0 :(得分:2)

使用ImageView image; RelativeLayout layout = (RelativeLayout)findViewById(R.id.imageView); ImageView image= new ImageView (this); image.setImageResource(R.drawable.YOUR_IMAGE); layout.addView(image); int A; A = 41; for ( int i = 0; i < 50 ; i++) { image.setX(A); A+=step; layout.invalidate(); } 时将a calculated property添加到媒体资源列表中:

select