#OCCUPYWALLSTREET
This tops Brooklyn Bridge with 11 and all other trending sites in New York, making the Occupy Wall Street the largest ongoing even in New York right now.
'via Blog this'
'via Blog this'
BlackBerry maker Research In Motion has launched a new service that not only extends access to Microsoft Office 365 but lets businesses better manage their BlackBerry devices.
Currently available as a beta for Microsoft Office 365 customers, BlackBerry's Business Cloud Services offers four key benefits to potential customers, according to RIM:
- Access to Microsoft Exchange online email, calendar, and organizer data from BlackBerry smartphones.
- BlackBerry Balance technology, which lets users see both personal and work-related content on their phones but keeps the two separate from each other.
- Online access to smartphone security features where users can remotely lock or wipe their smartphones or reset their passwords.
- An online console where IT admins can manage and secure the BlackBerry smartphones used by company employees.
"BlackBerry Business Cloud Services is an easy and cost-effective way for businesses and government agencies to extend Microsoft Office 365 to BlackBerry smartphones and manage the deployment in the cloud," RIM Vice President Alan Panezic said in a statement. "We have been working together with Microsoft and select customers through an early access program and we are pleased to now launch an open beta for the service."
function HelloWorld()
{
$say = "Hello world"
echo $say
}
function WaitForJobToFinish([string]$SolutionFileName) { $JobName = "*solution-deployment*$SolutionFileName*" $job = Get-SPTimerJob | ?{ $_.Name -like $JobName } if ($job -eq $null) { Write-Host 'Timer job not found' } else { $JobFullName = $job.Name Write-Host -NoNewLine "Waiting to finish job $JobFullName" while ((Get-SPTimerJob $JobFullName) -ne $null) { Write-Host -NoNewLine . Start-Sleep -Seconds 2 } Write-Host "Finished waiting for job.." } } Add-PsSnapin Microsoft.SharePoint.PowerShell $CurrentDir=$args[0] $solutionName="Limeco.UI.WebParts.wsp" $SolutionPath=$CurrentDir + "\"+$solutionName Write-Host 'Going to disable feature' disable-spfeature -identity Limeco.UI.WebParts_LimecoWebPartFeature -confirm:$false -url http://localhost Write-Host 'Going to uninstall feature' uninstall-spfeature -identity Limeco.UI.WebParts_LimecoWebPartFeature -confirm:$false -force Write-Host 'Going to uninstall solution' Uninstall-SPSolution -identity $solutionName -allwebapplications -confirm:$false Write-Host 'Waiting for job to finish' WaitForJobToFinish Write-Host 'Going to remove solution' Remove-SPSolution –entity $solutionName -confirm:$false Write-Host 'Going to add solution' Add-SPSolution $SolutionPath Write-Host 'Going to install solution to all web applications' Install-SPSolution –entity $solutionName –llwebapplications –ACDeployment Write-Host 'Waiting for job to finish' WaitForJobToFinish Write-Host 'Going to enable Feature' Enable-spfeature -identity Limeco.UI.WebParts_LimecoWebPartFeature -confirm:$false -url http://localhost Remove-PsSnapin Microsoft.SharePoint.PowerShell
Get-SPWebAppllication
Restore-SPSite http://test -path D:\backups\home.bak -DatabaseName WSS_Content
Restore-SPSite http://test/sites/work -path D:\backups\work.bak -DatabaseName WSS_Content_2