Quantcast
Channel: TechNet Blogs
Viewing all 17778 articles
Browse latest View live

SharePoint Site Redirection Using PowerShell

$
0
0

Working with a customer this week there was a desire to create a script to redirect users from one site to another (mostly because we had several sites to do this to).  While there are many ways to accomplish this such as IIS or using the Content Editor Web Part with a traditional redirect script, SharePoint also provides a redirect page content type that provides this functionality.  Below is an example script we created to achieve the creation of the old site URL, create a redirect page with the property that redirects to the new site and sets the redirect page as the home page of the site.

Add-PSSnapinMicrosoft.SharePoint.PowerShell

#Setup Site String Variables

$Site="http://intranet.contoso.com/sites/Proj/"

$SiteName="Project1"

$site1=$site+$SiteName

#Specify the site to redirect to

$Site1Redirect="http://intranet.contoso.com/PM/Projects/Project1"

#create the old site in the new environment to redirect from

new-spweb-url$site1-Template"CMSPublishing#0"-Name$SiteName

#Create Redirect Page

$s1=get-spweb$site1

#Finds the appropriate page layout

$pubWeb=[Microsoft.SharePoint.Publishing.PublishingWeb]::GetPublishingWeb($s1)

$pl=$pubWeb.GetAvailablePageLayouts() |Where { $_.Name -eq“redirectpagelayout.aspx”}

#Create New Page

$newPage=$pubWeb.AddPublishingPage("Redirect.aspx",$pl) #filename need end with .aspx extension

$newPage.Update()

 

#Get the docs from the Pages library and store in variable

$list=$s1.lists["Pages"]

$items=$list.items

#Go through all items and update the redirect page to point to the proper

foreach($itemin$items)

{

#If the "Name" column value equals "Redirect.aspx"

if($item["Name"]-eq"Redirect.aspx")

{

#Change the value of the "Redirect URL" column

$item["Redirect URL"]=$Site1Redirect

#Update the item

$item.Update()

}

}

#Check the file in and publish it

$newPage.CheckIn(“Created by PowerShell”);

$newPage.ListItem.File.Publish("")

 

#Configure Redirect Page as Home Page for each site

$HomeDL=$s1.RootFolder

$HomeDL.WelcomePage ="Pages/Redirect.aspx"

$HomeDL.update()


Renault and Microsoft Advertising showcase vehicle design using ads in apps

$
0
0

Renault has launched a cross-platform campaign with Microsoft Advertising to showcase the design of Renault vehicles using ads that are embedded within Windows 8 apps on desktop and tablet.

You can watch how it works in the video above (and don’t worry, there’s no sound to it, so no need to check your volume). The interactive experience has been optimized for touch devices.

Owen Sagness, general manager for Microsoft Advertising & Online UK, writes that the campaign, in collaboration with collaboration with Manning Gottlieb OMD and Publicis, will run until the end of May.

To learn more, head over to the Microsoft Advertising blog.

You might also be interested in:

· Microsoft named to World's Most Ethical Companies list for fourth consecutive year
· Imagine a school without walls, textbooks or teachers …
· Microsoft’s goal: Bring Big Data insights to a billion people

Suzanne Choney
Microsoft News Center Staff

Now use up to 1TB of storage on OneDrive for Business

$
0
0

Good news: You can now increase your SharePoint OneDrive for Business quota to 1TB from the default 25GB and previous limit of 100GB.

Administrators can select specific users to assign new upper quotas of 50GB, 100GB, 250GB, 500GB or 1TB. The SharePoint site collection limit has also been increased from 100GB to a maximum of 1TB, and the 25TB SharePoint Online limit in a single tenant has been removed, which means you can purchase as much pooled storage as needed.

Read more details about quota allotments for SharePoint OneDrive for Business on the Microsoft Education in the Cloud blog.

You might also be interested in:

Athima Chansanchai
Microsoft News Center Staff

Free e-book can help you develop a location-based Windows Store app

$
0
0

If you need help getting started on developing a location-based Windows Store app, there’s a new, free e-book you can download, “Location Intelligence for Windows Store Apps.”

Written by Ricky Brundritt, the e-book dives into location intelligence and the different options for creating location-aware apps for Windows 8.1. The first half of the book focuses on the inner workings of Window Store apps and available location-related tools available (e.g., sensors and the Bing Maps SDK). The second half goes through the process of creating location-intelligent apps, with code samples provided in JavaScript, C# and Visual Basic.

Head over to the Bing Dev Center Team Blog to read more about this e-book. 

You might also be interested in:

Athima Chansanchai
Microsoft News Center Staff

March update to Lync Windows Store App now available

$
0
0

Author: Phillip Garding, Senior Program Manager

Lync Meeting presenters: this Lync update is for you!  The most common feature request from our users is that they want the modern app to have more of the features available in the desktop app.  We continue to listen to feedback and starting today, you can now manage your meeting participants from the modern Lync app. 

In addition to new features, we also continue to improve the ease of use for Lync.  We think you’ll like what we’ve done in this update.  Here’s an overview of what’s new:

Manage meeting participants individually or as a group. You can mute a participant, send a private IM, view their contact card, promote to presenter or demote to an attendee. You can also invite more participants, mute all audience, and admit people to the meeting who are waiting in the lobby.  

Manage meeting participants

 

Easily access conversation controls when you are in a call or meeting. All the controls are right at the bottom of the screen, which you can use to quickly mute/unmute your audio, view the participants, start or stop your video, or leave the conversation.

 

Easily access conversation controls

 

Use the new Meet Now feature to quickly start an impromptu meeting and collaborate on a subject that requires immediate attention- without having to schedule a meeting in advance.

 

Meet Now to start a new meeting

 

Pin your meetings list as a tile to your Start screen to easily see your meeting schedule. The tile lists up to three meetings on your calendar in the next twelve hours.

Pin the Join/Meet Now tile to your Start screen to easily and quickly join scheduled meetings or start a new Lync Meeting.  If you have a Lync Meeting now or starting soon, tapping the tile opens Lync and joins the meeting. At other times, tapping the tile lets you start a new, ad-hoc meeting.

 

Meetings list and Join/Meet Now tiles on Windows Start screen

 

Enjoy improved functionality of screen readers voicing fly-out menus.

This update also has fixes for some problems that prevented a small number of users from signing in to Lync. If you’ve had sign-in problems, click Delete my sign-in info on the sign-in page after installing the update and try signing in again.  If you continue to have problems, please contact your technical support team.

Click here for more information about this update.  To see some of the other things we’re working on, check out the demonstration from the Lync Conference 2014 keynote.  The video is here, and the demo starts around 17:30.

For most users of Windows 8.1, Lync will upgrade automatically within 24 hours. To get the update sooner, search for Lync and click Install.  You can tell when you have the update because you’ll see a message box saying “We’ve updated Lync!” the next time you go to the app.

We are proud to bring you this new version of Lync and are excited to continue adding features, improve performance and make the app even better. Please send us feedback and give us a new or updated rating in the Windows Store, or provide comments to this blog post so that we know what you would like to see in future updates. Then keep an eye out for future updates; more features are coming!

Have fun using Lync!

PowerTip: Use PowerShell to Find What’s New

$
0
0

Summary: Learn how to find what’s new in Windows PowerShell 4.0.

Hey, Scripting Guy! Question How can I find what is new in Windows PowerShell 4.0?

Hey, Scripting Guy! Answer Use Update-Help to update the Help files, then use the Get-Help cmdlet,
          specify the category of HelpFile, and look for “4.0”:

Get-Help -Category helpfile "4.0"

Yammer Now for iPhone adds stickers to app

$
0
0

clip_image002

Yammer Now for iPhone was released a few months ago, letting you instantly message your coworkers and have conversations in real time, no matter where you are. In addition to emoticons, now the app has added stickers to give you even more quick ways to express your thoughts.

To learn more, head over to The Yammer Blog.

You might also be interested in:

· Now use up to 1TB of storage on OneDrive for Business
· Red Stripe Deals include “ilomilo plus,” NovaMind Mind Mapping and “Red Crow Mysteries”
· App of the Week: Get revved up for the Formula One season with ESPNF1 for Windows Phone

Suzanne Choney
Microsoft News Center Staff

Certificate Planning in Exchange 2013

$
0
0

Now that we understand the load balancing and namespace planning principles and how clients connect in an Exchange 2013 environment that has Exchange 2007 and/or Exchange 2010 deployed, the proper certificates can be constructed and deployed as part of the upgrade process.

Of course it goes without saying that there are a few rules you should follow in crafting your certificates:

  1. Use as few certificates as possible.
  2. Use as few host names as possible.
  3. Utilize the Subject Alternative Name (SAN) attribute on the certificate.
  4. Use the Exchange Certificate Wizard within the Exchange Admin Center to request certificates.
  5. Deploy the same certificate across all CAS in the datacenter pair.
  6. Deploy Vista SP1 or later clients so that you do not have to worry about the certificate principal name value.

Wildcard certificates are an option as well. A wildcard certificate for *.contoso.com results in a certificate that will work for mail.contoso.com, legacy.contoso.com, and autodiscover.contoso.com namespaces.

To understand what host names should be included in the certificate request, three scenarios will be considered that leverage the architecture principles discussed in the prior articles.

Read the complete blog at http://blogs.technet.com/b/exchange/archive/2014/03/19/certificate-planning-in-exchange-2013.aspx

Read my favorites blogs:

Assigning File Share permissions using Power Shell

Disk Read Error when migrating virtual machine from one cluster to another

Designing a backup less Exchange 2010 Architecture

Appear Offline in Microsoft Office Communicator Server 2007

Microsoft Exchange 2010 Test cases

Microsoft Exchange Server 2010 Disaster Recovery


Six ways to help protect yourself from tax scams

$
0
0

In the rush to file taxes before deadline, it’s important to protect your valuable information. The Security Tips & Talk blog has posted six ways to keep it out of the wrong hands.

Consumers are advised to be wary of all email, text, or social networking messages that appear to be from the Internal Revenue Service. Fraudulent messages could trick you into revealing sensitive information. Also, use anti-phishing technology to detect scams and check for anti-virus software.

Head over to the Security Tips & Talk blog to find out details and more ways to keep your information safe.

You might also be interested in:

Athima Chansanchai
Microsoft News Center Staff

Office Web Apps 2013 - Errors previewing/viewing/editing documents when using FBA in the extended zone, but not the default zone.

$
0
0

We have run in to several cases lately where customers have FBA authentication enabled in the extended zone, but not the default zone, of the web application, and will receive errors when trying to use the Office Web Apps.

The issue stems from SharePoint and is due to an error in the access token generation when a user tries to load a document in the Office Web Apps.

This is a known issue, but there is currently no timeline on when or if this will be addressed.

The current workaround is to configure FBA authentication in the Default zone of the effected web application

Hosting Summit - J1 - Le business de l'hébergement par les chiffres

$
0
0

Le ton est donné. L’évènement s’ouvre avec une belle vidéo des All Blacks et de leur légendaire danse Haka.
Quel rapport entre le rugby et le marché de l’hébergement me direz-vous ? Et bien, c’est Sean Fitzpatrick, ancien capitaine des All Blacks, en direct via Skype, qui nous explique le pourquoi de cette analogie en revenant sur son expérience de joueur professionnel au sein d’une équipe qui a su inspirer des millions de personnes, maintenir le cap et mettre la barre très haute.
Selon Sean Fitzpatrick, mener une affaire est du même ordre que de jouer dans une grande équipe de rugby. Il partage avec nous les 5 conseils qui lui ont été donnés dans son adolescence et qui ont motivé sa vie de joueur :

  • Faire un sport collectif
  • Prendre du plaisir
  • Etre solidaire avec les autres joueurs et être attaché aux All Blacks, à la nation
  • Avoir la bonne attitude et ne pas la perdre : « you want to be here »
  • Etre à 200% et s’assurer d’avoir le support de sa famille : « Be as successful as you can be – BE A WINNER, try your best. You have to be committed to what you’re doing. »

Des conseils que l’on peut donc tout à fait transposer à un chef d’entreprise qui doit croire à son business, à ses équipes, être déterminé et attaché à sa « marque ».

Marco Limena, Hosting and Cloud Service Providers Business Vice President chez Microsoft Corporation, revient ensuite sur les résultats du Hosting et l’importance des partenaires pour Microsoft:

On apprend ainsi que :

  • Cette année est la meilleure année pour Microsoft Hosting
  • La croissance du marché de l’hébergement est de 23% et que celle de Microsoft croît de 8pts plus vite que celle du marché
  • Les Services Providers sont les plus gros contributeurs parmi tous les profils partenaires au business Cloud de Microsoft

Les drivers cette année ont été:
- Le datacenter moderne : croissance du revenu de 69% dans les outils de management et automatisation
- Une nouvelle génération d’applications : croissance du revenu de 23% pour la base de données
- La ré-invention du desktop : les partenaires gèrent 2.3m utilisateurs de hosted desktop sur un marché dont la croissance est de 30% d’une année sur l’autre

Les opportunités identifiées:
- Le Cloud est un des principaux drivers pour la croissance
- La route vers l’hybride passe par le cloud privé
- Le Cloud est un business d’avenir

N'hésitez pas à lire également l'édito de Marco Limena: "Opportunities in the Cloud as Customers Look Toward Business Growth" dans lequel il revient sur le fait que les clients sont intéressés par le Cloud, que la sécurité dans le Cloud est une opportunité incroyable pour les services providers et que la route vers le cloud passe par le privé.

Hosting Summit - J1 - Comment le cloud est en train de changer notre futur

$
0
0

« This is just the beginning, we haven't event hit the golden age of cloud computing». C’est ainsi que Norm Judah, CTO Services chez Microsoft Corporation, entame sa session. Selon lui, le cloud transforme les technologies mais aussi les organisations et la culture. Nous ne sommes qu’au début de ces transformations. Parmi tout ce qu'il partage avec nous, on peut retenir qu'il va falloir :

  • Etre plus engagé avec les clients et soigner l’expérience utilisateur
  • Etablir des personas pour comprendre comment les utilisateurs fonctionnent. Ce sont ces personas qui vont nous permettre de créer les applications et des services de nouvelles générations. « Si votre app/service rend la journée de quelqu’un un peu meilleure, vous ferez une vente !»
  • Ce qui compte c’est le device et le service et comment ils interagissent l’un avec l’autre
  • Le besoin d’une bonne architecture ne disparaît pas avec le cloud, bien au contraire
  • La télémétriesera partout et il est important de ne pas confondre le déploiement avec l’adoption
  • Le big data : la connaissance viendra de vos données mais aussi des données de quelqu’un d’autre. Il faudra savoir traiter et combiner ces données pour en tirer l’enseignement qui sera utile pour vous : http://www.bain.com/infographics/big-data/ 
  • Il est indispensable de mettre en place une stratégie de sécurité qui vise à protéger les éléments individuellement et non plus des périmètres.
  • « IT needs to get social» : il faut revoir le rôle de l’IT qui se transforme et doit reprendre une place centrale dans l’organisation.
  • Etre dans le cloud, implique d’être capable d’évoluer et de s’adapter tout le temps. C’est culturellement difficile à faire mais si vous ne commencez pas dès maintenant ça n’arrivera pas.

Hosting Summit - J1- Annonce de la baisse des prix d'Exchange, Lync et SharePoint !

$
0
0

Durant la session "Microsoft’s Business Productivity vision and strategy", Kirk Gregersen, directeur marketing Office chez Microsoft Corporation, nous apprend que les prix de Exchange, Lync et Sharepoint vont baisser à compter du mois de Juin :

Voici dans le détail, les baisses de prix que l'on peut attendre sur les différentes références (ces informations sont susceptibles de changer):

Au cours de cette session, Kirk revient également sur l’importance d’Office 365 et sur le fait que son équipe travaille actuellement sur un projet similaire à de la syndication pour les Services Providers

Nous avons également la chance d'avoir le témoignage de Go Daddy qui nous explique comment et pourquoi GoDaddy en est venu à proposer Office 365. « Nous nous demandons toujours ce que nous souhaitons faire nous-mêmes et ce que nous préférons faire avec des partenaires.»
Leur fer de lance étant le support client et la qualité de service, ils ont naturellement opter pour Office 365 plutôt que de mettre en place un Office hébergé: « L’idée était ensuite de se demander ce qui nous rendrait unique dans notre offre. C’est ainsi que nous avons ajouté le support global et une meilleure expérience utilisateur à Office 365.
Plus de détails sur l’offre de GoDaddy : http://www.microsoft.com/en-us/news/press/2014/jan14/01-13godaddypr.aspx

Ce qu’il ressort globalement de cette session, et ce sont les partenaires eux-mêmes qui le disent, c’est qu’il est désormais de la responsabilité du partenaire de montrer le chemin aux clients et de leurs expliquer les workloads. Les partenaires ne doivent plus être de simples opérateurs de services mais doivent devenir des « trusted advisors » en apportant du conseil et de la visibilité à leurs clients qui sont clairement prêts à payer pour ces services Premium.

You’re invited: Microsoft, Schneider Electric hold free webcast about sustainability and technology

$
0
0

You’re invited to attend a free, 1-hour webcast about the intersection of sustainability and technology being presented by Microsoft and one of its partners, Schneider Electric, at 8 a.m. PT, March 31.

Speakers will be Kathryn Willson, Microsoft’s director, Cities Solutions; and Mike Fraser, Schneider Electric vice president, Global Sustainability Services.

Topics will include: Controlling your environmental impact by establishing and tracking your carbon, water and waste footprints, and communicating the results of your reduction efforts to key stakeholders; managing efficiency projects and scenarios; and customizing your experience by building your own dashboards using advanced filtering, benchmarking and visualizations to identify all resource efficiency opportunities.

You can register here, and to learn more, head over to the Microsoft Power and Utilities Blog.

You might also be interested in:

· Now use up to 1TB of storage on OneDrive for Business
· Microsoft named to World's Most Ethical Companies list for fourth consecutive year
· Microsoft’s goal: Bring Big Data insights to a billion people

Suzanne Choney
Microsoft News Center Staff

Find out how Microsoft and open source ecosystems working together add value

$
0
0

In a new blog post, S. Somasegar, corporate vice president of the Developer Division at Microsoft, shares his perspectives on openness at Microsoft and the value of working with open source ecosystems.

“Figuring out how to contribute to those ecosystems, and add new value on top of everything they are already doing is something our team is constantly thinking about,” hesays in a Q-and-A interview. “We now build on and contribute to open source projects across the industry, including libgit2, the ASP.NET Web stack, Node.js, and TypeScript.” 

Somasegar also shares insights about the spirit of openness, Microsoft’s commitment to it, the release of TypeScript, his favorite technology innovation and where he gets his best work done.

Head over to the Openness@Microsoft blog to read the Q&A.

You might also be interested in:

Athima Chansanchai
Microsoft News Center Staff


Lync 2013 standard edition backup and restore insights

$
0
0

I would like to share the backup and restore procedure for a Lync 2013 standard edition server. Current lab setup have two standard edition servers called SE1.fabrikam.com and SE2 fabrikam.com. CMS is located in SE2 , unfortunately SE2 went down due to some reason. I would like to recover the server from scratch.

I had backed up Lync 2013 topology configuration , user data and response group configuration in advance. You need to store this data in a safe location for recovery. Following screenshot may help you for reference.

I have installed a new server with same FQDN called SE2.fabrikam.com. Ensure that IP address and windows configuration are the same. Once OS and network configuration is completed , you need to install Lync 2013 prerequisites like .Net frameworks, PowerShell and other required windows components.

Once Lync 2013 prerequisites are installed successfully , you need to run prepare first standard edition option for the creation local SQL express database. Following screenshot may help you for reference.

Later , I had opened Lync management shell and ran following command to install CMS database instance in SE2.  Install-csdatabase -CentralManagementDatabase _SqlserverFqdn "server FQDN" -Clean -SqlInstanceName rtc , here is the screenshots for reference.

CMS database installation has been completed successfully. I have verified the CMS store location by running get-csconfigurationstorelocation , it was still pointed to SE2. 

I have copied the backup topology configuration file locally and imported the topology from powershell and invoked the replication between the servers. I had to run , Import-csconfiguration -filename "location" command to import the file to local database.

Now topology has been updated and all configurations are available in the CMS and it has been replicated to all local databases. Now , it's the time to run deployment wizard and bootstrap the DLL files on new server. Run local configuration store installation and setup lync server components and associate a certificate to SE2 .

I have successfully completed installation of SE2 and successfully started all services on SE2 as expected.

Once installation is completed , I have restored users data and response group configuration on SE2 pool. Following command may help you for reference. Import-csuserdata -poolfqdn se2.fabrikam.com -filename "location of the backup file"

Import-csrgsconfiguration -filename "location" -destination applicationserver:se2.fabrikamc.om

Conclusion

Please note, you need to backup voice configuration like dialplan/normalization rules and policies part of the backup/restore strategy. Also need t take the back of file share and meeting contents which is not included in SQL/configuration file.Above information may be helpful for backup/restore scenarios.

An important fix for SharePoint Foundation 2013 SP1 has just been released

$
0
0
When looking in the last couple of days at the KB article for SP1 for SharePoint Foundation 2013 you might have seen the following comment: Notice A known issue in SharePoint Foundation 2013 SP1 can affect the functionality of the Search WebPart. We encourage you to limit production installations of SharePoint Foundation 2013 SP1 until a fix is available. SharePoint Server 2013 is not affected by this issue. Today we have released March 2014 Public Update (PU) for SharePoint Foundation 2013...(read more)

#MSFTCOSO POV: A year of progress as Microsoft’s chief online safety officer

$
0
0

The following post is from Jacqueline Beauchere, Chief Online Safety Officer at Microsoft. Once a month on The Fire Hose, Beauchere gives her point of view on topics related to the global consumer online safety, privacy and security landscape. Follow the conversation on Twitter at #MSFTCOSO.


One year ago, Microsoft began to chart a bolder course in its long-standing commitment to online safety. Since my appointment as both the company’s and the tech industry’s first Chief Online Safety Officer in March 2013, I’ve seen the industry as a whole re-up in consumer security, privacy and online safety, especially as these topics relate to children.

For Microsoft, this heightened degree of focus has helped to amplify much of our ongoing work. This includes creating a stronger holistic technical vision within our devices and services, as well as implementing a new Online Safety Policy, Standards and Procedures that now formally codifies work that has been taking place for the past two decades.

Yet, while progress is being made, of course, more can always be done. And, given the vast expanse that is the discipline of Online Safety, progress on one issue can sometimes mean another topical area may be languishing. It’s when the technology industry comes together that real progress is made. I’ve always been a fan of banding together and combining resources for maximum appeal and impact, particularly when it comes to strategies for reaching young people. In today’s “always-on” world, it’s no longer sufficient for parents, caregivers and others to set out to protect children from others. We also need compelling strategies to help protect kids from themselves.

There’s a spectrum of negative behaviors and experiences that children can both exhibit and encounter online. I call them: from “selfies to CSAM (Child Sexual Abuse Material)” – and meanness, teasing, taunting, bullying, and over-exposure all rest somewhere in between. Youth don’t always realize just where their questionable behavior can lead. For example, in 2012, the United Kingdom’s Internet Watch Foundation (IWF) analyzed more than 12,000 “selfie” images and videos of young people in various stages of undress. Findings showed that 88.15 percent of those images and videos made their way to so-called “parasite websites,” where they were downloaded over and over again, some for a fee.

To help guard against this type of behavior, we need to continue to stress the importance of understanding how to use technology safely, appropriately and responsibly – what we call fostering “good digital citizenship.” The biggest challenge will be ensuring that people of all ages and abilities have access to the tools, resources and educational guidance to help them stay safer online.

Given that the Internet is a shared domain, the conversation about online safety must include a broad set of stakeholders. That is why I believe that all companies, especially tech companies, need to come to the table to have a conversation about how we will help chart the course to a “better” and safer Internet. We must also continue to work with governments and law enforcement to help address more serious online crime. Together, through vigilance and collaboration, we can help ensure that everyone, especially children, reach their full potential employing the power of the Internet.

For more information about our work in Internet safety and protecting young people online, visit our Safety & Security Center; “like” us on Facebook; follow us on Twitter, and look for my “point of view” following the #MSFTCOSO hashtag.

Staff App Pick: The I SPY Challenger app for Windows is fun for young and old

$
0
0

Each week, we bring you new app recommendations from our colleagues. This week’s Thursday Staff App Pick comes from Sarah McKinney, a partner business evangelist in Developer & Platform Evangelism at Microsoft.


Screenshot_272900_100000

I spy something “red” shrieks my five year old! “Is it in or outside the car?” yammers the three year old. Yes, the age-old game of I Spy is our go-to game when traveling in the car long distances. Fun, exciting and always good for a laugh. When we are home, the iSpy books and board games from Scholastic have proven fun and entertaining as well. Looking for all of the crayons or toy cars in a picture filled book is a kid’s wonderland. Suffice it to say, we know I Spy!

Recently, we were introduced to the I SPY Challenger app for Windows. The game has more than 60 I SPY riddles with classic seek-and-find play with a twist: there are a few different play modes as well as simultaneous multiplayer with speed rounds. Players are rewarded with points and achievements badges for objects found in riddles and rounds completed within the games, and special tokens earned throughout the game that offer time, single player and blocking opportunities.

Screenshot_272900_1000001

We loaded the game up on our Dell XPS 18 portable All-in-One, and started to explore. Hmm …. So four of us could play at once. We each had to type in our name and choose a cool “picture” to represent us. Yes, my 7-year-old daughter liked being called “Hot Dog,” and her sisters chose “Monkey” and “Astronaut.” The game started… “Hot Dog” spun the wheel on the All in One – Riddle Relay. We learned how to use the “magnifying glass” that was on the screen in front of each of us. The pictures look just like the ones in the book – crisp, clean and oh, so colorful. We quickly tried to find the pictures listed in the screens that rotated. Yes, “Hot Dog” found them all faster than the rest of us. On to spin number two by “Monkey”…. The result: Bug Catcher X-ray. Now we had to find three matching bugs using the “x-ray magnifying glass.” The kids went crazy… all hands were on the All in One at once, everyone trying to go as fast as possible. The game continued on for some time – Hoop Drop, Scrolling Hoop Drop, Riddles and so much more. “Hot Dog,” “Monkey” and “Astronaut” had a great time, and couldn’t wait to show it to their grandparents later that day.

“Hot Dog” did eventually get the chance to teach her Grampa. He uses computers, he plays games and he was ready for her. The game started – there was some advice and guidance given. Eventually, they got into a good game of I SPY Challenger. During the last round, “Hot Dog” was catching on that Grampa wasn’t quite as quick as she was. She found a few items, but then, with a twinkle in her eye and smile on her face, she winked to her grandmother sitting nearby, and let Grampa find the last item and win that round. 

The game is fun and so interactive that it keeps everyone on their toes and excited for the next spin of the wheel! It’s a great game for young and old.

Download I SPY Challenger from the Windows Store today.

You might also be interested in:

· Microsoft exec: Congress must finally pass immigration reform
· Microsoft’s goal: Bring Big Data insights to a billion people
· Microsoft named to World's Most Ethical Companies list for fourth consecutive year

Friday with International Community Update - Pierre ROMAN - Hyper-V: Clustering & Resiliency Makale Serisi

$
0
0

Merhaba arkadaşlar,

Bu Cuma günü yazımızda Technet Canada blog sayfaların yayınlanan ve kısa zaman önce farkına vardığım ve yakından takip etmeye başladığım bir makale serisini sizlerle paylaşmak ve biraz daha çok göz önüne çıkarmak istiyorum. Bana göre kıyıda köşede kalmış bir makale serisi.  

Yapılan yorumlardan ve verilen yıldızlardan bu yazı dizisinin pek dikkat çekmediğini bir kenarda kalmış bir hazine sandığına benzetiyorum ve gün ışığına çıkarmak için bir adım atmış olmak için bu yazı dizisini sizlerle paylaşmak istedim inşallah okuyanların işine yarar.

Canada ekibinden Pierre ROMAN’in hazırlamış olduğu yazı Hyper-V yazı dizisi sıfırdan bir Hyper-V ortamının kurulumunu adım adım en ufak ayrıntısına kadar anlatıyor. Hyper-V sanallaştırma platform kuracak ve bu işi öğrenmeye çalışan arkadaşlarımıza kaynak arayışında olan arkadaşlarımıza oldukça faydalı olacağını düşünüyorum.

Mehmet hocam’in Hyper-V makale serisinin yanında ingilizce olarak ikinci bir kaynak olarak bu makale serisi’de okunmaya değer gizli kalmış bir kaynaktır.

Makaleleri okuyan arkadaşlarım yorumlarını esirgemez ve bir iki satır ile kendisine yorum bırakabilirle ise çok memnun olurum. Bu yorumlar Mr. Pierre’ni paylaşımlarına devam etmesi için itici bir güç olacaktır diye düşünüyorum. Internet’te bir şey paylaşıp karşılığıda hiç bir tepki alamamak insanı üzüyor emin olabilirsiniz.  

Bizlerle böyle bir makale serisini paylaştığın için çok teşekkür ederiz Mr. Pierre.

http://social.technet.microsoft.com/profile/pierre%20roman/

Hyper-V Cluster Makale Dizisi kronolojik sırası ile aşağıdaki gibidir.  

Hyper-V: Clustering & Resiliency. Step 1: Storage

http://blogs.technet.com/b/canitpro/archive/2014/01/23/hyper-v-clustering-amp-resiliency-step-1-storage.aspx

Hyper-V: Clustering & Resiliency. Step 2: Networking

http://blogs.technet.com/b/canitpro/archive/2014/01/28/hyper-v-clustering-amp-resiliency-step-2-networking.aspx

Hyper-V: Clustering & Resiliency. Step 3: Networking Part 2

http://blogs.technet.com/b/canitpro/archive/2014/01/30/hyper-v-clustering-amp-resiliency-step-3-networking-part-2.aspx

Hyper-V: Clustering & Resiliency. Step 3: Networking Part 3

http://blogs.technet.com/b/canitpro/archive/2014/02/05/hyper-v-clustering-amp-resiliency-step-3-networking-part-3.aspx

Hyper-V: Clustering & Resiliency. Step 4: Logical Switches

http://blogs.technet.com/b/canitpro/archive/2014/02/12/hyper-v-clustering-amp-resiliency-step-4-logical-switches.aspx

Hyper-V: Clustering & Resiliency. Step 5: Shared Storage and Clustering

http://blogs.technet.com/b/canitpro/archive/2014/02/18/hyper-v-clustering-amp-resiliency-step-5-shared-storage-and-clustering.aspx

Hyper-V: Clustering & Resiliency. Step 6: Clustered Shared Volume & Optimize.

http://blogs.technet.com/b/canitpro/archive/2014/02/20/hyper-v-clustering-amp-resiliency-step-6-clustered-shgared-volume-amp-optimize.aspx

Hyper-V: Clustering & Resiliency. Step 7: Virtual Machine Configuration

http://blogs.technet.com/b/canitpro/archive/2014/02/26/hyper-v-clustering-amp-resiliency-step-7-virtual-machine-configuration.aspx

Teşekkürler Mr. PIERRE

Thank You Mr. PIERRE

Viewing all 17778 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>