Phonetic alphabet Dutch & English
NATO Phonetic alphabet Symbol Code word Symbol Code word A Alpha N November B Bravo O Oscar C Charlie P Papa D Delta Q Quebec E Echo R Romeo F…
Handy url’s
Intune Drive Mapping Generator LazyAdmin Prajwal Desai regex101: build, test, and debug regex tabs-not-spaces/Intune.HV.Tools: A set of tools to assist with the creation of Intune managed virtual machines in Hyper-V.…
Update Ubuntu
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get autoclean && apt-get autoremove
Manage MacOS with Intune, including Apple Business Manager, Defender Enrollment, Platform SSO, and much more – The Complete Guide Part 1
Source: https://intunestuff.com/2024/05/28/manage-macos-with-intune-including-apple-business-manager-including-platform-sso-the-complete-guide/ Apple Business Manager Intro I always recommend the use of Apple Business Manager. Why you could say, well Apple Business Manager is a free service provided by Apple…
Save Site as a Template and use it to create a Site Collection in SharePoint Online
Recently I was browsing the TechNet Forums like I usually do a few times a week, and I’ve seen a question a user was asking, which intrigued me. “When we…
WSUS Cleanup script
Download Start-WsusServerCleanup Automates running the Server Cleanup Wizard against against your parent WSUS server and recursively against all your downstream WSUS servers. It can e-mail a report including WSUS Server,…
PrivateKeyMissing when running Enable-ExchangeCertificate
Enable-ExchangeCertificate : The certificate with thumbprint XXXXXXXXX was found but is not valid for use with Exchange Server
(reason: PrivateKeyMissing).
At line:1 char:27
+ Enable-ExchangeCertificate -Thumbprint XXXXXXXXX -Services "IIS"
The above error can as a result of multiple reasons. CSR was created with IIS and attempted to be installed through the Exchange Management Shell (EMS), CSR was created in EMS on another Exchange Server, a damaged certificate, or Windows simply “forgets” where it placed the PrivateKey for the certificate. It doesn’t happen all the time, but sometimes the error can be a nuisance.
(more…)MSTSC – File not found
Today I have this problem that I could connect from a machine, running windows 7.The error I got was:The system cannot find the file specified.C:\Windows\system32\\mstsc.exe.MUI I then search for mstsc.exe,…
Get bios license key
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
Block Internet with firewall
MAKE GROUPS
Note: since firewall rules don’t let you enter large ranges of items, you have to shove them into a Group when you have lists of things you need to use in a rule.
(more…)MDT Task sequence error
When you are getting the error “The task sequence has been suspended. LiteTouch is trying to install applications. This cannot be performed in Windows PE.”.
Windows Update error 80246005
What happens Error code 80246005 is displayed on the screen when you are checking the Windows Update website for updates. There is no message with error code and you are…