Sign up

UKmac.net - Apple news, tech views

Not verified No WebSub updates No webmention support Not yet validated

Recent content on UKmac.net - Apple news, tech views

Generator
Hugo - gohugo.io
Public lists
I ♥ RSS
Fetched

UKmac.net - Apple news, tech views

Moving to Jekyll!

After many years of on and off dabbling with Wordpress blogs I have decided to make the move to Jekyll and Github Pages for hosting. Jekyll is very different to Wordpress and requires a completely different skill set to implement. It is easy enough to pickup if you have a go...

UKmac.net - Apple news, tech views

Working from home - Apples take...

Fab spoof from Apple on the whole “working at home” thing… Must see.

UKmac.net - Apple news, tech views

Customise the Office 365 encryption Message

Customise the Office 365 encryption Message

This is a useful guide on branding the messages sent out by Office Message Encryption (OME). I will be coming back to this one in the New Year.

UKmac.net - Apple news, tech views

A huge pile of new Teams features !

What’s New in Microsoft Teams- Ignite 2019

This is a LONG list of new and improved features for Microsoft Teams. Excited to see a lot of these, especially things such as Private Channels and Planner/To Do integration

UKmac.net - Apple news, tech views

New AirPods Pro noise cancellation

Ryan Block on AirPods Pro vs. Bose QuietComfort 35 Headphones

Have to say I am impressed too. Loving them !

UKmac.net - Apple news, tech views

Apple warns HomePod users of potentially fatal iOS 13.2 flaw

Apple has pulled the latest HomePod update and is warning users not to reset their speaker, lest they render it inoperable.

www.macworld.com/article/3449239/apple-warns-homepod-users-of-potentially-fatal-ios-13-2-flaw.html

Found this after an hour of trying to work out why new multi-user support on HomePod didn’t seem to be working. My HomePod is still on 12.4 so hasn’t been updated fortunately.

UKmac.net - Apple news, tech views

What about Win 10 Pro ?

So I just came across another one of Microsofts seemingly arbitrary limitations in using policies to manage Windows 10. This one is another example where there is a policy setting that only works if you have Windows 10 Enterprise or Education editions and not for Pro.

If you want a policy to lock down the Windows Store to only show applications in your organisations Store then you are going to be out of luck…

https://docs.microsoft.com/en-us/microsoft-store/manage-access-to-private-store

If anyone knows a way to block the Windows Store for Pro editions I would be interested to hear from you.

UKmac.net - Apple news, tech views

Edge Insider - New Tab for Enterprise

The latest Edge Insider release includes a new feature for users to configure the default new tab to include the Recommended and Recent sections from the default Office.com landing page.

This is a nice addition and will be a great way of giving staff quick and easy access to their Office files without having to specifically navigate to the Office home page. The new tab page also provides a Search box that defaults to searching the users Office 365 tenant ( Sharepoint sites etc ) as well as the web.

Now if Microsoft would just switch on synching in Edge Insider for macOS I would be a very happy bunny…

UKmac.net - Apple news, tech views

Customise Room Resource work hours in Office 365

I have recently started setting up Room Resources in our Office 365 tenant and quickly discovered that that rooms are only available Monday to Friday 08:00 to 17:00 by default.

Fortunately there is a Powershell command to modify this to suit your room requirements.

First connect to Exchange PowershellSet-MailboxCalendarConfiguration -Identity -WorkingHoursStartTime 00:00:00 -WorkingHoursEndTime 23:59:59

This is for an individual room resource. Alternatively if all your rooms have the same availability schedule you can change all at once with the command below

1
Get-MailBox | where {$_.ResourceType -eq "Room"} | Set-MailboxCalendarConfiguration -WorkingHoursStartTime 00:00:00 -WorkingHoursEndTime 23:59:59

UKmac.net - Apple news, tech views

Setting Lock Screen Wallpaper with Intune

Just found this article on the Lazy Administrator that describes how to enforce a Windows lock screen wallpaper on Windows 10 for all editions ( not just Enterprise and Education which is all Microsoft allow you to do with Intune out of the box ! )

I will be using this script. Thanks Brad.

UKmac.net - Apple news, tech views

CarPlay in iOS 13

CarPlay in iOS 13 is a huge upgrade

Having recently upgraded to beta 7 of iOS 13 I have to say the single biggest improvement for me is CarPlay.

Thanks Apple !

UKmac.net - Apple news, tech views

Teams Tip - Zooming shared screen

How to zoom into a shared screen contents in Teams meeting

UKmac.net - Apple news, tech views

Adaptive Cards for Beginners

Teams and Flow

Regarding365.com has this very neat how to article on creating an Adaptive Card in Teams when someone sends a specific Tweet.

I’ve not seen the adaptive card designer mentioned in the post but will check it out as this looks pretty useful.

Adaptive Cards for Beginners- Monitor a Hashtag on Twitter

UKmac.net - Apple news, tech views

Add attachments in PowerApps

This Microsoft guide explains how to add attachments in a PowerApps form to a Sharepoint list.

Add attachments to SharePoint lists

UKmac.net - Apple news, tech views

Microsoft blogs of note

A quick list of some of the blogs I have used recently for guides and how to’s on Microsoft products.

UKmac.net - Apple news, tech views

Creating desktop shortcuts with Intune

I have previously setup a script to push simple shortcuts to Desktop with Intune but this guide from Nicolonsky Tech is much better. Will re-create mine using this approach.

Source: Intune create desktop shortcut

UKmac.net - Apple news, tech views

Powershell connection from MFA Account

This is a Microsoft guide I need to use fairly regularly ! Wish connection to Exchange Online and Sharepoint Online from Powershell was a little easier to configure. Interestingly when I tried this today if I ran Connect-EXOPSSesion with parameter for my UPN it didn’t seem t...

UKmac.net - Apple news, tech views

Louisiana declares emergency over cyberattacks targeting schools

Louisiana declares emergency over cyberattacks targeting schools

Things seem to be going pretty badly for a lot of small states in America at the moment. As a regular listener to Security Now it seems there aren’t many weeks that go by at the moment where one state or another isn’t being crippled by ransomware. As they have discussed there is money to be made and it seems some governers are paying the ransom rather than trying to recover manually. Either way there are some significant sums of money involved in responding to this events and it seems that cyber insurance policies may not continue to be the way out in the future.

 

UKmac.net - Apple news, tech views

Sunday 28 July 2019

PowerApps

So I am making some progress with learning PowerApps and have the start of a new app for the charity to use. Just came across this resource which will be worth having a look through, a showcase for what others have done with PowerApps

Community Apps Gallery - Power Platform Community

A useful quick link  to the PowerApps function reference on Microsoft Docs

UKmac.net - Apple news, tech views

Wednesday 24 July 2019

##Microsoft Forms

One feature that would make this process work a lot better would be to enable the initial Form to have some of the information pre-populated so when it is submitted the information can be linked to existing data in Sharepoint. It seems this is a requirement that others have found lacking in Forms at the moment

Discussion at  Pre-populate fields in Microsoft Forms via URL parameter? - Microsoft Tech Community - 113803

Vote for this requirement at Uservoice for Forms

UKmac.net - Apple news, tech views

Daily Log - Tuesday 23 July 2019

Powershell Following a recent re-brand of our charity the Marketing team distributed a number of new template documents to various teams throughout the organisation and it wasnt until after this had happened that I discovered the blank Word template they had issued was over ...

UKmac.net - Apple news, tech views

Monday 22 July 2019

PowerApps

*PowerApps: Submit multiple forms at the same time — SharePoint Simply

##Teams

Just discovered that you can change individual folder permissions in Sharepoint Groups Document Library using the Manage Access panel. I had been under the impression that to make changes like this you needed to drop into the Advanced Permissions settings ( something that most of the users in my organisation would not cope with easily ).

This Microsoft article shows how to do it. I will definitely be making use of this now I know about it, and helping my users to use it too.

UKmac.net - Apple news, tech views

Archives

UKmac.net - Apple news, tech views

Cloudflare rolls out its 1.1.1.1 privacy service to iOS, Android

TechCrunch

— Read on

techcrunch.com/2018/11/11/cloudflare-privacy-dns-service-ios-android/

UKmac.net - Apple news, tech views

Using Siri with the Reminders app

Siri: How to add an item to specific Reminders list AND set a reminder time? - Ask Different — Read on apple.stackexchange.com/questions/235719/siri-how-to-add-an-item-to-specific-reminders-list-and-set-a-reminder-time

UKmac.net - Apple news, tech views

iCloud Upgrade Day

A long time coming but I have finally had to make the jump to the next level of iCloud storage ( 2TB ). The 200Mb subscription has lasted a while but has finally been absorbed by the families Messages, Photos and others. At least I have plenty of head room to grow into now.

UKmac.net - Apple news, tech views

Show Me Yours

Show Me Yours is a wonderful tongue in cheek video featuring comedian Olivia Lee in which she is seen walking up to strangers in the street asking to see whats on their mobile phones. The video was produced by Liberty a Human Rights Group to highlight to the public the poten...

UKmac.net - Apple news, tech views

CassetteBoy vs Jeremy Hunt

Enjoy…

UKmac.net - Apple news, tech views

An Alternative Approach to Preventing Ransomware ?

The rise in the prevelance of Ransomware hasn’t really impacted on Mac Users as it has with the Windows community so far… Of course the Mac has benefited from a secure design and being a smaller (relatively) target over the years, but with the growth in use of OS X and the m...

UKmac.net - Apple news, tech views

Upgrading OS X issues

My normal approach when a new version of OS X is released is to backup ( create a Carbon Copy Cloner image of my main drive ) and then do a clean install ( erase the entire drive and install from scratch ). Obviously this takes a little more time and effort than a normal&nbs...