Skip to content

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

  • Home
  • About Dale
  • Useful links
  • WiseFAQ’s Lists O’ IT Goodness
    • Home
    • 2021
Web links

Saturday Link Roundup

Dale December 25, 2021 0 Comments

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…

How To Windows 10

Windows 10 – Designing and setting a custom Lock Screen Background.

Dale November 22, 2021 0 Comments

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…

Active Directory Azure

Getting a simple list of computers from Azure AD

Dale November 19, 2021 0 Comments

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…

Active Directory

Getting a simple list of AD Group Members

Dale November 17, 2021 0 Comments

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…

YouTube

“If this package isn’t in Adelaide by the morning, it’s your job!”

Dale November 15, 2021 0 Comments
Web links

Saturday Link Roundup

Dale November 6, 2021 0 Comments

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…

Active Directory

Disabling your own corporate device in Azure AD

Dale October 26, 2021 0 Comments

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…

How To

Uninstalling the Zscaler Client Connector with an UNINSTALLPASSWORD

Dale October 8, 2021 0 Comments

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!…

Code Cutting PowerShell Web links Windows Windows 10 WSUS

Saturday Link Roundup-Assorted

Dale October 2, 2021 0 Comments

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…

Hardware

BIOS Function Keys

Dale September 21, 2021 0 Comments

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…

Posts navigation

1 2 … 5

Next Page »

IT Related

  • EpochConverter
  • Group Policy Administrative Templates Catalog
  • Official Microsoft Team Blogs List
  • Podfather Gear
  • Service Status Pages

NSNG

  • Grain Free Comfort Food

OH&S

  • Asbestos
  • Brodie Panlock
  • COVID-19 In Australia

Other stuff I read

  • Become Awesome in Excel
  • desiringGod
  • Harvest
  • Impro Wiki
  • Melbourne Laneway Learning
  • MyFridgeFood
  • Pet Loss Blog
  • Phil Factor
  • Writing or just Practicing

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

Copyright © All rights reserved | Blogus by Themeansar.