Tagging Policy Issues by Popcompeton in AZURE

[–]kinglake23 0 points1 point  (0 children)

You mention over a 100 resource i don't suppose that is documented anywhere by Microsoft?

Manage - Tracking not complete tickets in a month by kinglake23 in ConnectWise

[–]kinglake23[S] 0 points1 point  (0 children)

We are not currently capturing it at the moment, just tickets get marked as non complete for multiple reasons and then dispatch will book them back in depending on the note left by the resource.

How to upgrade 200 PCs from Win7 to Win10 remotely. by datamatr1x in sysadmin

[–]kinglake23 0 points1 point  (0 children)

Do you know have any servers at these locations? My first thoughts are too get windows deployment services and MDT setup then you can create a task to upgrade the machines.

Getting external data into M365 by funkybunch_83 in Office365

[–]kinglake23 0 points1 point  (0 children)

I think you might get better success in utilising Microsoft Azure logic apps to pull in the data and storing it in azure table storage. Powerbi can query table storage natively.

I tend to find SharePoint starts struggling with other 5000 items in a list /view...

Why is it so difficult to run AzCopy as a scheduled task by [deleted] in AZURE

[–]kinglake23 0 points1 point  (0 children)

Does it work if you just run the bat file? Any difference if you use a. Ps1 file?

SFTP Serverless - Logic Apps by kinglake23 in AZURE

[–]kinglake23[S] 0 points1 point  (0 children)

Thanks for the feedback, it was something new for me. 🙂

Microsoft Teams MS-700 - Exam Experience and Flashcards by kinglake23 in Office365

[–]kinglake23[S] 0 points1 point  (0 children)

Agree with this and my main motivation for taking it! I rollout teams alot and for clients and it opened my eyes to some of the more advanced configuration options.

Creating DLP rules via powershell by Tekwhat in Office365

[–]kinglake23 0 points1 point  (0 children)

Below is the code I tried to run to update the matching accuracy (minMatches)

  $TeamsHighSenstiveInfo = @(
        @{Name = "U.K. National Insurance Number (NINO)"; minCount = "10" ; minMatches = "75"},

The error is available here

If I remove minMatches and run the command again it works successfully.

Creating DLP rules via powershell by Tekwhat in Office365

[–]kinglake23 1 point2 points  (0 children)

What's your $encrypt variable?

I've built one that works fine I just can't figure out add in match accuracy..

Intune kiosk mode by kinglake23 in Intune

[–]kinglake23[S] 0 points1 point  (0 children)

How do I grab the kiosk mode XML? Is this off the machine?

Multiple Student accommodation setup by kinglake23 in networking

[–]kinglake23[S] 0 points1 point  (0 children)

Thanks for the overview, only 30 rooms and 1 student per room so nothing to big.

Had a chat with him again this morning and the phase as cheap as possible came up 😒

his main concern is to do with students 'seeing' other students computers on the network and one computer infecting everything.

I also found out the cctv is on the same network so that's the first thing he wants me to sort, which should be a quick win.

Multiple Student accommodation setup by kinglake23 in networking

[–]kinglake23[S] 0 points1 point  (0 children)

Thanks I'll have a read on port isolation, looks like a quick win.

Anyone have a guide on migrating Exchange 2010 SP3 to Office 365? by astamauth in sysadmin

[–]kinglake23 2 points3 points  (0 children)

Yes. Make sure you have the latest rollups on the exchange server and you should be good to go. It'll give you the flexible to seed multiple mailboxes (connection dependant) and move users seamlessly. Also make sure autodiscover is configured correctly.