
Windows LegalNoticeText
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, Read More …
Stories, and bit rot, from the IT Support Trenches
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, Read More …
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 Read More …
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 Read More …
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 Read More …
Mapping a SharePoint Document Library as a network primary Map a network drive to a SharePoint library ”We recommend using Sync The Sync button in Read More …
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 Read More …
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 Read More …
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 Read More …
Command Line Safety TricksServerFault: Command line safety tricksMusings of an Anonymous Geek: Safety Precautions When Using the ‘rm’ Command OtherPrajwal Desai: List of SCCM Build Read More …