由买买提看人间百态

topics

全部话题 - 话题: powershell
1 2 3 4 5 6 7 下页 末页 (共7页)
r*****3
发帖数: 143
1
来自主题: Programming版 - 《Windows Powershell 实战 (第2版)》[PDF]
中文名: Windows Powershell 实战 (第2版)
原名: Windows PowerShell in Action, 2nd Edition
作者: Bruce Payette
图书分类: 软件
资源格式: PDF
版本: 英文文字版/更新源代码
出版社: Manning
书号: 9781935182139
发行时间: 2011年
地区: 美国
语言: 英文
简介:
内容介绍:
This expanded, revised, and updated Second Edition preserves the original's
crystal-clear introduction to PowerShell and adds extensive coverage of v2
features such as advanced functions, modules, and remoting. It includes full
chapters on these topics and also covers new language elements and
operat... 阅读全帖
S*******h
发帖数: 7021
2
Yes, PowerShell can be run as a script.
To run PowerShell script, you need to install PowerShell 2.0 and, ideally,
use Putty Plink to SSH from Powershell.
I looked up the internet. It seems that PowerShell has a version for Apache
Linux server called PASH: http://blogs.msdn.com/b/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx
Does anyone ever execute PowerShell (PASH) from Java in Linux server? Does
it work fine?

execute
t***s
发帖数: 163
3
I am very busy with my daytime job and my new born daughter. So I don't have
enough time for PowerShell Remoting Project. But I would like to continue
the development of this project in a community (probably open source).
I have been contact some friends also intersted in PowerShell Remoting.There
are also a couple of user requesting for source code of PowerShell Remoting
. If you are interested in this project and would like to contribute your
time to it, please Email me (shenzhonghao AT gmail
g*****g
发帖数: 34805
4
I don't know much about PowerShell. But as long as you can run the
thing as a script, it should be fine. A script can be ran by calling
Runtime.exec

software updates to Windows and Linux machines from this Web Service. In
the Windows environment,the Windows machine management tasks are typically
done by Windows PowerShell wi
implement this Web Service. The question comes to how to make Java execute
PowerShell commands in the web service? If Java can’t do this, are there
other alternatives th... 阅读全帖
t*****s
发帖数: 124
5
execute PowerShell on Linux server?
PowerShell need .Net Framework support, so you need have a .Net Framework
environment on Linux server first, then implement PowerShell runtime on
Linux

Apache
t***s
发帖数: 163
6
I am very busy with my daytime job and my new born daughter. So I don't have
enough time for PowerShell Remoting Project. But I would like to continue
the development of this project in a community (probably open source).
I have been contact some friends also intersted in PowerShell Remoting.There
are also a couple of user requesting for source code of PowerShell Remoting
. If you are interested in this project and would like to contribute your
time to it, please Email me (shenzhonghao AT gmail
j********r
发帖数: 96
7
Greetings,
I have a very interesting short-term W2 contract position for a Sr. C#
Developer at Microsoft.
If you are interested contact me: J**[email protected]
Length of Project: 2 months, until the end of June.
Project: Actually building a tool that allows SQL Server Reporting Services
(SSRS) customers to migrate from Native Mode to SharePoint mode.
This is likely to be implemented via Web Service SOAP APIs, PowerShell APIs
or via direct data transfer between database schemas.
Knowledge of SQL... 阅读全帖
S*******h
发帖数: 7021
8
We want to host a Web Service in an internet facing web server and push software updates to Windows and Linux machines from this Web Service. In the Windows environment,the Windows machine management tasks are typically done by Windows PowerShell with Windows Management Instrumentation(WMI) query.
In our initial analysis, we prefer to use Java and Apache Axis2 to implement this Web Service. The question comes to how to make Java execute PowerShell commands in the web service? If Java can’t do... 阅读全帖
S*******h
发帖数: 7021
9
来自主题: Programming版 - 如何在Java上跑Windows PowerShell cmdlet?
We want to host a Web Service in an internet facing web server and push
software updates to Windows and Linux machines from this Web Service. In the Windows environment,the Windows machine management tasks are typically done by Windows PowerShell with Windows Management Instrumentation(WMI)
query.
In our initial analysis, we prefer to use Java and Apache Axis2 to implement this Web Service. The question comes to how to make Java execute PowerShell commands in the web service? If Java can’t do... 阅读全帖
M*****r
发帖数: 1536
10
来自主题: Windows版 - Windows PowerShell (转载)
【 以下文字转载自 Software 讨论区 】
发信人: Modeler ((Balance)), 信区: Software
标 题: Windows PowerShell
发信站: BBS 未名空间站 (Wed Nov 15 19:15:04 2006)
http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx
t*****s
发帖数: 124
11
来自主题: DotNet版 - Powershell dot sourcing question.
解决依赖问题在PowerShell 2.0里可以用Module
可参考 http://msdn.microsoft.com/en-us/library/dd878310(v=vs.85).aspx
如果非要用dot source的话,在A.ps1里加入
$myPath = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
. $myPath/relativePathToB/B.ps1
j*****o
发帖数: 320
12
来自主题: EmergingNetworking版 - Microsoft PowerShell
Microsoft要出一个新的Shell, 取了个名字叫"PowerShell" or "MonadShell"
Microsoft is developing a new interactive command-line shell and task-based
scripting technology in Windows that administrators can use for system
management tasks on both desktops and servers.
new built-in command line tools and utilities for common system administration
tasks
new navigation model that allows easy navigation of drives, registry, and
Windows Management Instrumentation data.
new text and object manipulation capabilities th
c*****t
发帖数: 1879
13
来自主题: Java版 - Any powershell equivalent stuff?
Just did Windows update and noticed this PowerShell thing. It has
a pretty neat concept. Just wondering if there is anything Java
equivalent? Should be fairly trivial to implement one I think.
S*******h
发帖数: 7021
14
多谢指点
I searched internet and found a .NET Framework for non-MS platform called "Mono".
http://www.mono-project.com/Main_Page
Is this the .NET framework you talked about? So once I install Mono, I am able to run PowerShell script at Java Web Service via Java RunTime.exec?
t*****s
发帖数: 124
15
see my reply to your message

"Mono".
able to run PowerShell script at Java Web Service via Java RunTime.exec?
g*****g
发帖数: 34805
16
Don't count on Mono to run anything serious. Just write a shell
script on linux and be done with it.

"Mono".
able to run PowerShell script at Java Web Service via Java RunTime.exec?
M*****r
发帖数: 1536
d*****r
发帖数: 39446
18
【此篇文章是由自动发信系统所张贴】
powershell 已经成为本俱乐部的正式成员, 特此通知.
D*******a
发帖数: 3688
19
来自主题: Programming版 - 专业c++程序员都用什么ide (转载)
Comparing powershell to bash alone is also not fair because powershell can
invoke .net objects, so basically it can do a lot more. Imagine a bash shell
that allows you to call C lib functions...
Now, if you compare powershell w/out .NET and bash alone, perhaps they are
as good as each other. But this comparison is kind of useless...don't you
think?

so
powershell
i***0
发帖数: 8469
20
来自主题: Seattle版 - 110 K + base
I ran across your resume in our database and it looks like we have talked to
you in the past. I just opened this exciting project with a client of mine
on the East Side. After reviewing your resume, it looks like this would be
a good fit with you background and skills.
Please let me know when we can have a conversation so we can catch up and if
your available for projects, I can discuss the details of this opportunity.
I look forward to talking with you.
Job #12530-MH2210
Job Title: Software De... 阅读全帖
a*******t
发帖数: 891
21
来自主题: Database版 - script language
with M$ pushing PowerShell for windows platform, and seeing SQL2008 even has
a built-in shortcut to PowerShell command window, for SQL DBA it'll be
PowerShell no question
c**a
发帖数: 47
22
来自主题: Programming版 - windows 就是一个屎坑
你真是无知无畏
Powershell 比Unix 下工具粘结更厉害?
[在 ycj (ycj) 的大作中提到:]
:如果光论shell script language,powershell 比Linux下那些乱七八糟的要先进至少
:一个光年。
:
: 屎坑10的命令行就tmd个joke,说是支持bash结果bug一大堆,大半的功
能都不支
:持就算
:
: 支持的还不compatible。一帮傻子鼓吹powershell,看看几个公司在用
?连软软
:自己家
:
: 都不屑用
:
: 再说task manager跟命令行有啥关系?屎坑10死机了整个OS freeze了,
:你叫我
:打开
:..........
b****b
发帖数: 656
23
来自主题: Programming版 - windows 就是一个屎坑
等啥?不是早就有了吗?https://github.com/PowerShell/PowerShell Bash是不好用
,但暂时还没有看到周围有谁在用PowerShell。
n*w
发帖数: 3393
24
来自主题: Programming版 - windows 就是一个屎坑
还是preview, beta状态吧?

:等啥?不是早就有了吗?https://github.com/PowerShell/PowerShell Bash是不好
用,但暂时还没有看到周围有谁在用PowerShell。
y*j
发帖数: 3139
25
来自主题: Military版 - 简单编程问题求教。
当然可以,powershell 基本上可以访问windows上的任何东西。

:powershell可以读串口了?那可真是power了
F******a
发帖数: 92
26
来自主题: Seattle版 - 写power shell用什么IDE好啊
同在Windows PowerShell底下,有个 Windows PowerShell ISE.
我觉得它挺好用的.
c********t
发帖数: 14
27
来自主题: Seattle版 - SDE Job Posting
Hi, we are in urgent to hire SDE with following background. Term is
flexible. Please email me: l*****[email protected] if you are interested.
SDE: (Sharepoint Developers) :
4 years of hands on experience in deploying & testing Sharepoint
applications
Windows Azure experience is a plus
Deep understanding of configuring the Sharepoint applications, trouble
shooting Deployment issues
Good understanding of deployment eco-system, including SQL DB, Performance,
Scalability, Robustness
Good understanding o... 阅读全帖
i***0
发帖数: 8469
28
来自主题: Seattle版 - positiion with microsoft
have a position with Microsoft, V- . Please let me know if you know anyone
that might be a fit.
Thanks,
Noel
We are looking for a passionate, strong and experienced developer for
management system team. This team owns critical infrastructures pieces -
such as deployment, monitoring, diagnostics, migration - required for
successfully running a service on thousands of machines across multiple
datacenters in the cloud. The successful candidate will be responsible for
end-to-end design, development... 阅读全帖
y***r
发帖数: 1845
29
这是PowerShell,windows上存成run.ps1,可以在powershell console里面运行。
O*******d
发帖数: 20343
30
Run this in PowerShell (from Start » All Programs » Accessories &#
187;
Windows PowerShell):
Get-ItemProperty HKLM:SYSTEMCurrentControlSetEnumHID**Device` Parameters
FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath
FlipFlopWheel 1 }
最后那个数字是1就把mouse wheel反向。 0则是正常。 做完后restart。
p********l
发帖数: 279
31
【 以下文字转载自 JobMarket 讨论区 】
发信人: powershell (PoSh >_), 信区: JobMarket
标 题: Job Opening - Junior Software/Database Developer
发信站: BBS 未名空间站 (Mon Oct 19 16:07:26 2015, 美东)
Two openings. The company is in San Fernando Valley region of the City of
Los Angeles, California.
Junior Software Developer
• .NET C# win form/web programming experience.
• Working knowledge of .NET APIs, T-SQL, and SQL Server.
• Experience with web-related technologies (HTML, CSS, JavaScript,
JSON, Aja... 阅读全帖
k***e
发帖数: 7933
32
来自主题: DotNet版 - azure一问
azure上的windows VM A, B
通过azure powershell module, VM A可以start/stop VM B。
我的问题是能不能在VM A上通过powershell来remote启动VM B上的程序?什么搞?
e*********s
发帖数: 365
33
来自主题: Hardware版 - i5到i7究竟有多大区别?
powershell -c "(gwmi Win32_Processor).NumberOfCores"
powershell -c "(gwmi Win32_Processor).NumberOfLogicalProcessors"
m*******i
发帖数: 362
34
powershell目前还支持,不过如果wsl成长顺利的话,powershell很可能成为历史
m*******i
发帖数: 362
35
powershell目前还支持,不过如果wsl成长顺利的话,powershell很可能成为历史

发帖数: 1
36
来自主题: Hardware版 - windows2016 当Windows7使用
首先,开启无线服务
PowerShell /Command "&{add-windowsfeature Wireless-Networking}"
其次,设置声音服务为自动启动
PowerShell /Command "&{set-Service "Audiosrv" -startuptype automatic}"
第三,安装.net 3.5
Dism /online /enable-feature /featurename:NetFx3 /All /Source:X:
Win2016sourcessxs /LimitAccess
第四,删除系统自带杀毒软件Windows Defender
运行“服务器管理器” → 右上的“管理”菜单 → 删除角色和功能 → 下一步到:功
能 → 去掉勾选“Windows Defender功能”(同时去掉勾选两个子项)→ 下一步 →
删除 → 重启。
第五,允许在未登录前关机、禁用 Ctrl+Alt+Del、在登录时不启动服务器管理器
注册表加入
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVe... 阅读全帖

发帖数: 1
37
来自主题: Hardware版 - windows2016 当Windows7使用
开启无线另一种方式:
PowerShell下运行 Get-WindowsFeature *Wireless*
重启生效后,PowerShell下再运行 Net start WlanSvc
n*w
发帖数: 3393
38
最终用powershell完成了这个任务。powershell看来比bash强大很多倍。
1 2 3 4 5 6 7 下页 末页 (共7页)