Jonny 的个人资料Live@edu日志列表 工具 帮助

日志


2月25日

Just a little something I pulled together

I do a load of workshops with customers, and in support of this, I had created what can loosely be described as a Workshop Manual.  Anyway, I have just updated it for use with R3/Outlook Live and the latest and greatest versions of the PowerShell/WinRM CTP releases.

Here it is:

  It has even now got a Table of Contents, and everything!

Happy to make adjustments to this, if any wants me to.

Jonny

评论 (10)

请稍候...
很抱歉,您输入的评论太长。请缩短您的评论。
您没有输入任何内容,请重试。
很抱歉,我们当前无法添加您的评论。请稍后重试。
若要添加评论,需要您的家长授予您相应权限。请求权限
您的家长禁用了评论功能。
很抱歉,我们当前无法删除您的评论。请稍后重试。
您已超过了一天之内允许提供的评论数上限。请在 24 小时后重试。
因为我们的系统表明您可能在向其他用户提供垃圾评论,您的帐户已禁用了评论功能。如果您认为我们错误地禁用了您的帐户,请联系 Windows Live 支持部门
完成下面的安全检查,您提供评论的过程才能完成。
您在安全检查中键入的字符必须与图片或音频中的字符一致。

若要添加评论,请使用您的 Windows Live ID 登录(如果您使用过 Hotmail、Messenger 或 Xbox LIVE,您就拥有 Windows Live ID)。登录


还没有 Windows Live ID 吗?请注册

Jonny发表:
@Israel

Win7 RC build does not work with Outlook Live PowerShell. Will do at some point in the next few months though.
7 月 6 日
Hi Jonny!

I'm having problems when trying to connect my PS to OL.. I can run some cmdlets but when I try to open a session it always dislays the next error message:

[ps.outlook.com] Processing data from remote server failed with the following error message: The Windows Remote Shell cannot process the request; the selector value F077D9
9A-A975-49AF-8748-C6CCE73BCCDE specified in the request was not found. For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportException
+ FullyQualifiedErrorId : PSSessionOpenFailed

BTW I'm currently using Windows 7 RC Build 7100... Any ideas?

Thanks in advance,
Israel
7 月 2 日
Jonny发表:
On scheduling a batch job... this is what I got to work for me (using Windows Scheduler). I use 3 files in total.

- A createusers.bat file containing the following command (this is what I schedule to run):
powershell.exe -command "& 'c:\tools\batch.ps1' "

- A batch.ps1 file containing:
$Username = "admin@contososchool.info"
$Password = ConvertTo-SecureString 'MyPassword' -AsPlainText -Force
$Livecred = New-Object System.Management.Automation.PSCredential $Username, $Password
c:\tools\CSV_Parser_R3.PS1 -UsersFile c:\tools\students.csv -LiveCredential $Livecred -LogDirectory c:\tools\Logging\ -ValidateAction $true
get-pssession | remove-pssession

- CSV_Parser.ps1 – no mods
4 月 14 日
Jonny发表:
You can obtain the new script from http://connect.microsoft.com/ Sign up for access to the Outlook Live CONNECTION, and you will see the script in there in the downloads section.
4 月 3 日
hye jonny,

can i know where can i get the new script (csv_parser) in order to do the provisioning part. hope to hear from you soon.

Thanks.
4 月 3 日
Jonny发表:
@ No name (are you the same No Name as the last guy? :))

Thinking that your domain is not fully provisioned yet. Can you log on to the domain at outlook.com with your admin account?

Feel free to ping me at jonncha AT microsoft.com if you like.
3 月 27 日
没有名字发表:
When I run the instructions for connecting Windows PowerShell to Outlook Live I get this response. I am including what I imput also.
PS H:\> $LiveCred = Get-Credential

cmdlet Get-Credential at command pipeline position 1
Supply values for the following parameters:
Credential
PS H:\> $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/k.com/power
shell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
New-PSSession : [ps.outlook.com] Connecting to remote server failed with the following error message : The WinRM client
sent a request to an HTTP server and got a response saying the requested HTTP URL was not available. This is usually r
eturned by a HTTP server that does not support the WS-Management protocol.
At line:1 char:25
+ $Session = New-PSSession <<<< -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/k.com/powe
rshell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
gTransportException
+ FullyQualifiedErrorId : RemoteRunspaceOpenFailed
PS H:\>
3 月 27 日
Jonny发表:
@No name

This could be a number of things... contact me on mail at jonncha AT microsoft.com and I will connect you with a specialist in your region... or help you myself.
3 月 24 日
James发表:
I get this message whenever I try to run the CSV_Parser R3 script. I've got CTP3 of WinRM and powershell installed on Vista. Our Exchange Labs was Any ideas what this message means and why I can't run the script?

@{ErrorCode=-2144108528; TransportMessage=The WS-Management service cannot process a SOAP header in the request that is marked as mustUnderstand by the client. This could be caused by the use of a version of the protocol which is not supported, or may be an incompatibility between the client and server implementations. ; ErrorRecord=Connecting to remote server failed with the following error message : The WS-Management service cannot process a SOAP header in the request that is marked as mustUnderstand by the client. This could be caused by the use of a version of the protocol which is not supported, or may be an incompatibility between the client and server implementations.; StackTrace=; Message=Connecting to remote server failed with the following error message : The WS-Management service cannot process a SOAP header in the request that is marked as mustUnderstand by the client. This could be caused by the use of a version of the protocol which is not supported, or may be an incompatibility between the client and server implementations.; Data=System.Collections.ListDictionaryInternal; InnerException=; TargetSite=; HelpLink=; Source=}
3 月 24 日
VERESMARY发表:
Thanks for the excellent explanation for getting started with the latest version--everything worked like a charm for me. Can you add an addendum for adding a "profanity filter" and "restricting mail flow" in the new world version when you get a moment of free time? These are two important issues for K-12 education.

Cheers,
Mary
3 月 17 日

引用通告

引用此项的网络日志