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

Another WPAD mystery

$
0
0

I wrote a blog post on WPAD some time back to be specific this one http://blogs.technet.com/b/sooraj-sec/archive/2011/07/07/wpad-is-working-or-not.aspx and I got case on a subject related to this ,I thought the post and the details in it ,will be good enough to completely resolve this issue ,but it turned out that there were more interesting things to be discovered. Once again we were dealing with an issue, where autodetection with WPAD was not working as expected, using DHCP option 252 and it was falling back to DNS, so objective was to find out why autodetect was not picking up WPAD DHCP option 252 ,although it was configured properly.

So while doing testautodetect of FWCtool , we collected network traces and to my surprise we were seeing following in the DHCP response

---------------------------------------------------------------------------------------------

- Dhcp: Reply, MsgType = ACK, TransactionID = 0xxx
    OpCode: Reply, 2(0x02)
    Hardwaretype: Ethernet
    HardwareAddressLength: x (0xx)
    HopCount: 0 (0x0)
    TransactionID: x (0xx)
    Seconds: 0 (0x0)
  + Flags: 0 (0x0)
    ClientIP: x
    YourIP: 0.0.0.0
    ServerIP: 0.0.0.0
    RelayAgentIP: x
  + ClientHardwareAddress: xxxx
    ServerHostName:
    BootFileName:
    MagicCookie: x.x.x.x
  + MessageType: ACK - Type 53
  + ServerIdentifier: x- Type 54
  + SubnetMask: x- Type 1
  + DHCPEOptionsVendorSpecificInformation:
  + DomainName: suraj.contoso.local- Type 15
  + Router: x.x.x.x - Type 3
  + DomainNameServer: x.x.x.x.x - Type 6
  - WPAD: http://surajisa.suraj.contoso.local:80/wpad.dat - Type 252
     OpCode: Web Proxy Auto Detection (WPAD), 252(0xFC)
     Length: 55 (0x37)
     URL: http://surajisa.suraj.contoso.local:80/wpad.dat
  + End:

----------------------------------------------------------------------------------------------

which means that DHCP server was replying with option 252 for WPAD and the URL of the ISA server i.e.

" http://surajisa.suraj.contoso.local:80/wpad.dat"

but twist was that client machine was not consuming this and was not able to detect WPAD from DHCP.

I gave procmon a try(while doing autodetect) ,to see if there is issue with permissions on files, on the machine but answer was no, I could not find any permission issue with files/registries etc.

Following article explained the this issue http://support.microsoft.com/kb/2738141 and we applied this article and we were able to detect the WPAD settings using DHCP option 252.


RSA Conference USA 2014: New Foundations for Threat Modeling

$
0
0

By TwC Staff

What if you could deploy a process that would help you develop software products and services with better security, shorter development cycles, and fewer surprises for your customers?

Those are some of the benefits of threat modeling, which was the topic of an excellent presentation: New Foundations for Threat Modeling, from Adam Shostack, principal security program manager for Trustworthy Computing, at the RSA Conference USA this week.  See more >>

...(read more)

Making a difference for eye health in India

$
0
0

Juhee Ahmed

Wherever Microsoft does business, we are active members of the communities in which we live and work.  At the Microsoft India Development Center (MSIDC) in Hyderabad, some employees took a particular interest in the needs of the visually impaired. 

Juhee Ahmed and fellow employees of the MSIDC contributed to create a the Mobility & Sensory Stimulation Park—the first of its kind in the world. The park, which was fully funded by contributions received from MSIDC employees through the Microsoft Employee Giving Campaign, exposes visually challenged people to non-visual sensory experiences. By offering multi-sensory experiences such as touch, hearing, smell, and taste, the park serves as a place where people young and old can come to learn various techniques that will assist them in their daily lives. The Mobility and Sensory Stimulation Park includes a perfumed flower and herb garden, spices and aromatics, different textured walking paths and a waterfall—all designed to heighten the sensory experience in a playful manner. While one of the main focuses of the park is on the services for those who are visually impaired, it was also created to sensitize the issue of vision loss to the public using Vision simulators.

In addition, the campaign generated funds to establish a Counseling Helpline for the Visually Impaired and conduct close to 2,500 eye sight restoring surgeries.  

Juhee Ahmed and fellow employees of the MSIDC contributed to create a the Mobility & Sensory Stimulation Park—the first of its kind in the world.

Juhee Ahmed and fellow employees of the MSIDC contributed to create a the Mobility & Sensory Stimulation Park—the first of its kind in the world.

Juhee is featured on the Microsoft Facebook Page in #ICreatedThis, an ongoing series that showcases people doing interesting things at Microsoft and with Microsoft technology. Know someone else doing something amazing? Tweet us @Microsoft using the #ICreatedThis hashtag or email the story to cmgsocial@microsoft.com.

Rob Wolf
Microsoft News Center Staff

Success with Hybrid Cloud: By Scenario – Cloud Bursting

$
0
0

By-Scenario_thumb2_thumb_thumb

Every business leader has found themselves, at one time or another, dealing with something unforeseeable or unexpected, and, in the IT world, workload spikes can sometimes come out of nowhere and wreak havoc on an organization’s infrastructure.

Dealing proactively with these spikes – and even developing an infrastructure capable of handling them – is surprisingly simple with a Hybrid environment. Rather than incurring capex for additional server capacity to handle infrequent workload peaks, a Hybrid environment leverages its local IT infrastructure for the many business requirements and then supplements its operation with public (or service provider) cloud resources whenever the local resources are stressed.

This Hybrid technique is called Cloud Bursting and it allows the enterprise to expand its capacity as needed while making efficient use of its existing resources.

Cloud bursting is a technically advanced topic that is rapidly evolving, and in this blog post I’ll introduce some design guidelines and technical insights we’ve developed to help address use cases related to building an auto-scaling infrastructure. And don’t worry, I’ll link away to our engineering blogs for the deeply technical content rather than get into the weeds – I promise.

Challenges & Advantages

Cloud Bursting is a critical way to meet user experience requirements and SLAs without needing to own massive on-prem resources, but this does not mean this process is without challenges all its own.

Although cloud bursting has the potential to save money and provide a consistent level of performance, doing this in a non-Hybrid environment presents some real challenges. In particular, app components running on a burst public cloud needs access to secure data and these apps must be designed from the outset to scale or they cannot take advantage of cloud bursting – trying to retrofit apps is time-consuming and expensive.

Additionally, depending on where you burst to, the other platform may not be compatible with the platform on which you did your dev/test – this can undo a lot of progress made with the app and with your plans to use. Other challenges include how to deal with differing APIs/policies/UI/tools, troubleshooting load balancing to other VMs, and maintaining control over external cloud resources during and after bursting. Compounding all of this is the fact that if these bursting actions are not well automated, the act of doing it manually is difficult, time-consuming, and prone to error – all of which are fatal flaws when your infrastructure’s capacity is maxed out.

This is where a Hybrid Cloud can make a real impact – in fact, cloud bursting itself is building into Hybrid Cloud architecture. A Hybrid Cloud is, after all, a deployment model in which two or more separate clouds are bound together. This built-in functionality enables some major advantages.

A really quick look at these advantages includes on-demand scale (only when you need it, delivered fast), self-service functionality (you control how you want things to provision), flexibility (the bursting happens where, when, and how you want), fault-tolerance (multiple locations can be used for redundancy), limiting human error through automation, and all of the above lead to big cost savings.

Cloud Bursting Scenarios

To see how cloud bursting can work in your organization, here are a couple scenarios that show how you can do it efficiently with System Center 2012 R2 and Windows Server 2012 R2.

First, consider the needs of the fictitious Woodgrove Bank. Woodgrove’s payroll app is two-tiered (web front-end and SQL backend) and it deploys five front-end servers to handle peak loads throughout the month – but, aside from the first and last week of the month, those five servers are very under-utilized. The IT team at Woodgrove wants to scale down to a single front-end server for day-to-day operations (and to house the customer data side of the app), and get the scaled capacity they need during short-term peaks from a service provider.

To make this happen, Woodgrove’s IT team will need to address via 5 simple things:

  • Monitoring the service state
  • Service scale Orchestration
  • Service scaling Management
  • Network connectivity between the private and public site
  • Data replication

Each of these 5 things can be implemented using various technologies, and the approach on each of these implementations determines how the bursting process is triggered and carried out. The goal is to allow the app or service to autonomously remain within compliance of SLA’s, and, if necessary, add additional resources to remain in compliance and meet demand.

Monitoring the Service State with System Center 2012 R2 – Operations Manager

The observable service state is critical in implementing an effective, dynamic IaaS architecture. If you don’t have a way of understanding what the delivered service is providing to the end users, you can’t react dynamically to that state.

To make the best decisions regarding how to adapt the system to provide the desired service level, you can use the end user experience measure as a trigger for the scaling up/down of our dynamic infrastructure. For example, whenever the end-user experience falls below a threshold, capacity is added, and, as the measure increases above our threshold, we decrease capacity.

The drawback of using only an end-user monitoring approach is that it only tells you that you have a problem with the performance for your end users. What it doesn’t do is give our system any information as to where the problem is or what is causing the problem. To overcome these shortcomings, there is a big need to create a truly intelligent dynamic IaaS service that considers the end-user experience as its key performance indicator (KPI). Any IaaS will still need infrastructure and application metrics provide the causal analysis data.

One way to have the necessarily visibility is with System Center Operations Manager 2012 R2 (SCOM) – a tool built to provide service-level end-to-end monitoring, as well as insight into the health and performance of line-of-business apps.

Service Scale Orchestration with System Center 2012 R2 – Orchestrator and SMA

Once your KPIs have been determined and the proper thresholds are established, the next step is to ensure you have the necessary automation to burst your private cloud service into an on-demand public cloud.  This public cloud should deliver the exact set of services and application setups that you have on premises, and push them to the cloud.

The 2 key scenarios for automation are:

  • Scaling out to a public cloud to support load increases.
  • Scaling Back (i.e. Tearing Down) those resources in the public cloud when they are no longer needed.

Scaling Out to Your Public Cloud:

In the graphic below, an alert has been triggered according to a defined threshold that requires you to execute automation for bursting to your public cloud.  In that graphic, three key things are happening:

  1. SCOM identifies a threshold has been met.
  2. Orchestrator responds to this configured threshold breach by executing an SMA Runbook in the off-premise hosted facility.
  3. SMA Runbooks execute the automation to deploy a pre-configured Gallery Resource that extends your web front end service to this offsite location – thus supporting your on demand scale needs.

clip_image001

Note:A very similar automated process can be leveraged on a schedule to support bursting into the public cloud for predetermined speak times (and then scale back when demand is predicted to decrease).

Scaling Back or “Tearing Down” Public Cloud Resources:

In order to ensure that CAPEX is at a minimum, rebalancing of compute resources back to your on-prem data center is necessary.  Whether this is executed as part of an on demand or scheduled scenario, automation can be leveraged to streamline the scale-back process that has three primary steps:

  1. SCOM identifies a threshold has been met that allows for scale back of bursted resources.
  2. Orchestrator responds to this configured threshold stabilization by executing an SMA Runbook in the off-premise hosted facility.
  3. An SMA Runbook executes the automation to tear down the temporary resources in your off premise cloud.

clip_image002

For more information on how Orchestrator and SCOM can be leveraged together when responding to these events please see: Operations Manager 2012 Integration Pack Overview for Orchestrator 2012.

For information on automating the scaling process of Gallery Resources within Windows Azure Pack, please check out this blog series about the mechanics of provisioning VM Gallery Resources through PowerShell automation: Automation: The New World of Tenant Provisioning with Windows Azure Pack (Part 1).  Also, pay close attention to one of my favorite blogs Building Clouds and the Automation Track for future posts on how to automate your hybrid cloud.

Service Scaling Management

The scaling management process is driven by directives contained within the Virtual Machine role (VMRole) Resource Definition(RESDEF). To get deeper into how to define those directives, click here.

Network connectivity between the private and public site

To use the newly added resources, the networking components first need to be configured. When auto scaling a service, the consumption of the new resources should be transparent to the user, and, for this reason, it’s necessary for access routes to be automatically updated with the appropriate configuration changes so that resources can be consumed.

To learn more about our hybrid connectivity solution, check out this analysis of Software-defined Networking.

Data bursting

The bursting process is one thing, but bursting data is a completely different concept.

Bursting data is one of the hardest challenges with cloud bursting today, and there are basically two options when dealing with data in a cloud bursting scenario:

  • Round trip to the primary site, which uses the private cloud as the primary data site, and then point all the burst activity to that site.

Or,

  • Moving data closer to the scaled compute instances.

The first approach incurs heavy penalties in terms of latency since each computation needs to make the round trip to the primary site in order to get the data for the computation. The second approach replicates the data between the sites in an ongoing streaming way, and this makes the data available on the cloud as soon as the peak occurs. In this scenarios, you can then spin up compute instances and immediately start to redirect load.

To learn more about SQL Server replication types: SQL Server Replication.

Building Better Businesses and a Better World

$
0
0
By Steve Lippman, Director, Corporate Citizenship One of the great benefits of working for Microsoft is the wide range of authors, researchers, and policymakers who come to our campus to speak. This week we had the opportunity to hear from Alice Korngold , a well-known blogger and author who writes on topics of sustainability, corporate social responsibility, and corporate governance. (In fact, The Guardian newspaper named her among the 30 most influential sustainability voices in America....(read more)

Microsoft files Supreme Court amicus brief in support of ending overly broad patents

$
0
0

On Friday, Microsoft filed an amicus brief in the Supreme Court in support of affirmance in the Alice Corp. v. CLS Bank case.

“Our interest in this case is to ensure the Supreme Court understands the difference between true technological innovations and the types of business method patents at issue in this case. Adobe and HP joined Microsoft on the brief,” Horacio Gutierrez, deputy general counsel and corporate vice president of Legal & Corporate Affairs at Microsoft, wrote in a blog post Friday.

Gutierrez went on to state that Alice Corp.’s patents have nothing to do with software or computer technology and do not advance the state of technology.

Head on over to Microsoft on the Issues for the full story.

You might also be interested in:

· Kinect for Windows v2 developer explores body imaging capabilities
· Microsoft employees launch new college scholarship for students with disabilities
· Lync 2013 for desktop gets new features, including support of high-resolution monitors

Jeff Meisner
Microsoft News Center Staff

Neue Videoserie: Office 365 für Unternehmen

$
0
0
Diese drei neuen Videos zu „Office 365 für Unternehmen“ zeigen, welche Vorzüge Office 365 bietet und wie es auch die Anforderungen Ihres Unternehmens erfüllen wird: Angefangen bei den Funktionen, über Datenschutz und Datensicherheit bis hin zu den Vorteilen einer Abo-Version gegenüber Dauerlizenzen. Sie erfahren, wie der Drittstaatentransfer von Daten über die EU-Standardvertragsklauseln rechtlich abgesichert wird oder wie die neue Installationsmethode Click-To-Run funktioniert. Hier geht’s zu den...(read more)

Bring your inner Titan: Xbox One hosts ‘Titanfall’ launch events March 10 on Twitch and at SXSW

$
0
0

clip_image002

Get ready for launch, “Titanfall” launch that is. The game that has been described as the “most addictive” ever is getting a huge welcome, with more than 6,000 retailers nationwide planning midnight openings March 11, when “Titanfall” goes on sale, and launch celebrations planned March 10 on Twitch, as well as at South by Southwest (SXSW) in Austin.

Tune in to the live broadcast using the Twitch app on Xbox or at twitch.tv/xbox starting at 8 p.m. PT for incredible gameplay action, and catch special appearances by Respawn’s Vince Zampella and Abbie Heppe; Yusuf Mehdi, Xbox corporate vice president of marketing, strategy and business; Xbox Live’s own Major Nelson; Spike TV host Geoff Keighley; Twitch’s Jon Carnage, and many others.

To get ready to party, head over to Major Nelson’s blog and to Xbox Wire for more information.

You might also be interested in:

· Coming March 11: Xbox One “Titanfall” special edition bundle
· Broadcast your awesome game action with Twitch, coming to Xbox One March 11
· ChronoZoom and zombies head to SXSWedu

Suzanne Choney
Microsoft News Center Staff


Video ¿Cómo trabajar con la línea base? - Buenas prácticas con Microsoft Project

$
0
0

En este video de la serie "Buenas prácticas con Microsoft Project" aprenderemos a trabajar con la línea base.

(Please visit the site to view this video)

Vicente Rubio Peinado (AIC) | v-TSP Project y Visio | Microsoft Project MVP

 

Vorsicht: Gefälschte Office Professional Product Key Cards

$
0
0
Testkäufe in Deutschland haben ergeben, dass derzeit eine Vielzahl gefälschter "Microsoft Office Professional Product Key Cards" mit Lenovo-Branding auf dem Markt sind. Diese wurden weder von Lenovo noch von Microsoft hergestellt. Lenovo und Microsoft gehen konsequent gegen den Vertrieb derartiger Fälschungen vor. Microsoft empfiehlt daher, Original Office-Produkte ausschließlich über vertrauenswürdige Kanäle, wie beispielsweise über die Distribution, zu beziehen. Ihre Rebecca Schickel...(read more)

Partnering with Samsung : Active Directory support in KNOX!

$
0
0
Howdy folks, Here's a super short blog post, but the news is really big! We're really excited about our partnership with Samsung that was announced today. Working together Samsung and Microsoft are enabling Samsung's new set of devices running KNOX to natively "Workplace Join" to Windows Server Active Directory 2012 R2 (and soon to Windows Azure Active Directory). Additionally we've agreed to work together on enabling Intune to take full advantage of the KNOW MDM...(read more)

Soccer fans: ‘FIFA 14’ kicks off on Windows Phone

$
0
0

clip_image002

For soccer fans, “FIFA 14” is hard to beat for its generous selection of real players, teams and leagues along with new touch controls for every pass, shot and tackle – and now it’s available at the Windows Phone Store.

With this new Xbox game, you create your ultimate fantasy soccer team. You can choose from 33 leagues, more than 600 licensed teams and 16,000 players, from the English Premier League and La Liga to the German Bundesliga and more. You can also pick your team’s play style and formation. Compete in tournaments to earn coins, then spend them on new players and other items to improve your team.

While you play, you can now listen to game commentary in English, French, German, Italian or Spanish.

Install “FIFA 14” for free from the Windows Phone Store and read more about it on the Windows Phone Blog.

You might also be interested in:


Athima Chansanchai
Microsoft News Center Staff

New multiplayer maps, skins part of ‘Mars’ Chosen Pack’ downloadable content for ‘Ryse: Son of Rome’

$
0
0

"Ryse: Son of Rome's" new "Mars' Chosen Pack" downloadable content is now available, and it includes the new Survival multiplayer mode, five new multiplayer maps and a new Gladiator Skin.

New Arena Mode maps Pyramid and Obelisk take you into the heart of Egypt. And you can enter the Colosseum as two new contenders: Oswald and Legionnaire.

To learn more, watch the trailer above, and head over to Xbox Wire.

You might also be interested in:

· Bring your inner Titan: Xbox One hosts “Titanfall” launch events March 10 on Twitch and at SXSW
· Coming March 11: Xbox One “Titanfall” special edition bundle
· Broadcast your awesome game action with Twitch, coming to Xbox One March 11

Suzanne Choney
Microsoft News Center Staff

Samsung Adopts Microsoft Enterprise Security and Productivity Technologies

$
0
0

Samsung announced that Samsung KNOX will now support Microsoft’s Workplace Join to Active Directory and the Windows Intune cloud-based mobile device management solution in addition to Cloud Printing solution which uses both the Microsoft Windows Azure cloud platform and Microsoft SharePoint. 

...(read more)

Now in the Windows Store: ‘FlowDoku’ reinvents sudoku

$
0
0

clip_image002

If you’re a fan of sudoku, “FlowDoku” reinvents it with colorful shapes that you can now play on Windows PCs and tablets.

Use logic and follow two basic rules to uncover linked groups of squares, triangles and diamonds. It may sound simple, but there are four puzzle sizes and more than 200 free puzzles spanning five levels of difficulty. You tap to set, or drag to paint. You can leave the game any time, and pick up where you left off later. Every move is saved.

Install “FlowDoku” from the Windows Store for free.

You might also be interested in:


Athima Chansanchai
Microsoft News Center Staff


Try the new Power BI for Office 365 and schedule daily data refreshes for your team to peruse over their morning coffee

$
0
0

With the new availability of Power BI (Business Intelligence) for Office 365, you can now schedule workbook refreshes so your team sees fresh data when they arrive at the office each day.

That’s just one example of the functionality described in a new post by the Office Blogs. Among the other project management features introduced by Power BI, you’ll also find the ability to add your workbook to the self-service Q&A to allow team members to query your data results using natural language.

You can add Power BI for Office 365 to your existing Office 365 subscription, or sign up for a standalone subscription to try it out.

To learn more about scheduling data refreshes in Power BI for Office 365, head over to the Office Blogs.

You might also be interested in:

· Soccer fans: “FIFA 14” kicks off on Windows Phone
· The business benefits of saying ‘goodbye’ to Windows XP and ‘hello’ to Windows 8.1
· Microsoft Research Data Science Summer School now accepting applications

Suzanne Choney
Microsoft News Center Staff

Want to totally win your Oscar pool? Talk to this guy

$
0
0

Who’s going to win at the Oscars this year? Microsoft’s David Rothschild thinks he knows. Rothschild is a prolific researcher and statistician whose predictions are known for their rigorous methodology and striking accuracy. Since the Awards will soon be upon us – and since I love statistics and movies – I caught up with Rothschild and chatted with him about how he made this year’s picks for who would win. 

...(read more)

SharePoint 2013 with SP1 ("slipstream") is now available for download

$
0
0

You can now download SharePoint 2013 with SP1 from MSDN and VLSC and MPN.

A couple of people already tried to create their own slipstream version using RTM and SP1. Please avoid doing this as this is unsupported due to a change in the package layout which was introduced with March 2013 PU. Due to this change in the package layout it is not guaranteed that the manually created slipstream version will update all modules correctly. Ensure to download the official SharePoint 2013 with SP1 from one of the above listed sites.

...(read more)

Q&A With Brian Verenkoff of Buffalo on the Company’s Windows Storage Server Offerings

$
0
0

Hi Folks –

A few months back, I wrote a blog article on Buffalo’s TeraStation™ 5000 WSS running Windows Storage Server 2012. In this post, I’ll share the perspective of Brian Verenkoff, Director of Product Management at Buffalo, who we recently interviewed about the company’s experience with Windows Storage Server and future plans.

image

What types of customers do you focus on, and what types of needs and/or opportunities do you see within that market segment?

Buffalo focuses on several customer segments and needs:

  • Small and midsized businesses that need dependable, cost-effective storage. 
  • Large companies and enterprises that require cost-effective storage combined with technologies for enterprise-level integration. These include companies with many distributed locations that are part of a large, centrally administered IT infrastructure—such as fast food chains, national retailers, grocery stores, and so on.
What makes your TeraStation 5000 WSS product line special or different?

Our TeraStation 5000 WSS lineup offers dependable and extremely cost-effective hardware coupled with Windows Storage Server, which facilitates integration into networks of any size. We also offer advanced, business-class features:

  • RAID 1 and RAID 5
  • Dual-Core CPUs
  • Dual Gigabit NICs that support NIC teaming and dual subnets
     

Our TeraStation network storage solutions running Windows Storage Server feature either the Workgroup Edition or the Standard Edition, the latter of which includes valuable features such as data deduplication and support for an unlimited number of users. In contrast, many of our entry-level competitors offer only the Essentials Edition of Windows Server or the Workgroup Edition of Windows Storage Server, which are limited to 25 and 50 users respectively.

How has your TeraStation running Windows Storage Server been received by customers? Any pleasant surprises?

We expected it to be a hit with small and medium-sized businesses—and it was. The familiarity of the Windows Server platform and the ability to run countless third-party applications on it really opens-up an endless number of configurations and use cases.

The larger surprise, however, has been how popular TeraStation WSS appliances running Windows Storage Server have been with large businesses:

  • A grocery chain with more than 250 stores is using TeraStation WSS appliances to locally store updates and images for its point-of-sale devices.
     
  • A government/federal police force has deployed roughly 1,000 TeraStation WSS appliances at police stations across the country to store updates and images for PC assets in the field.
     
  • An IT services provider is using TeraStation WSS appliances to support centralized backups for its SMB customers. PCs and servers are backed up to a centralized TeraStation WSS at the customer site, which then uses third-party software running on Windows Storage Server to replicate that information to the service provider’s data center. (Note: You can read Buffalo’s case study on this customer here.)

A big part of the popularity we’re seeing with customers like these is due to how well Windows Storage Server plays in a large enterprise IT environment—achieved through capabilities such as native support for Active Directory and Group Policy Objects, the ability to run third-party security and network management software, Windows Management Instrumentation, and so on.

Which features or capabilities have proven to be most compelling or useful to customers?

Customers appreciate several of the features provided by Windows Storage Server:

  • Data Deduplication has been one of the most popular features because it provides significant increases in storage efficiency, making the cost-per-terabyte significantly lower. 
     
  • Customers also really like that they can install and run third-party applications, such as backup, network management, or video surveillance software.
     
  • Seamless integration into existing Windows-based environments through features such as Active Directory and Group Policy is also a major selling point.
     
  • Other popular features include support for DFS Namespaces, DFS Replication, and Hosted BranchCache.
What are your plans for Windows Storage Server 2012 R2? Which new features do you believe will be strong selling points?

We’re in the final stages of refreshing our TeraStation 5000 WSS product line to support Windows Storage Server 2012 R2, with plans to announce formal availability in March 2014. Of all the new features in Windows Storage Server, I believe that Work Folders will be one of the most compelling.

What can we expect from Buffalo in the future? How does your TeraStation WSS product roadmap look like beyond the March launch of Windows Storage Server 2012 R2?

Buffalo is committed to Windows Storage Server, which has delivered lots of successes, small and large. We still sell more storage appliances running Linux, but it’s amazing how much new business has been driven by our ability to also offer Windows Storage Server. Moving forward, Buffalo will expand its TeraStation WSS product line to include new models and configurations, including some with enterprise-class hard drives for enhanced reliability and performance.

<End of interview>

My thanks to Brian for taking the time to share his thoughts with us—and for being such as strong advocate of Windows Storage Server. If you’re interested in a Buffalo TeraStation 5000 WSS, you can check out the company’s offerings here.

Cheers,
Scott M. Johnson
Senior Program Manager
Windows Storage Server
@supersquatchy

PowerTip: Search All WMI Namespaces with PowerShell

$
0
0

Summary: Learn to look for WMI classes in all WMI namespaces by using Windows PowerShell.

Hey, Scripting Guy! Question How can I use Windows PowerShell to search all WMI namespaces so that
          I can find all WMI classes that are related to batteries?

Hey, Scripting Guy! Answer Use the Get-WmiObject cmdlet, start at the Root namespace, and make sure to use the –recurse switch:

Get-WMIObject -Namespace root -ClassName *battery* -list -recurse -EA 0

Viewing all 17778 articles
Browse latest View live


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