Rename Team Name In Teams To Shorten OneDrive Path Lengths
If you have issues with long path’s in OneDrive when you sync teams sharepoint document libraries locally you need a way to shorten them. Previously this has been a real pain but now its pretty painless. See here I have a team with a really long name and I’ve created a file and folder in it. Here I sync it down using OneDrive but folder paths are really long and this can cause problems with files not saving and sometimes...
How To Connect To Another Windows 10 Computer AKA Quick Assist
If you ever need to help someone with an issue and you are both using windows 10 you can use a great tool called Quick Assist to remotely connect to their computer and even control it! On your computer and the remote computer go to the start menu and type Quick Assist and open up the tool. On your computer click on Assist another person. This will generate a security code which you give to the person at the remote computer. On the...
Microsoft 365 How To Enable DKIM Using DKIM Manager PowerShell Script
DKIM Manger Download: DKIM Manager (57 downloads) Or pull from GitHub here: DKIM Manager on GitHub Everyone should be trying to improve their email security setup and using DKIM (Domain Keys Identified Mail). DKIM works by the sending server adding an encrypted version of the email header into the email. The recipient server can then look at your public DKIM keys published in DNS and decrypt the header and compare it to the...
Using Akixi API with PowerShell
Akixi is a great reporting platform for the Horizon VOIP telephony platform. Recently i’ve been working on pulling off report data and inserting that data into our central dashboard systems. They don’t provide code examples in PowerShell so I wanted to share the basics so you can get a head start with your own project. All I ask is that you post a comment below and share your project details with other readers 🙂 First up...
How to Setup Windows For a Nessus Credentialed Patch Scan
Setting up a Windows 10 PC so that It can be scanned by Nessus using a fully credentialed patch scan is and straight forward process but there are several parts required for it to work. This guide includes the manual steps required but you can also implement the settings using a centralised RMM tool if you have one. Also Note in most Local AD environments Nessus will work without any changes. For standalone or Azure AD joined...
How to Setup Mac’s For a Nessus Credentialed Patch Scan
Setting up a Mac so that It can be scanned by Nessus using a fully credentialed patch scan is a quick and straight forward process. This guide includes the manual steps required but you can also implement the settings using a centralised RMM tool if you have one. The process is as follows: 1 . Setup a dedicated administrator account to use with the scan. 2. Enable Remote Login. 3. Setup new SSH credentials in Nessus to use during the...
PowerShell For Fun And Profit: Online Arbitrage Scanner
What is online arbitrage? It’s where you find things for sale online, buy them and sell them elsewhere and make a profit! How do I find things to sell? Browse popular deal sites, clearance pages or like me, you automate the process and let a PowerShell do the boring work for you! If you want to grab the code, go download it from my Github repository: https://github.com/slashadminsource/PSOnlineArbitrage Setting Up Download the...
PowerShell Trading Bot For Interactive Brokers
This bot is for educational purposes only!This bot will loose all of your money if you try to get it working.I do not support this bot, its provided to the PowerShell coding community for educational purposes.Trading stocks is very risky, I’m not a professional trader or an accountant, I’m an IT guy who likes to mess around with coding projects from time to time.This code most definitely contains bugs and errors and...
Cant Remove Hyper-V VM Cannot Connect to Virtual Machine Configuration Storage
Found a redundant VM on your Hyper-V host? This typically only happens in test environments but rarely in production and caused by a VM folder being deleted or moved. In the screenshot below you can see the VM ‘Mindex’ in an off-critial state. You cant remove this server from the host using the GUI. Open a Powershell windows as admin and type ‘Get-VM’ and press enter. This will list all of the VM’s on the...
Act Failed to Open Scheduler log Error Occurred While Loading Scheduler log file
Getting the following error and having trouble resolving the issue? “Failed to open scheduler log. Error occurred while loading scheduler log file.” Under the menu ‘Other tasks’ click ‘Stop Service’ then Browse to c:\programdata\act\act data Rename ‘SCHEDULER_LOG’ TO ‘SCHEDULER_LOGOLD’ Now in the task scheduler click ‘Start service’ from the ‘other...
Recent Comments