$Cred = Get-Credential When Prompted enter the following: User: <enter> Password: <enter> $Session = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred –Authentication Basic –AllowRedirection Import-PSSession $Session –allowclobber $remotecred = Get-Credential New-MoveRequest -Remote -RemoteHostName ‘autodiscover.ics.net’ -RemoteCredential
Continue ReadingAuthor: admin
SharePoint 2010 now RTM
Microsoft have announced that SharePoint 2010, Visio 2010 and Project 2010 has now gone to RTM. Over the coming weeksdays organisations and the public will be able to gain access to the software. Currently Microsoft
Continue ReadingMy Site creation failure for user – SharePoint 2010 Beta
ISSUE ==== You configure My Sites as per: http://technet.microsoft.com/en-us/library/ee656740(office.14).aspx however when your users access My Content for the first time over the internetcustomintranetextranet zone the following error appears in the event log on the SharePoint
Continue Reading