Recursively add permissions to a users home folder with icacls
Having issues with long file paths also when trying to set permissions? Check out this guide on how to find
Continue readingEduTech server engineer blogging about everything IT related
Having issues with long file paths also when trying to set permissions? Check out this guide on how to find
Continue readingOften during server migrations we come across an issue when using Windows Sync Centre to sync up staff devices in
Continue readingIssue I have a machine that has previously been BitLocker protected and I now need to backup the recovery key
Continue readingIf you have a long list of users to remove from Office 365 using PowerShell is going to be the
Continue readingBasic bit of code to achieve this as below if ((gwmi win32_computersystem).partofdomain -eq $true) {write-host “Server is part of a
Continue readingTo create a PowerShell PopUp Window can be achieved in just two lines of code as below $wshell = New-Object
Continue readingQuick and simple one liner to get your public IP using Powershell via the code below (Invoke-WebRequest -uri “https://www.theictguy.co.uk/ip/”).Content You
Continue readingMigrating FSMO roles – transferring the RID Master, PDC Emulator, and Infrastructure Masters via GUI Open the Active Directory Users
Continue readingFirst you will need to connect to Office 365 Exchange PowerShell using the below command to gather user credentials and
Continue readingThis article is for you if – You wish to demote a domain controller You need to find out about
Continue reading