Apple Ethernet Driver & Windows 10
Once you have the Apple iTunes software installed, you can install the Ethernet Driver here:C:\Program Files\Common Files\Apple\Mobile Device Support
Once you have the Apple iTunes software installed, you can install the Ethernet Driver here:C:\Program Files\Common Files\Apple\Mobile Device Support
Not something we do often, and when we do, I tend to forget the “rules” of LegalNotice. I’ve written this down, like some other posts, as a memory aide.History1993 was…
So sometimes Windows 10 claims that there is No Internet when there is.I don’t know the actual cause yet, and a restart resolves the issue.(though I do suspect my corporate…
We had a customer ask the following:We’d like to report on how much network data each application is using as we suspect that Microsoft Teams is using a lot of…
Had some difficulties finding these links on the Microsoft Website, so here they are for future reference:Group Policy Settings Reference Spreadsheet for Windows 11 October 2021 Update (21H2)Group Policy Settings…
Mapping a SharePoint Document Library as a network primaryMap a network drive to a SharePoint library”We recommend using Sync The Sync button in SharePoint. instead of mapping a network drive…
In short: it needs to be in a 16:9 ratio by default, the image is changeable by you in c:\Windows\System32\oobe\info\backgrounds\ (Windows will copy that image and store it’s own copy…
First we connect to Azure AD, I’m going to use the MSOnline module: connect-msoldevice Then we get the computers and export them to a CSV file. get-msoldevice -All | select-object…
Sometimes you just need a raw AD Group Membership list: Get-ADGroupMember -identity "<AD Group Name>" | Select-Object Name | Export-CSV –NoTypeInformation 'c:\temp\<AD Group Name>.csv' Which gives you this output: NODDY05…