CTF: Ping Script
I just took a straight forward approach to this script with a little bit of humour for Gav and Kelvin (The judges) added in. I think the main challenge was to use PowerShell 7...
Luke Whitelock's scripts and useful things for MSPs
I just took a straight forward approach to this script with a little bit of humour for Gav and Kelvin (The judges) added in. I think the main challenge was to use PowerShell 7...
For this script I decided to have some fun and use a trick not many people will know about to be able to run the same script on Mac, Linux and Windows. It is...
Recently I have been doing a lot of work converting all our scripts to work in PSCore and as Azure functions with PowerShell 7. One problem I have run into is an issue where...
I recently took part in the 2nd Cyberdrain CTF. This was my submission for the signature question For this script I took this as a base https://github.com/12Knocksinna/Office365itpros/blob/master/UpdateOutlookSignature.PS1 I fixed all the errors in it,...
I recently ran into an error when trying to get access tokens using the secure app model: New-PartnerAccessToken: AADSTS700003: Device object was not found in the tenant 'xxxxx' directory. It turns out the problem...