Using the web site I could launch screen connect and control site devices no problems. When I am using the Automate Center GUI and try and launch screen […]
Category: Research
Research Undertaken
How to add deployments to Azure OpenAI base models
Open Azure AI Studio https://oai.azure.com/
Convert Registry Entries to Powershell for Intune Scripts and Proactive Remmediations
Registry to PowerShell converter (reg2ps.azurewebsites.net)
Teams Meeting Outlook Add-in not working with New Teams
Navigate as admin to: “C:\Program Files\WindowsApps\MSTeams_23320.3021.2567.4799_x64__8wekyb3d8bbwe” Note: The folder name will change after updates so it won’t exactly match my path above. Also navigating to the WindowsApps […]
Replace Cert on ADFS
Change to 5 Years Set-ADFSProperties -CertificateDuration 1825 1 ) Import Cert to Server 2) Find new Cert in List and Import Use Get-AdfsSslCertificate to make sure the […]
Cannot install md4ws.msi onboarding package on Windows Server 2016
I keep getting an error “Please Update Windows Defender Antivirus to the latest version KB4052623 ” The update has been installed a while back. Tried deleting all […]
Azure Fortigate VM and Nat64
https://github.com/pariswells/public-code/blob/master/r-fgt6-FGT_7-2_1577_202402282151.conf This does not work nicely , you have to add another IPv6 address to your NIC ( cannot just be one ) . One is for […]
How to run local Powershell Commands with Power Automate
https://learn.microsoft.com/en-us/power-automate/desktop-flows/introduction This is a Premium feature so you’ll need the appropriate license and it will only run if the machine is online (so best to use a […]
Remove Xbox from Windows 10\11
Search for Following Apps in Store App New 9MV0B5HZVK9Z 9NZKPSTSNW4P And Change Uninstall to All Devices
Create Service Principle Key In Azure for DevOps
Service principle key is also named client secret, you can create it in your App Registration -> Certificates & secrets in the portal, follow this link. You also need to Add the […]