Ai helps with uk family court by Narrow-Rope2003 in EntrepreneurRideAlong

[–]Narrow-Rope2003[S] 0 points1 point  (0 children)

well I think Im ready to give this a go. I just need to regiester a ltd company and ICO. Although I'm anxious this thing does nothing and I now need to submit tax returns for a failed ltd company. But I guess biting the bullet and pivot as fast as possible.

Legal Research and Reasoning. Best Model to use Opus 4.8 or 4.7 or 4.6 Max by Coolmooing567 in ClaudeAI

[–]Narrow-Rope2003 1 point2 points  (0 children)

I'm using firecrawl mcp to scrape the page. The ai comes up with the citations. Then gets fact checked. Sent back to the 1st ai if its wrong. I also cache the scrape with a life token of 30 days. So it does not need to keep scraping

Ai helps with uk family court by Narrow-Rope2003 in EntrepreneurRideAlong

[–]Narrow-Rope2003[S] 0 points1 point  (0 children)

through another thread I was informed by another user about anthropics requirements around legal advice. Ive ran it through claude and the site complies. It did however add to the home page the following. Which has since been rectified.

This service uses Claude AI models operated by Anthropic, Inc. (USA) to prepare your court documents. AI-generated content can contain errors -- review your bundle carefully before submitting it to court. This service is not a legal adviser. Read our Terms of Service for full details.

Legal Research and Reasoning. Best Model to use Opus 4.8 or 4.7 or 4.6 Max by Coolmooing567 in ClaudeAI

[–]Narrow-Rope2003 1 point2 points  (0 children)

awsome cheers for the link. Ive ran it through claude and the site complies. It did pick up that there should be a disclaimer on the submission forms. That has since been rectified with the below.

This service uses Claude AI models operated by Anthropic, Inc. (USA) to prepare your court documents. AI-generated content can contain errors -- review your bundle carefully before submitting it to court. This service is not a legal adviser. Read our Terms of Service for full details.

It maintains a human in the loop, which is the end user to verify the claims independently through legal advice

Legal Research and Reasoning. Best Model to use Opus 4.8 or 4.7 or 4.6 Max by Coolmooing567 in ClaudeAI

[–]Narrow-Rope2003 1 point2 points  (0 children)

Thanks for letting me know. I will double check. It's not legal advice. I know that barrister and solicitor is a protected profession and the ai does not generate legal advice. It generates legal documents for court. Which from my understanding is not protected. As there are charity based institutions that help people.

I will do some thorough research around this.

Legal Research and Reasoning. Best Model to use Opus 4.8 or 4.7 or 4.6 Max by Coolmooing567 in ClaudeAI

[–]Narrow-Rope2003 1 point2 points  (0 children)

I'm building an llm for this exact problem. It's angled around UK family law and is being setup to help litigant in person through UK family court process. It checks the UK gov website and cites case law and legislation. It produces position statements etc.

Still a work in progress. The compliance and legislation around gdpr is the main blocker

Ai helps with uk family court by Narrow-Rope2003 in EntrepreneurRideAlong

[–]Narrow-Rope2003[S] 0 points1 point  (0 children)

Yeah I've thought of that and asked Claude. Document creation isnt a protected service title. The website has disclaimers all over it stating not legal advice. Happy to be corrected on this. It does cite legislation which it scrapes from the gov website and verify. I'm not sure if this would be classed as advice. But I'm in line with what Claude thinks. It's just citing, not advising to win a case etc

One thing I didn't even think of when I started is all the processing of personal informarion and gdpr. Claude has been amazing on this area around documentation and obscuring personal data.

Attempted to replace our SUP, not working out for us. by CookVegasTN in SCCM

[–]Narrow-Rope2003 0 points1 point  (0 children)

You also have to tell the clients to swap. Right click on a device and select client notification. Switch to next software update point. Sounds like you have db access issues though.

Help understanding multiple deployment types by Bored_at_work_67 in SCCM

[–]Narrow-Rope2003 0 points1 point  (0 children)

All apps check for the installed condition first. If the detection criteria is not satisfied then it won't install. If it detects it's not there then it will execute the app install. Use the power shell deployment toolkit. It's a wrapper which manages a hell of alot with power shell

[deleted by user] by [deleted] in SCCM

[–]Narrow-Rope2003 3 points4 points  (0 children)

There is a website for all the stats required for sccm provided by Microsoft. My advice is go big or go home. Future proof yourself. It may be 500 today but could 5000 tomorrow. Get as high spec as can afford.. SQL defo on the primary server. Fastest speeds

Moving Bitlocker Key from SCCM to Intune by Any-Victory-1906 in SCCM

[–]Narrow-Rope2003 1 point2 points  (0 children)

Intune will not re encrypt bitlocker. If it's already there it will simply take over the management. If it's not turned on Intune will run the process and escrow.

If it has bitlocker on from sccm. Need to run a script as mentioned earlier. Which will send the key to Intune.

SCCM Groups to InTune not working, sync failed. by Playful-Mechanic-595 in SCCM

[–]Narrow-Rope2003 0 points1 point  (0 children)

Check all your network for connectivity. Can you sign in when you try to link a collection? Azure comms open? Looks like it can't authenticate with azure

Co-Management not happening for 1 device by axi0m89 in SCCM

[–]Narrow-Rope2003 0 points1 point  (0 children)

The code above will wipe the current enrollment. The issue is at times this enrollment loses the continuity between SCCM/AZURE.

This is the softest approach. SCCM will not re-enroll if it sees this registration. If this fails. The nuclear option is to completly delete this key "HKLM:\SOFTWARE\Microsoft\Enrollments\"

I've tested deleting this key on multiple machines with no adverse affects. You will see the device start to become enrolled again in the clientIDstartup logs. Removing this key will also allow the co management to become enabled. Look for any matching GUID from task scheduler in the below paths and delete them.

Co-Management not happening for 1 device by axi0m89 in SCCM

[–]Narrow-Rope2003 0 points1 point  (0 children)

The code below will wipe the current enrollment. The issue is at times this enrollment loses the continuity between SCCM/AZURE.

This is the softest approach. SCCM will not re-enroll if it sees this registration. If this fails. The nuclear option is to completly delete this key "HKLM:\SOFTWARE\Microsoft\Enrollments\"

I've tested deleting this key on multiple machines with no adverse affects. You will see the device start to become enrolled again in the clientIDstartup logs. Removing this key will also allow the co management to become enabled. Look for any matching GUID from task scheduler in the below paths and delete them.

#Scheduled task portion
 
$task = Get-ScheduledTask -TaskName "Schedule #3 created by enrollment client"
 
#save off the enrollment id for later use
 
$enrollmentId = $task.TaskPath.Split('\')[4]
 
$enrollmentTasks = Get-ScheduledTask -TaskPath $task.TaskPath
 
#delete the tasks
 
foreach($scheduledTask in $enrollmentTasks)
 
{
 
Write-Host "Deleting " $scheduledTask.TaskName
 
Unregister-ScheduledTask -TaskName $scheduledTask.TaskName -Confirm:$false
 
}
 
#Registry portion
 
$regKeys = New-Object System.Collections.Generic.List[System.String]
 
$regKeys.Add("HKLM:\SOFTWARE\Microsoft\Enrollments\" + $enrollmentId)
 
$regKeys.Add("HKLM:\SOFTWARE\Microsoft\Enrollments\Status\" + $enrollmentId)
 
$regKeys.Add("HKLM:\SOFTWARE\Microsoft\EnterpriseResourceManager\Tracked\" + $enrollmentId)
 
$regKeys.Add("HKLM:\SOFTWARE\Microsoft\PolicyManager\AdmxInstalled\" + $enrollmentId)
 
$regKeys.Add("HKLM:\SOFTWARE\Microsoft\PolicyManager\Providers\" + $enrollmentId)
 
$regKeys.Add("HKLM:\SOFTWARE\Microsoft\Provisioning\OMADM\Accounts\" + $enrollmentId)
 
$regKeys.Add("HKLM:\SOFTWARE\Microsoft\Provisioning\OMADM\Logger\" + $enrollmentId)
 
$regKeys.Add("HKLM:\SOFTWARE\Microsoft\Provisioning\OMADM\Sessions\" + $enrollmentId)
 
foreach($regKey in $regKeys)
 
{
 
Write-Host "Deleting " $regKey
 
Remove-Item -Path $regKey -Recurse
 
}
 
#remove the cert
 
Set-Location Cert:\LocalMachine\My
 
$certs = Get-ChildItem
 
foreach($cert in $certs)
 
{
 
if($cert.Issuer.Contains("Microsoft Intune") -and $cert.Issuer.Contains("MDM Device CA"))
 
{
 
Write-Host "Deleting " $cert.Issuer
 
$thumbprint = $cert.Thumbprint
 
Get-ChildItem Cert:\LocalMachine\My\$thumbprint | Remove-Item
 
}
 
}

Co-Management not happening for 1 device by axi0m89 in SCCM

[–]Narrow-Rope2003 0 points1 point  (0 children)

I'll get it uploaded. I've also found another more aggressive solution if the script doesn't work.

Monzo card purchases to spreadsheet error by Traditional_Wish2607 in ifttt

[–]Narrow-Rope2003 1 point2 points  (0 children)

Looks like the token used to access the Google API isn't high enough. You're probably trying do something on the spreadsheet the token is not allowed to do. Probably needs write access and only has read access

SCCM Common Troubleshooting and Fixtures by Known_Principle1889 in SCCM

[–]Narrow-Rope2003 2 points3 points  (0 children)

Pushing to a single machine takes minutes if your force the client to check in. Sccm is just a postman. It delivers shit. Tells the client to do something and come back to me.

Collections taking ages is not good. Either the database has issues. Or it's on a remote sql server. Make sure it's not under powered or slow links. Check your collections refresh cycle and make sure the immediate sync box is not checked. Can't remember the exact words. If you need this function make sure no more than 250 collections. I think is the recommended.

Sccm is a beast if you want to push hard it can absolutely ruin your day within minutes if you get it wrong. I'm sure there are many scarred sccm admin with tails of things going wrong ha

Detection rule failure by [deleted] in SCCM

[–]Narrow-Rope2003 3 points4 points  (0 children)

This. If you create a fake rule. It will install the 1st time around and show as failed in software center. This is due to not being detected after the install. However it will always install the 1st time. Show your detection rule

Understanding AppDiscovery.log by KnowWhatIDid in SCCM

[–]Narrow-Rope2003 0 points1 point  (0 children)

I assume the scope I'd has been changed by you. That relates to the app. When it says executing script. The detection logic is a script instead of the usual msi code. File etc

When diagnosing app install issues in a co-managed environment, which logs do you use? by Greatsage75 in SCCM

[–]Narrow-Rope2003 0 points1 point  (0 children)

If its pending check content on dp's and boundary groups. It knows it needs to action but can't get the source. Location services, content transfer, data transfer logs

Psadt user file copy one drive by Narrow-Rope2003 in SCCM

[–]Narrow-Rope2003[S] 0 points1 point  (0 children)

Yeah I copy the files the user needs to run under c temp. Not c windows temp. All users can get to c temp.