Monday, April 30, 2018

The 3 Steps to Application Management in Azure

Date: Thursday, May 24, 2018Time: 12:00 PM Eastern Daylight TimeDuration: 1 hour Microsoft Azure offers a broad set of tools to support line-of-business and off-the-shelf applications. Along with its own applications, such as Office 365, Microsoft’s
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Windows 10 April 2018 Update Heralds Shift to Low-Key Updates

By focusing on one or two big-ticket features, rather than general improvements across the operating system, Microsoft is making these feature update migrations more manageable for customers.
by Richard Hay via IT Pro - Microsoft Windows Information, Solutions, Tools

Google Joins Cloud Rivals in Offering High-End NVIDIA GPUs

Google is adding to the NVIDIA GPUs it offers on its cloud with the Tesla V100.
by Nicole Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

Fitbit Gains on Pact With Google Cloud for Health-Care Push

The partnership with Alphabet Inc.’s Google is the first sign that Fitbit Chief Executive Officer James Park is executing on his vision to rely less on consumers and more on the health-care industry. Fitbit’s slice of the wearable-device market has declined amid increasing competition.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Three iOS 11.3 Features Business Users Should Know About

Several new features in iOS 11.3 will likely appeal to businesses large and small. Here's how three of them could impact your company (and its customers).
by Paul Heltzel via IT Pro - Microsoft Windows Information, Solutions, Tools

Can Blockchain Fix the Opioid Epidemic? Intel Wants to Find Out

The chipmaker, working with health companies, aims to use so-called blockchain technology -- similar to the one that underpins the digital currency Bitcoin -- to better trace drugs and potentially stem the epidemic.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Nutanix's Amazon Cloud Killer Delayed by Engineering Issues

Nutanix will be a rare new entrant in the public cloud battle, where Amazon has a commanding lead and Microsoft and Google have sought to catch up.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Sunday, April 29, 2018

T-Mobile Is Said to Move Toward Sprint Merger at $24 Billion

T-Mobile US Inc. and its German owners are advancing toward a long-awaited telecommunications union that would value merger partner Sprint Corp. at about $24 billion, according to people with knowledge of the matter.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

SPJS Charts v7

I have upgraded SPJS Charts for SharePoint to use REST queries to load data. This means the loading is now asynchronous and therefor the page will be more responsive while the the charts are loading.

Please note that this new version does not support SP 2007 and SP 2010.

You find the BETA here. Follow the installation instruction for v6 to set it up.

Functionality

Most of the functionality is the same as in v6, but I have added one new feature for advanced users.

Custom datasource

Query for data

In the “Basic setup” tab you no have two options for Datasource. The “SharePoint list” option is the same as before, but the new “Custom datasource” option lets you load the data-source with a custom JavaScript function.

This way you can for example combine two or more queries to build one chart in a page. I’ll describe this functionality below.

When selecting the “Custom datasource” radio button, you will see a new textarea for the configuration of “Datatable fields” and the function name to use to query for the data:

This example chart is set up with a custom datasource built with the below configuration.

This is an example of the “Custom datasource” configuration:

{
 "type":"function",
 "functionName":"getChartCustomDatasource",
 "columns":[
 {"fin":"Date","label":"Date","type":"DateTime","dataType":"date","role":""},
 {"fin":"Madagascar","label":"Madagascar","type":"Text","dataType":"number","role":""},
 {"fin":"Bolivia","label":"Bolivia","type":"Text","dataType":"number","role":""},
 {"fin":"Ecuador","label":"Ecuador","type":"Text","dataType":"number","role":""}
 ]
}

The function name getChartCustomDatasource must be available in the page. Either by adding it to a custom js file loaded trough the “Load external JS or CSS” tab, or by adding it to a script editor web part in the page.

The below example shows a basic query to get the dataset from a SharePoint list:

function getChartCustomDatasource(chartId){
 var deferred = jQuery.Deferred();
 spjs.charts.getItemsREST({
 "listId":"{5ebb17fb-eb6d-4a01-ac86-a241458ff8f2}",
 "listBaseUrl":"/SPJSCharts",
 "select":["Date","Madagascar","Bolivia","Ecuador"],
 "expand":[],
 "filter":"",
 "rowLimit":""
 }).done(function(data){
 deferred.resolve(data);
 }).fail(function(err){
 // console.log(err);
 });
 return deferred.promise();
}

You can however user any sort of query you can run with JavaScript from within SharePoint, as long as the dataset returned from the query is in this format:

[{
 "Bolivia": "165",
 "Ecuador": "938",
 "Madagascar": "522",
 "Created": "2014-03-24T21:41:00Z"
}, {
 "Bolivia": "135",
 "Ecuador": "1120",
 "Madagascar": "599",
 "Created": "2014-03-24T21:41:08Z"
}, {
 "Bolivia": "157",
 "Ecuador": "1167",
 "Madagascar": "587",
 "Created": "2014-03-24T21:41:08Z"
}, {
 "Bolivia": "136",
 "Ecuador": "691",
 "Madagascar": "629",
 "Created": "2014-03-24T21:41:08Z"
}, {
 "Bolivia": "139",
 "Ecuador": "0",
 "Madagascar": "615",
 "Created": "2014-03-24T21:41:08Z"
}, {
 "Bolivia": "139",
 "Ecuador": "1110",
 "Madagascar": "615",
 "Created": "2016-04-02T22:18:55Z"
}, {
 "Bolivia": "345",
 "Ecuador": "456",
 "Madagascar": "429",
 "Created": "2016-04-03T07:11:10Z"
}, {
 "Bolivia": "333",
 "Ecuador": "22",
 "Madagascar": "555",
 "Created": "2016-04-03T14:58:45Z"
}]

Manually supply data

You can also add the data for the chart manually in the textarea like this:

{
 "type":"manual",
 "columns":[
 {"fin":"Status","label":"Status","type":"Text","dataType":"SplitInSeries","role":""},
 {"fin":"Department","label":"Department","type":"Text","dataType":"string","role":""}
 ],
 "data":[
 {"Department":"North","Status":"Not started"},
 {"Department":"North","Status":"In progress"},
 {"Department":"South","Status":"In progress"},
 {"Department":"South","Status":"Completed"}
 ]
}

Not backwards compatible

Because of the changed query method, v7 is not unfortunately not backwards compatible with v6 and you must rebuild the charts in v7.

To make the upgrade process easier, the two versions can both be installed in the same site, but you cannot load both versions in the same page.

License

If you have an existing license for v6 you can use the same license code in v7.

Comments or feedback

Please post any feedback in the forum or in the comments below.

Alexander


by Alexander Bautz via SharePoint JavaScripts

Friday, April 27, 2018

Five Takeaways from The Most Recent Public Cloud Services Earnings

Earnings show accelerated growth across public cloud services, thanks to enterprise demand for data analytics, security and compliance, and machine learning.
by Nicole Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

Smart to Future Cities: Defining the Perfect Solution

The main purpose and identity of a smart city was hotly debated at Smart to Future Cities, but Europe’s urban IoT leaders did agree on what defines the perfect smart city solution.
by Jeremy Coward via IT Pro - Microsoft Windows Information, Solutions, Tools

Five Reasons IT Pros Should Consider Ubuntu 18.04 LTS

Ubuntu 18.04 LTS was released this week. Here are five reasons why you should consider it as a data center alternative.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

ITPro SnapShot: What Else Happened This Week? (April 20 - 27, 2018)

ITPro SnapShot offers a short and snappy round-up on the week's industry-related announcements and news around the globe. Here's what happened in the last week.
by Richard Hay via IT Pro - Microsoft Windows Information, Solutions, Tools

Resolving Catastrophic Distributed Cache Failures on VMWare vSphere or ESX guest virtual machines

Ahh, Distributed Cache, everybody’s favourite SharePoint service instance, the most reliable and trouble-free implementation since User Profile Synchronization. I jest of course, it’s the most temperamental element of the current shipping release, not to mention the most ridiculous false dependency ever introduced into the product and should be killed as soon as possible. However, it is extremely important to a SharePoint Farm in terms of both functionality and ensuring maximum performance. Even in simple deployments the impact of the Search and LogonToken related caches can provide ~20% performance and throughput improvements.

But what to do when it’s busted? Once Distributed Cache gets out of whack all bets are off and you are best throwing away the cache cluster and starting again, cleanly. This procedure has been documented by yours truly in the past. But it doesn’t help if no matter how many times you follow this procedure to the letter the service doesn’t stay up. Your Cache Hosts report “DOWN” or “UNKOWN”, and the Windows Service is either stopped, or faults immediately after starting.

This occurs often in misconfigured VMWare environments (vSphere and ESX). And it’s all down to the relationship between the guest configuration and the AppFabric configuration. As you hopefully know, SharePoint server is not supported with Dynamic Memory. Dynamic Memory is Microsoft speak for dynamically adjusting the RAM allocated to a guest. In VMWare this is actually the default configuration. The system estimates the working set for a guest based on memory usage history. Whilst the common statement is that dynamic memory will cause “issues with Distributed Cache” it’s a bit more serious than this in the real world.

Generally speaking Guest VMs are provisioned by an infrastructure team responsible for the VM platform, and in almost all cases, the request to reserve all memory will either be not understood or ignored. This leads to the VM being configured with the defaults. If you are in control of setting up the guests then life is easy, you just ensure that the “Reserve all guest memory (All locked)” option is selected with the guest properties BEFORE you even install the SharePoint bits.

pic1

However, if you are in a situation where this was not configured originally and on that guest a SharePoint server is added to the farm and is running Distributed Cache things will go south quickly leading to a broken Distributed Cache. Even if you go back and select the option later, it’s hosed. The last machine which joins the cache cluster basically takes over. Just like with changing the service account – which resets cache size. The last one wins. Or in this case, totally hoses your farm.

One of the reasons the Distributed Cache and Dynamic Memory don’t get along, aside complete ignorance is that the Cache Cluster Configuration is not modified based on the memory resource management scheme in place (AppFabric includes this support, but it’s not exposed via the SharePoint configuration set).

The default Cache Partition Count varies for different memory resource management schemes. So, once we change that, we need to alter this configuration. If we install fresh on a new guest correctly configured it’s set automatically.

In this situation we need to deal with it ourselves, and as always there is zero (until now) documentation on this issue. This info has been used to support hundreds of customers via CSS cases over the last few years (I don’t know why it hasn’t been published properly).

Here’s the fix:

1. You need a Cache Cluster – it doesn’t need to be working (!) but if you’ve deleted all the service instances and so on, you need to bring back a broken Distributed Cache first.

2. Use the following PowerShell to export the Cache Config to a file on disk

Use-CacheCluster
Export-CacheClusterConfig c:\distCacheConfig.xml

3. Edit the XML file so that the partitionCount is 32:

<caches partitionCount="32">

4. Save the XML file

5. Use the following PowerShell to ensure the Cache Cluster is stopped and import the modified configuration, and then Start the Cache Cluster (this time it will actually start!)

Stop-CacheCluster
# should report all hosts down

Import-CacheClusterConfig C:\distCacheConfig.xml
Start-CacheCluster

6. Once you’ve done this you can use the standard tooling to report on the cluster or use my PowerShell module, each host in the cluster will report “UP” and you can interrogate the individual caches to verify they are being populated. You will of course need to modify your cache size if you have changed it previously, or wish to. Do it now before it starts being used!

 

Happy days!

 

s.


by Spence via harbar.net

Guided by Blockchain POCs, SAP Eyes Blockchain Consortium

The company is looking to create a SAP-led blockchain consortium for specific use cases and industries.
by Courtney Bjorlin via IT Pro - Microsoft Windows Information, Solutions, Tools

Thursday, April 26, 2018

Intel Lifts Forecast as Data Chip Surge Cements its Top Spot

Intel’s forecast signals that major server customers need the company more than ever to expand their ability to store, transmit and process the massive amounts of data that their customers generate and demand.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Amazon Forecast Shows E-Commerce Giant Growing Profitably

Amazon.com Inc. forecast second-quarter profit that topped analysts’ forecasts, buoyed by swelling ranks of Prime subscribers and a profitable cloud-computing division that’s winning more corporate customers.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Microsoft Sales Top Estimates, Fueled by Strong Cloud Demand

Microsoft is riding a wave of demand for its Azure cloud services, which let customers run and store applications in the company’s data centers. Azure revenue almost doubled, keeping up with a pace of growth that’s persisted for more than 10 quarters.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Cisco-Backed RStor Aims to Change Data Center Architecture as We Know It

They built the cloud, and now they’re saying they have a better way to do it.
by Yevgeniy Sverdlik via IT Pro - Microsoft Windows Information, Solutions, Tools

Red Hat Launches All-In-One Data Center Storage Solution

Working with its hardware partners, Red Hat launches a line of non-appliances to bring plug-and-play to its open source storage solutions.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Real-World Blockchain Use Case: Efficient Data Management

Many believe blockchain use cases begin and end with Bitcoin, but the real value of the technology lies in providing a new, more efficient kind of database.
by Christopher Tozzi via IT Pro - Microsoft Windows Information, Solutions, Tools

Dell Refreshes Commercial PC and Workstation Lineup with Extended Security Options

In advance of next week’s Dell Technologies World conference, the PC giant revealed its new lineup of Latitudes, Precisions and OptiPlex systems, with improved support for data classification and encryption.
by Jeffrey Schwartz via IT Pro - Microsoft Windows Information, Solutions, Tools

Wednesday, April 25, 2018

IT Budgets Shift to Address Cloud Security Threats

In a survey of 1,400 IT decision-makers, McAfee finds that budgets are shifting to accommodate changing cloud security threats, an investment only set to grow as organizations run everything from development workloads to IoT applications in IaaS environments.
by Nicole Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

You Can’t Keep it all – Or Can You? Legacy Data, Storage, and Data Transformation

Date: Thursday, May 24, 2018Time: 02:00 PM Eastern Daylight TimeDuration: 1 hour To be competitive in today’s shifting landscape, organizations need agility and scalability like never before. However, while the amount of data grows exponentially, the
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Why Microsoft Has Bet on FPGAs to Infuse Its Cloud With AI

Reconfigurable chips enhance everything from Azure SDN to Bing
by Mary Branscombe via IT Pro - Microsoft Windows Information, Solutions, Tools

Why Microsoft Has Bet on FPGAs to Infuse Its Cloud With AI

Reconfigurable chips enhance everything from Azure SDN to Bing
by Mary Branscombe via IT Pro - Microsoft Windows Information, Solutions, Tools

American Cities Fight Losing Battle Over Wireless Internet

The results of an obscure, bureaucratic battle inside the U.S. communications regulator could decide not only which Americans get ultra-fast internet but how much it’ll cost and even what city streetlights will look like.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Gartner has named One Identity a Leader in its February 2018 MQ for Identity Governance and Administration

 Each year, Gartner Inc. evaluates vendors in the Identity Governance and Administration market. We believe their research has particular significance because it often identifies the innovations that drive the market. As part of that report, Gartner
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Heptio Launches Kubernetes Load Balancing Application

Container centered startup Heptio has announced the alpha launch of an open source Kubernetes load balancing system that's legacy friendly.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Tuesday, April 24, 2018

Azure Sphere Gives Boost to IoT Security, But Gaps Remain

Aiming for IoT security at the silicon level, Microsoft debuts Azure Sphere security services and a new MCU architecture. But can the "crossover" secure most MCU-powered devices?
by Courtney Bjorlin via IT Pro - Microsoft Windows Information, Solutions, Tools

Google Expands Cloud Connectivity Options for Enterprise Data Centers

Provides wider variety of connectivity partners, flexible onramp bandwidth
by Yevgeniy Sverdlik via IT Pro - Microsoft Windows Information, Solutions, Tools

Google Takes Aim at Privacy Law After Facebook Lobbying Failed

Alphabet Inc. is pushing efforts to roll back the most comprehensive biometric privacy law in the U.S., even as the company and its peers face heightened scrutiny after the unauthorized sharing of data at Facebook Inc.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Russians Want to Hack Your Election? Call Out the National Guard

The threat is real: U.S. intelligence chiefs warn that Russians could repeat their attempts to meddle in the 2016 presidential election. The response -- seeking expertise from the Guard -- is unexpected.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

2018 Cloud Security Report

Organizations continue to adopt cloud computing at a rapid pace to benefit from increased efficiency, better scalability, and faster deployments. As more workloads are shifting to the cloud, cybersecurity professionals remain concerned about security
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Google's New Spending Surge Shows a Company Playing Catch-Up

Alphabet Inc.’s first-quarter results came with a clear message to Wall Street: The company is embarking on a new spending binge to chase its biggest rivals. Almost all of that spending went to buttress newer cloud and consumer-device businesses that lag behind leaders Amazon.com Inc. and Apple Inc.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

3D XPoint Technology Could Be a Boon for AI, ML

Intel's and Micron's 3D XPoint Technology could have a significant impact on data analytics and other workloads that require high performance.
by Derek Walter via IT Pro - Microsoft Windows Information, Solutions, Tools

Cyxtera Launches On-Demand HCI Compute, Connectivity Services

Nutanix-powered private cloud and on-demand connectivity first services enabled by new CXD platform
by Yevgeniy Sverdlik via IT Pro - Microsoft Windows Information, Solutions, Tools

Monday, April 23, 2018

Alphabet Sales Growth Tops Forecasts, While Spending Surges

While increased concern about privacy and new regulation may crimp Google’s ad business at some point, the company’s broad reach, vast resources and dominant market share mean smaller rivals may have more to lose.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Pentagon Says Cloud Winner Must Stay Ahead to Extend Contract

“You have to be performing well, but what we want to be looking at is where is the market?” Pentagon Chief Management Officer Jay Gibson told reporters Monday. “If you haven’t kept up with the market then, arguably, how well are you performing?”
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Amazon Is Said to Be Working on Another Big Bet: Home Robots

People familiar with the project speculate that the Vesta robot could be a sort of mobile Alexa, accompanying customers in parts of their home where they don’t have Echo devices.
by via IT Pro - Microsoft Windows Information, Solutions, Tools

IBM Offering Isolates Cloud Foundry Environments on Kubernetes Clusters

With the launch of IBM Cloud Foundry Enterprise Environment, IBM is bringing isolated Cloud Foundry environments on top of Kubernetes clusters.
by Nicole Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

Friday, April 20, 2018

AT&T, Verizon Said to Face U.S. Probe Over Mobile Technology

AT&T Inc. and Verizon Communications Inc. are under investigation by U.S. antitrust officials over whether the companies colluded to make it tougher for consumers to switch wireless carriers. Apple Inc., a pioneer in the eSIM technology that makes switching easier, was joined by other equipment makers in complaining to the government about the carriers’ practices.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Pivotal Software Sees Continued Boost From Dell, VMware Post-IPO

Shares of the enterprise software company were priced at $15 and opened at $16.75. They were trading at $15.46 at 1:25 p.m. in New York Friday, giving the company a market value of $3.87 billion.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

How Component Delays May Affect Android in Race to Catch up with 3D Facial Recognition for iPhone

Apple has a two-year lead in establishing 3D facial recognition for iPhone, and current shortages in parts needed to offer 3D facial recognition mean that most Android users will have to wait for the technology.
by Paul Heltzel via IT Pro - Microsoft Windows Information, Solutions, Tools

Enterprises Now Eyeing 5G IoT Use Cases to Determine ROI

Device and equipment manufacturers are also now looking toward IoT use case requirements to gauge the potential of 5G.
by Courtney Bjorlin via IT Pro - Microsoft Windows Information, Solutions, Tools

Netflix's Container Management System Is Now Open Source

Titus will offer developers the ability to scale to Netflix size proportions and seamless integration with Amazon Web Services.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

ITPro SnapShot: What Else Happened This Week? (April 13 - 20, 2018)

ITPro SnapShot offers a short and snappy round-up on the week's industry-related announcements and news around the globe. Here's what happened in the last week.
by Richard Hay via IT Pro - Microsoft Windows Information, Solutions, Tools

Pentagon Says Cloud Contest Winner Only Guaranteed Two-Year Job

The eventual winner of the Pentagon’s two-year contract to provide extensive cloud services isn’t a lock to be awarded two extensions that would add eight more years.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Thursday, April 19, 2018

New Ways to Achieve Cost-Effective Business Continuity

Date: Thursday, May 17, 2018Time: 02:00 PM Eastern Daylight TimeDuration: 1 hour In today’s environment, business continuity is a necessity, and many businesses require 24x7x365 availability. Downtime is very expensive, not only in terms of lost reve
by via IT Pro - Microsoft Windows Information, Solutions, Tools

No-Code, Low-Code Development Platforms Help Organizations Meet Growing App Demand

No-code and low-code development platforms, respectively, support "citizen developers" and free actual developers to turn their focus from the mundane to the mission-critical.
by Todd R. Weiss via IT Pro - Microsoft Windows Information, Solutions, Tools

Optimizing IIoT Time to Value with IT-OT Alignment in Manufacturing

Digital transformation is a major disruptive force facing the transportation industry today. The rise of “smart” machines and the Industrial Internet of Things (IIoT) has forced industrial organizations to rethink the way they look at physical assets
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Microsoft Brings Linux Driven IoT Security to Azure

Redmond deploys its old nemesis Linux as the base for its Azure Sphere OS, designed to run on internet of things devices.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Kaleao Repackages Its ARM Servers to Fit Enterprise Needs

The UK-based startup, Kaleao, adds a repackaged version of its KMAX line to suit the physical needs of some enterprise users.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Update: Using WMU to transfer NEFs to iOS for editing etc.

In a previous post I showed Using Nikon Wireless Utility with the Nikon D500 on iOS to download NEFs to iOS which worked for a while. However Nikon made some significant updates to SnapBridge – making it actually much better in terms of connection ease and reliability and remote photography. It’s still not much of a bridge to your snaps thou – it still restricts you to the silly 2Mb file and it only transfers JPEGs which means you need to be shooting them. Rubbish. These updates also break the procedure detailed previously.

I fiddled around with qDslrDashboard – but alas this is not available in the UK iOS Store. And even on a Windows PC I could not get the machine to connect to the D500 or D850 wireless.

It turns out it’s so much easier now – still using WMU. BUT you need two devices. So a hoop jump, but here’s the updated procedure.

  1. Pair your camera with SnapBridge on device one (I'm using an iPhone) as normal.
  2. Click Remote Photography or Download Pictures – it doesn’t matter, as long as you do something to initiate the Wireless connection on the camera.  Click OK to enable the camera Wi-Fi, and wait whilst it’s started. When the Join screen appears, do NOT click Join.

    Note the Wi-Fi Network name, which will be the camera model_serial number, e.g. D850_6666666

    Leave device one on this screen.

    IMG_3227
  3. On device two (I’m using an iPad Pro) connect to the camera Wi-Fi using the regular iOS Settings. The password you can view from the camera menus. It will be NIKONDXXX, where XXX is your camera model. You only need to enter this the first time you connect.

    IMG_0424
  4. Once connected, open up WMU, click View PhotosPictures on Camera – then you can browse, select and download images from the camera cards.

    IMG_0425

 

And of course these are now available on your device two for editing in Lightroom mobile or whatever. Happy days!

IMG_0428


Remember to charge your batteries!!!! Smile and have a spare one or three in your pocket. Especially with the D850 these are some BIG ASS NEFs!

s.


by Spence via harbar.net

Wednesday, April 18, 2018

How SMBs can get executive buy-in for DRaaS

Date: Wednesday, May 23, 2018Time: 02:00 PM Eastern Daylight TimeDuration: 1 hour As an IT professional at a small or midsized business, you know what’s at stake if a disaster—natural or human-made—strikes your organization. And you understand the va
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Tech Industry Signs Accord to Protect People From Cyberattacks

Microsoft Corp., Facebook Inc. and dozens of other technology companies from around the world have come together to help protect people from malicious cyberattacks.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

IBM Turnaround Questioned on Slow Growth of New Businesses

Growth in the cloud business was 14 percent, lower than the 2017 average of 24 percent, Bloomberg Intelligence analyst Anurag Rana said. That “puts a question mark on IBM’s hybrid cloud strategy,” he added.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Digital Transformation for Your Business: Getting the Insight You Need

Sponsored by In the age of the digital revolution, IT must support new ways of doing business. But innovating can be an arduous journey, especially when you’re balancing it with keeping the lights on. Download this whitepaper to learn how to accele
by via IT Pro - Microsoft Windows Information, Solutions, Tools

VMware Workspace One

Sponsored by VMware Workspace One is the simple and secure enterprise platform that delivers and managed any app on any smartphone, tablet or laptop. Workspace One engages digital employees, reduces the threat of data loss, and modernizes tradition
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Digital Workspaces for the Mid-Sized Enterprise

Sponsored by The smaller your business is, the more you spend on IT as a percentage of revenue. A minimum of eight dedicated security analysts are required for 24/7 monitoring – an unrealistic objective for most midsize enterprises. Download this w
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Drive GDPR Initiatives with the Power of End-User Computing

Sponsored by The General Data Protection Regulation (GDPR) went into effect in May 2016, giving all organizations two years to put the right people, processes, and tools in place to comply. This regulation, which starts on May 25, 2018, aims to har
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Pentagon Sticks With Single Cloud Contract, Says Debate Over

Pentagon officials made clear they have little patience for continuing debate over the issue.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Cisco Adds AI Tools, Cheaper Devices to WebEx Chat Offerings

Cisco’s push is aimed at making it easier for WebEx’s 100 million users to stay hooked and keep them from drifting onto cheaper or free services. It’s part of a broader effort to respond to the networking industry’s move away from expensive, purpose-built hardware toward a focus on getting more revenue from services provided over the internet.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Alphabet's Schmidt Says AI Good for Defense as Googlers Disagree

At a Tuesday hearing of the House Armed Services Committee, Google’s former chief executive officer gave a strong endorsement of the Pentagon’s proposal for a new AI center and its collaboration with technology companies.
by via IT Pro - Microsoft Windows Information, Solutions, Tools

5 Security and Efficiency Tools Every Hybrid Office 365 Enterprise Must Have

Microsoft’s Jump to the cloud has left many of their enterprise customers searching for Enterprise Tools to streamline Hybrid Active Directory and Hybrid Office 365 Administration. Recent studies suggest that among Microsoft’s Enterprise customers, a
by via IT Pro - Microsoft Windows Information, Solutions, Tools

State Replaces Quest with Cayosoft

The Department of Information Technology (DOIT) for a large U.S. State, manages the day-to-day administration of more than twenty-five Active Directory (AD) Domains that serve more than 25,000 state workers.  Download this whitepaper and learn how t
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Tuesday, April 17, 2018

Cloudlisting Is the New Whitelisting for Windows 10 Application Security

Your Windows 10 enterprise is only as secure as the shadiest app allowed to run. The traditional solution is whitelisting, but cloudlisting is becoming a viable alternative. In this blog, you’ll learn about both, and why the future of app security is in the cloud.
by Adaptiva Guest Blogger via IT Pro - Microsoft Windows Information, Solutions, Tools

10 Things You Need to Know about Working with Providers of Data Storage in the Cloud

Here's what you need to know about the hidden costs, risks and other considerations that must be taken into account when using a provider for data storage in the cloud.
by Brien Posey via IT Pro - Microsoft Windows Information, Solutions, Tools

Google's Facebook Copycat Moves Put It in Privacy Hot Seat

“Google, in every respect, collects more data. Google, in every respect, has a much bigger advertising business,” said David Chavern, president of News Media Alliance, a publisher trade group. Rather than “a Facebook privacy law,” he expects regulation to target the entire industry.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Monday, April 16, 2018

Agile Development Model Is Alive and Well

Here's why the agile development model still matters--as long as you take the time to appreciate what "agile" really means and put it into practice.
by Christopher Tozzi via IT Pro - Microsoft Windows Information, Solutions, Tools

CISO Perspective: How to Prepare for GDPR

Date: Wednesday, May 09, 2018Time: 12:00 PM Eastern Daylight TimeDuration: 1 hour The GDPR, or General Data Protection Regulation, will come into force on 25 May 2018 and requires organizations to maintain a plan to detect data breaches, regularly ev
by via IT Pro - Microsoft Windows Information, Solutions, Tools

How Data Breaches Affect the Corporate Bottom Line

Using events reported as cyber-breaches in the nonprofit Privacy Rights Clearinghouse, a team of economists from Singapore, Cyprus, Hong Kong and the U.S. examined which firms are at highest risk of attack and what the consequences are.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Oracle Co-CEO Tells Trump Pentagon Cloud Plan Makes 'No Sense'

Said Oracle's Safra Katz: "I never heard of something like a single cloud and I would challenge anyone to point at a significant commercial customer who has one cloud.”
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Migrating to Office 365 from Google Apps: How to Do It

The cloud has become a viable option for many companies looking to save on the costs associated with running their own on-premises hardware for services like email and storage. However, there may come a time when you decide it is time to move from one cloud service to another. In this article, the first of a three-part series, we look at migrating to Office 365 from Google Apps.
by Richard Hay via IT Pro - Microsoft Windows Information, Solutions, Tools

When a Work Emergency Strikes, This Tool Will Get You Out of Bed

Some of the world’s biggest companies are turning to a tool made by a Silicon Valley startup that automatically alerts employees to issues round-the-clock.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

New Research on Data Analytics and Machine Learning Adoption

A new research study sponsored by Dell EMC and NVIDIA reveals how companies are leveraging data analytics and machine learning
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Sunday, April 15, 2018

DFFS Package updated to v4.4.3.42

I have released a new version of the DFFS package (v4.4.3.42) with a few bugfixes and some new functionality.

You find the change log here and the files in the download section of the user manual.

Please post any comments in the forum.

Best regards,
Alexander


by Alexander Bautz via SharePoint JavaScripts

Success for Lyft, Trouble for Uber Signal Self-Driving Car Technology in Flux

A big-money partnership and an accident involving an autonomous vehicle provide clues about potential developments in the fast-growing sector of self-driving car technology.
by Terri Coles via IT Pro - Microsoft Windows Information, Solutions, Tools

Friday, April 13, 2018

Oracle Is Said to Lead Anti-Amazon Lobby on Pentagon Cloud Bid

Oracle Corp. is leading a campaign in Washington to prevent Amazon.com Inc. from winning a lucrative Defense Department computing contract. The Oracle-led effort relies on a loose coalition of technology companies also seeking a slice of the Pentagon work, including Microsoft Corp. and International Business Machines Corp.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Google Has to Hit Delete as Right to Be Forgotten Turns to Crime

The European rulings are starting to stack up, hurting Google’s ability to fight future court cases over how far it should go to delete links.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

ITPro SnapShot: What Else Happened This Week? (April 6 - 13, 2018)

ITPro SnapShot offers a short and snappy round-up on the week's industry-related announcements and news around the globe. Here's what happened in the last week.
by Richard Hay via IT Pro - Microsoft Windows Information, Solutions, Tools

5 Simple Steps to Maximize SharePoint Usability – “Modernify” Your Classic SharePoint Sites

Have you been just living with the classic SharePoint UI and waiting for the right moment to change?  Maybe you have switched your site, but many of the others you are using have been switched.  The Modern UI/UX has been out for some time, but it’s confusing where some lists are classic and others modern… Let’s stop the madness…  It’s time.  It’s taken more than a year to be embraced fully, and has gone through a TON of A/B testing by Microsoft by simply allowing users to willy nilly turn it on for themselves.  There are a half dozen ways users can turn on a list or turn off a list, but imagine you’re now ready to go.  Let’s do it!

 

Why Stay Classic?

1. More flexibility in master pages and custom look and feel including custom UI/UX

2. Embedding of custom actions in the ribbon of your SharePoint site and alternate CSS on publishing sites.

3. Content in Modern webparts is not reusable

Why Go Modern?

1. Modern SharePoint Development in SharePoint Framework – SPFx

2. Drag and Drop Documents with the cool modern libraries

3. Drag and Drop Metadata and groupings

4. Pinning and the new Property and search tabs

Note: Personally I’m recommending if you are planning on sticking with a simple out of the box experience for your sites that are ok with basic look and feel, you should switch to Modern.  As well, Ideally if you are going to change.  You should change for everything except for maybe your Intranet or Publishing type sites.

During an upgrade or migration where you’re moving out of custom look and feel into something built on Modern UI, you shouldn’t be worried, but if the site already looks really custom and is already in O365 you should be more cautious.

 

Modernify SharePoint

 

 

Enable Modern Lists for all Lists and Libraries in the UI.

 

image

 

Using Powershell Enable Modern Lists

If you want to enable it on specific Sites, you can use powershell.  Build your own powershell based on the instructions include a sample of doing it for one, but you can loop through or pull from a list.   “Switch the default experience for lists or document libraries from new or classic”

 

Troubleshooting

If you are having problems with the list experience not showing the way it should, you can clear your cookies which may be forcing the classic experience otherwise indicates to use the new experience UI. The article states to clear all cookies, but I found I only needed to clear the cookies related to my SharePoint site. I was not able to figure out which cookie specifically needs to be cleared.  The name of the cookie is “spInu” with a value of 0. Deleting that one will restore the modern UI without having to clear all cookies.  As an example if it works in one browser and not the other… this could be why.

 

More info on why.

 

Now let’s make the pages Modern

First your lists should be made modern using either the powershell or admin UI to switch the list experience.

The Site Pages Library must be in the “New Experience” then create a “new page,” make it the way you want it like a Communication Site or Team site with the Hero Webpart or Activity Web part then select the page and from the top menu options click on the 3 dots and select “Make homepage”.


by Joel Oleson via

Open Container Initiative Sets Container Distribution Standard

OCI launches Distribution Specification project that will base standard on the Docker Registry v2 protocol.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Thursday, April 12, 2018

5 Simple Steps to Maximize Office 365 & SharePoint Usability Series

5 Simple Steps to Maximize Office 365 and SharePoint Usability

I am humbled to have been selected as a Microsoft Regional Director, which made me realize it’s been a little while since I’ve posted.  I intend to correct that.  I’m excited to announce a new blog series on how to drive maximum usability in Office 365 in SharePoint Online, Office 365 Groups and beyond.  In my experience at Blizzard I’ve found simply migrating our data to SharePoint Online won’t accomplish the most important updates in the past year. 

5 Steps to Maximize Office 365 & SharePoint Usability

Classify – Both Sites and Groups support classification in Office 365.  Being able to take action such as not listing a group or site in a directory, or using a flow to approve a site based on the need to support external guests can allow one to have a much better handle on HR data vs Finance or Legal data as an example.  It can also lend itself to support putting sites in Hubs based on department, division or location.

Hubify – Hubs are a new type of site, but really they simply roll up the documents and provide search scopes.  It’s running a Windows Powershell that makes a site into a hub site.  In this post we’ll dig into the how and why with samples.

Groupify – Groups is all the buzz.  Groups gives you all storts of stuff you never asked for, but the approach does have some merits especially in relation to adoption.  Much of the new tools will never be used until people experience them.  Teams and Groups expose these new tools.  The Group OneDrive and Group Inbox and Group Calendar are fantastic as is Planner for a team. 

Modernify – The Modern UI is out, but there’s no one big switch to take your classic site all the way to a Modern SharePoint Site, but you can do it in 3 pretty basic steps.  

Culturify How are you going to handle branding and incorporating company culture? We’ll look at the best approaches available today the answer is slightly different in Modern and Classic sites.


by Joel Oleson via

Top 20 SCCM Security Best Practices

IT security isn’t just a problem—it’s a global crisis. Download this white paper and find out how Microsoft System Center Configuration Manager (SCCM) can help. We’ll share 20 best practices that will serve as a good starting point for administrators
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Windows 10 Security Design Decision Guide

To effectively manage Windows 10 in a corporate environment, you need to understand more than just what the key security features do. You need to understand when to use them, how exactly, and on which systems.Download this design decision guide to hel
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Windows 10 OSD Primer Guide

There is a lot to learn when planning for Windows 10 for your organization, and there are many tradeoffs to consider. This guide provides a high-level introduction for the novice, or IT professional new to the world of operation system deployment. It
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Bank Brings AWS Training In-House to Support Digital Transformation

Australian bank brings AWS cloud training in-house; HPE makes acquisition to bolster cloud consulting; and more news.
by Nicole Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

Google Releases New Africa App to Beat Slow Internet Speeds

The release of Google Go is the U.S. technology giant’s latest attempt to extend its reach into emerging markets such as sub-Saharan Africa, where Facebook Inc. is also making inroads.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Uber Breach Exposed Names, Emails of More Than 20 Million Users

A data breach exposed the names, phone numbers and email addresses of more than 20 million users of the Uber Technologies Inc. online ride-hailing service, federal authorities said, as they chastised the ride-sharing company for not revealing the lapse earlier.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Microsoft Begins Support for Progressive Web Applications

Another developer-related shift might be getting ready to happen as Progressive Web Applications start taking their place in app stores from major tech companies such as Google, Microsoft, and Apple. These hosted web applications will begin appearing alongside native apps and mimic many of their capabilities but with less dependence on being a truly native app itself to deliver many of a services features and capabilities.
by Richard Hay via IT Pro - Microsoft Windows Information, Solutions, Tools

CISO Perspective: How to Prepare for GDPR

The GDPR, or General Data Protection Regulation, will come into force on 25 May 2018 and requires organizations to maintain a plan to detect data breaches, regularly evaluate the effectiveness of security practices, and document evidence of complianc
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Industrial Cybersecurity Is a Puzzle as IT and OT Converge

As cybercriminals expand the scope of their targets to include more industrial control systems targets, industrial cybersecurity becomes an increasingly complicated affair.
by Brian Buntz via IT Pro - Microsoft Windows Information, Solutions, Tools

GDPR Overview: Putting the New Regulations in Context

The Global Data Protection Regulation will have a big impact on companies beyond the EU. As the deadline nears, here's a GDPR overview including key drivers, potential benefits and biggest gotchas.
by Tim Ford via IT Pro - Microsoft Windows Information, Solutions, Tools

Wednesday, April 11, 2018

GDPR Overview: Putting the New Regulations in Context

The Global Data Protection Regulation will have a big impact on companies beyond the EU. Here's a GDPR overview of the key drivers, potential benefits, and biggest gotchas.
by Tim Ford via IT Pro - Microsoft Windows Information, Solutions, Tools

HP Hashes Out New Strategy to Target Booming Pot Business

HP Inc. hopped on the pot bandwagon, offering a more official way to process all that cash dispensaries are collecting.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Global PC Shipments Remain Stagnant While HP Keeps Top Spot

Personal-computer shipments held steady during the first quarter, supported by business sales, while higher-end notebooks helped slow consumers’ continued move to smartphones and smaller touchscreen devices.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Red Hat Keeps Eye on Hybrid Cloud With RHEL 7.5

RHEL's latest helps Red Hat support its cloud aspirations while keeping its feet firmly planted in Linux and open source.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Forrester Study: The Total Economic Impact™ of USM Anywhere

Better Threat Detection. Faster Compliance. Improved Productivity. AlienVault® commissioned Forrester Consulting to conduct a Total Economic Impact™ (TEI) study and examine the potential return on investment (ROI) organizations may realize by deployi
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Best Practices and Essential Tools for GDPR Compliance

With just over three months until the General Data Protection Regulation (GDPR) comes into force in the European Union, many organizations are still struggling to prepare for the new regulation. After all, with so many chapters and articles full of c
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Detect Ransomware Before it’s Too Late with AlienVault USM Anywhere

Ransomware is the fastest growing security threat, perceived as a moderate or extreme threat by 80% of cybersecurity professionals in a recent survey conducted by the Information Security Community on LinkedIn. AlienVault USM Anywhere uses several bu
by via IT Pro - Microsoft Windows Information, Solutions, Tools

10 Tips for Selecting a Managed Security Service Provider (MSSP)

Most businesses have trouble keeping up with today’s constant barrage of cyber threats. Many are turning to MSSPs (managed security services providers) to protect their networks cost-effectively and reliably. But choosing an MSSP requires thought and
by via IT Pro - Microsoft Windows Information, Solutions, Tools

SaaS and Virtual Tetration: More Cisco Sans Hardware

Tetration's two new "consumption models" seem to be another step away from hardware for Cisco.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Ensuring a Secure Virtualized and Cloud Environment with VMware, Dell EMC, and Veeam

Data protection has become the most important priority for today’s IT administrator. Data is a critical asset for all businesses, and protecting that data is more difficult than ever before. Businesses of all sizes are experiencing dramatic data grow
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Tuesday, April 10, 2018

DRaaS levels the playing field for IT

The core technology behind Disaster Recovery as a Service (DRaaS) has evolved for decades. Today it can provide unprecedented availability options to companies who don’t have secondary data centers dedicated to business continuity. Before now, only I
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Global deduplication for encrypted data

Global data deduplication provides important benefits over traditional deduplication processes because it removes redundant data through entire enterprises, not just single devices. Read this eBook and learn how to improve efficiency and reduce costs
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Supplementing Backup Limitations in Office 365

Date: Thursday, May 10, 2018Time: 12:00 PM Eastern Daylight TimeDuration: 1 hour Office 365 offers a significant and useful set of productivity, collaboration and other services. However, Office 365's native capabilities won't satisfy organization's
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Corporate Change Signals Shift in Microsoft AI Priorities

Microsoft AI continues to take shape as the company announces the departure of its Windows head amid significant moves in the AI space by the big players.
by Terri Coles via IT Pro - Microsoft Windows Information, Solutions, Tools

Facebook Hearings Spell End of `Move Fast, Break Things' Era

For years, the company released features quickly, then tracked user responses to decide whether to push on. The creations may not have been perfect, but the key was speed -- hence the company mantra.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Telecom Giants Chase Web-Connected Cars as Path to Online Riches

Now that a surge of American cars are getting their own internet connections, Verizon Communications Inc. and AT&T Inc. don’t want to be relegated to mere pipe providers yet again.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Serverless Apps a New Frontier for Cybersecurity

Serverless applications increase the attack surface by introducing privilege escalation and application dependencies.
by Maria Korolov via IT Pro - Microsoft Windows Information, Solutions, Tools

New IBM Mainframes Deliver More Capacity with Much Smaller Footprint

Following strong growth in IBM mainframes in Q4, two new systems will bring more performance for 40 percent less data center space.
by Nicole Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

Monday, April 9, 2018

Pre-emptive Security Strike? Apple CPU May Replace Intel Chips on Macs

Avoiding Intel security issues and expanding MacOS-iOS integration may be the drivers for replacing Intel chips with an Apple CPU.
by Tom Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

Apple CPU May Replace Intel Chips in Macs

Avoiding Intel security issues and expanding MacOS-iOS integration may be the drivers for replacing Intel chips with an Apple CPU.
by Tom Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

NVIDIA, VMware Help Close Security Gap by Evolving GPU Virtualization

GPU virtualization provides security gains with session re-instantiation capabilities.
by Tom Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

RISC-V Silicon Startup Raises $50.6 Million and Inks Western Digital Deal

SiFive works to monetize open source CPU architecture by helping customers design and bring to market their own custom chips.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Understand GCP Cloud Traffic with VPC Flow Logs

Google Virtual Private Cloud provides a private software-defined network layer on top of GCP’s public cloud.
by Mary Branscombe via IT Pro - Microsoft Windows Information, Solutions, Tools

Sunday, April 8, 2018

Facebook Scandal a `Game Changer' in Data Privacy Regulation

Revelations that data belonging to as many 87 million Facebook Inc. users and their friends may have been misused became a game changer in the world of data protection as regulators are looking to raise awareness about how to protect information.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Apple Hires Former Amazon Devices CTO for Software Role

It’s the second notable hire for Apple in recent days. Earlier this week, the company said it was bringing on John Giannandrea, Google’s former head of artificial intelligence and search, to lead its own AI efforts.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Friday, April 6, 2018

Built-In Security: How to Leverage the Hosts File to Block Ads and More

The hosts file in servers and workstations will readily and dutifully block a, well, host of potentially dangerous content. Here's some info and advice on how to use the hosts file to block ads, malware, trackers and other unwanted content.
by Tom Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

Let's Stop Giving Retailers a Free Pass on Data Breaches

While the Facebook story has shaken the business and political worlds for days, these other data security lapses, affecting millions of U.S. consumers, have barely made a ripple.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

ITPro SnapShot: What Else Happened This Week? (Mar. 30 - Apr. 06, 2018)

ITPro SnapShot offers a short and snappy round-up on the week's industry-related announcements and news around the globe. Here's what happened in the last week.
by Richard Hay via IT Pro - Microsoft Windows Information, Solutions, Tools

Google Adopting 'Next Gen' P4Runtime for Smarter Networks

Alphabet announces collaboration with Open Networking Foundation "to implement an open reference platform for a truly 'software-defined' data plane."
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Equinix Pitches Single System for All Your Cloud Encryption Keys

Colo provider first to market among peers with encryption service based on Intel’s cutting-edge SGX tech.
by Maria Korolov via IT Pro - Microsoft Windows Information, Solutions, Tools

Thursday, April 5, 2018

Cloud Users Can’t Ignore GDPR Requirements

Cloud vendors can provide some assurance around meeting GDPR requirements, but only if you ask the right questions and get it in writing.
by Nicole Henderson via IT Pro - Microsoft Windows Information, Solutions, Tools

CSA: The Treacherous 12: Top Threats to Cloud Computing

At an unprecedented pace, cloud computing has simultaneously transformed business and government, and created new security challenges. Although shifting to cloud technologies exclusively may provide cost and efficiency gains, doing so requires that b
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Five Essential Capabilities for Airtight Cloud Security

The cloud is a highly dynamic, flexible and infinitely configurable; simple changes to security policies can expose private resources to the world. There are a lot of moving parts - which means there can be oversights and errors. Security in the publ
by via IT Pro - Microsoft Windows Information, Solutions, Tools

2018 Trends in Information Security 451 Research

2018 Trends in Information Security Report Read this latest report from 451 Research Group on what’s trending in information security for 2018. Learn how visibility combined with data science has provided new insights into threat detection and preven
by via IT Pro - Microsoft Windows Information, Solutions, Tools

The Definitive Guide to Architecting and Maintaining Robust Security in Your AWS Environments

Robust Security and Compliance on AWS and Public Cloud Enviornments How do you establish and maintain a consistent security posture in your AWS environment? How do you seamlessly extend your security as you rapidly scale operations? Discover how to l
by via IT Pro - Microsoft Windows Information, Solutions, Tools

2017 Cloud security Spotlight Report

2017 Cloud Security Trends This report summarizes the results of a comprehensive online survey of over 1,900 cyber security professionals in the 350,000+ member Information Security Community on LinkedIn. It delivers critical and timely insights into
by via IT Pro - Microsoft Windows Information, Solutions, Tools

CSA: A Repeatable Cloud First Deployment Process Model

A Best Practices Strategy for Cloud Security For many organization, the cloud-first strategy begins an elaborate and sometimes complex series of business and technology decisions. Understanding and weighing all the Software-as-a-Service (SaaS), Platf
by via IT Pro - Microsoft Windows Information, Solutions, Tools

The Definitive Guide to Public Cloud Security and Compliance for Financial Services

Today's public cloud technology has reached a tipping point, enabling financial institutions to take advantage of capabilities and cost efficiencies the cloud affords. The conversation has now shifted from 'Is the cloud safe?' to 'How can we establis
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Cyberattack Bleeds Into Utility Space With Billing Delays

A cyberattack that hobbled the operations of at least four natural gas pipeline companies starting late last week also triggered changes within the utility industry.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Oracle's Catz Is Said to Talk Amazon Contract Row With Trump

Oracle Corp. chief executive Safra Catz criticized the bidding process for a huge Pentagon cloud computing contract in a private dinner with President Donald Trump on Tuesday.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Rise in Kubernetes Deployment Is a Sign of the Container, Hybrid Cloud Times

As companies work to manage enterprise-grade cloud workloads and get a handle on container sprawl, Kubernetes deployment makes more and more sense.
by Todd R. Weiss via IT Pro - Microsoft Windows Information, Solutions, Tools

Wednesday, April 4, 2018

Your Quick Guide to Containerization

Software containers are similar to the enduring bento box—they make it simple to put something in a standardized container and move it with ease. Find out how to make containers work for you – and why you want to – with our deep dive into how contain
by Terri Coles via IT Pro - Microsoft Windows Information, Solutions, Tools

Facebook Updates Data Policies After User Privacy Outcry

Facebook Inc. updated its data policy to better spell out what information it collects and how the company uses it across the social network and other services like Instagram and Messenger.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Apple Hires Google Executive to Catch Rivals in AI Race

John Giannandrea, who will report to Chief Executive Officer Tim Cook, has much work to do. Apple, which pioneered smartphones and tablets, has lagged behind Amazon.com Inc., Alphabet Inc.’s Google and Microsoft Corp. in AI.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Pentagon to Respond on Cloud Contract Rivals Say Favors Amazon

A heated lobbying campaign by companies and industry groups is escalating even as President Donald Trump fires a barrage of Twitter attacks on Seattle-based Amazon.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Zerto for Multi-Cloud and Hybrid Cloud

Your Cloud, Your Way
by via IT Pro - Microsoft Windows Information, Solutions, Tools

DDoS of Things Survival Guide

Cyber-attack strategies always evolve, but 2016 witnessed the resurgence of traditional attack strategies blended with new twists that many were ill prepared to defend. IoT-based distributed denial of service (DDoS) attacks leverage open source malwa
by via IT Pro - Microsoft Windows Information, Solutions, Tools

DDoS Jumpstart: 11 Best Practices for Mitigating the DDoS of Things

Defeating advanced, multi-vector DDoS attacks requires careful balance of resources, budget, technology, integration, and expertise. What applies to one organizations certainly doesn’t work for another. Read more in this whitepaper, which outlines 11
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Validating DDoS Threat Protection

A denial of service or DoS attack is a technique an attacker uses to render an online service inaccessible to legitimate users. Distributed Denial of Service, DDoS, attacks are launched from many different hosts simultaneously. This whitepaper discus
by via IT Pro - Microsoft Windows Information, Solutions, Tools

Tuesday, April 3, 2018

Rackspace and Switch Ink Hybrid Cloud Partnership

Offer customers a single channel for buying Rackspace services combined with Switch colo space, connectivity
by Yevgeniy Sverdlik via IT Pro - Microsoft Windows Information, Solutions, Tools

Cloud reserved instances: Good discounts for limited use cases

Find out how the reserved instances pricing model for cloud services works and in what scenarios it makes sense.
by David O'Brien via IT Pro - Microsoft Windows Information, Solutions, Tools

Four Ways for Tech Wizards to Perfect the World

According to the satirical show "Silicon Valley," those who toil in the Valley like to tell people they care about nothing so much as making the world a better place. In that spirit, four real-world suggestions for making the world a better place, Silicon-Valley-style.
by via IT Pro - Microsoft Windows Information, Solutions, Tools

The Evolution of Edge, Cloud, and the Modern Application

Learn How Microsegmentation Helps with Security, Management, and Delivery
by via IT Pro - Microsoft Windows Information, Solutions, Tools

New Azure Data Centers Aimed at Australia and New Zealand's Critical Sectors

Microsoft launches dedicated cloud availability regions for government agencies and other verticals deemed critical, such as banking and communications.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Microsoft Expands Access to Artificial Intelligence Development with Tool Advancements

Microsoft’s ever-growing stable of artificial intelligence development tools further opens the technology to 'everyday developers.'
by Terri Coles via IT Pro - Microsoft Windows Information, Solutions, Tools

Monday, April 2, 2018

Resources to learn PowerShell for Office 365

I’ve been a big fan of PowerShell for Office 365 for a while now, and with new features coming out in Office 365 that are only configurable by PowerShell, it’s more important than ever to be able to at least master the basics, but you absolutely need to know PowerShell for Office 365 in order to have full control of your tenant.

Resources to learn PowerShell for Office 365

Jeffrey Snover, creator of PowerShell and Technical Fellow at Microsoft explains it in a more direct way

When someone answered that their clients do not listen, he was pretty direct with his reply.. you need to learn PowerShell to stay relevant , and even more important to learn it as an Office 365 admin.

So, here are some resources, depending on what type of learner you are!

Books

Books are really ways to learn a topic from start to master, and even if they cost some dollars, they’re always a good investment!

Learn PowerShell for Office 365

Essential PowerShell for Office 365: Managing and Automating Skills for Improved Productivity
Take your Office 365 skills to the next level. Master PowerShell for Office 365 to stay competitive in today’s world of highly sought after cloud management skills. With expert guidance, IT pros will learn how to leverage the muscle of PowerShell to automate many advanced administrative tasks not otherwise accessible in the Office 365 Admin Center. You will discover how to unlock configuration options and automate tasks in order to free up valuable time and resources.

Get it on Amazon at the following links:

Video Training

NOTE: Pluralsight is a paid resource unlike Channel9, Youtube, and Microsoft Virtual Academy which are free. The quality they provide is also superior because of all the quality checks they go through, and the instructors are one of the best in the industry. The Pluralsight courses have a link to where you can get a free trial and decide for yourself if paying a subscription or not is worth it, but the 10 day free trial should allow you to view all those courses for free.

Learn PowerShell for Office 365

PowerShell for Office 365
In this course, you will learn how to use PowerShell to manage Office 365 services. You will learn how to connect and manage users and licensing, SharePoint Online, Exchange Online, Compliance Center and last but not least, Skype for Business Online.

Learn PowerShell for Office 365

PowerShell Playbook for Office 365
A more advanced look at multiple real-life scenarios that span across all Office 365 Services and show you how your PowerShell for Office 365 skills can be applied in your day to day life

PowerShell for common Office 365 Operations
In this 300 level session, you will learn how to automate the management of Office 365 using Windows PowerShell. We will discuss how to connect Windows PowerShell to Office 365, tour the Office 365 cmdlets, and demonstrate how to manage domains, users, and services including Exchange Online, and SharePoint Online.

Support Corner: Using PowerShell to Manage Office 365 Users
Join us in this fast-paced demo to learn how to manage Office 365 users using PowerShell. Experts show you how to create and delete users, update user IDs and passwords, assign licenses and groups, and much more.

Blogs / Links

This a list of blogs, or Microsoft Docs ressources on PowerShell for Office 365! All those are free! This list is currently in construction, and will be better organized in the future!

 

Leave a comment and don’t forget to like the Absolute SharePoint Blog Page   on Facebook and to follow me on Twitter here  for the latest news and technical articles on SharePoint.  I am also a Pluralsight author, and you can view all the courses I created on my author page.

The post Resources to learn PowerShell for Office 365 appeared first on Absolute SharePoint Blog by Vlad Catrinescu.


by Vlad Catrinescu via Absolute SharePoint Blog by Vlad Catrinescu

Justice Department Asks Court to Drop Microsoft Email Case

The Supreme Court case, which the justices heard in February, stemmed from the government’s use of a 1986 law to seek emails from an unidentified account kept on a Microsoft Corp. server in Ireland. The Justice Department said the messages would provide evidence of drug trafficking.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Facebook Terms of Service Need Work--Figuratively and Literally

Facebook "terms of service" take on new meaning as the company faces backlash for seeming to turn a blind eye to questionable use of customer data.
by Tim Ford via IT Pro - Microsoft Windows Information, Solutions, Tools

Facebook Scandal Alarms China Eyeing Next Frontier in AI Battle

The scandal over the alleged abuse of Facebook Inc.’s user data is unfolding a long way from China, and yet privacy regulators in Beijing have been watching intently.
by Bloomberg via IT Pro - Microsoft Windows Information, Solutions, Tools

Azure Launches Availability Zones in GA, Catching Up to Rivals

Micosoft Azure joins other public cloud providers with the addition of availability zones.
by Christine Hall via IT Pro - Microsoft Windows Information, Solutions, Tools

Exchange Online PowerShell Module Error: Application Cannot be Started – Contact the Application Vendor

While doing a workshop about PowerShell for Office 365 recently, and working with the Exchange Online PowerShell Module, which is needed to authenticate to Exchange Online with MFA , a lot of my students have hit the following error: Application cannot be started. Contact the application vendor.

Exchange Online PowerShell Module Error: Application Cannot be Started

Even if the Details tab don’t say much, this is an easy fix! This is happening only when downloading the Exchange Online PowerShell Module by using Chrome or Firefox, so the fix is simple: Use Internet Explorer to download the Exchange Online PowerShell Module! That’s it!

PS: If you want to know how to connect to all Office 365 using Multi Factor Authentication, check out this blog: Connecting to all Office 365 Services with PowerShell and Multi Factor Authentication

Leave a comment and don’t forget to like the Absolute SharePoint Blog Page   on Facebook and to follow me on Twitter here  for the latest news and technical articles on SharePoint.  I am also a Pluralsight author, and you can view all the courses I created on my author page.

The post Exchange Online PowerShell Module Error: Application Cannot be Started – Contact the Application Vendor appeared first on Absolute SharePoint Blog by Vlad Catrinescu.


by Vlad Catrinescu via Absolute SharePoint Blog by Vlad Catrinescu