Saturday Link Roundup
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…
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…
Command Line Safety TricksServerFault: Command line safety tricksMusings of an Anonymous Geek: Safety Precautions When Using the ‘rm’ CommandOtherPrajwal Desai: List of SCCM Build Numbers | SCCM Version NumbersZscaler: Step-by-Step…
Yes, if you go to My Account (microsoft.com), you have the ability to disable your device in Azure.... If you do this, in theory, the next AD sync will reset…
The Zscaler documentation gave me the impression that IF you don’t specify an UNINSTALLPASSWORD with your MSI Transform file, you can’t uninstall the client from the command. I was wrong!…
Tables Generator I so dislike having to code HTML Tables manually, Tables Generator makes it easy. Personality Tests – summary from Atomic Habits Recently finished reading Atomic Habits by James…
List of BIOS Function Keys, which I can never remember when I actually need to use them. Acer Dell HP Lenovo F1 System Information F2 Setup System Diagnostics F3 3rd…