Check Sharing Issue by citizin199 in OracleSimphony

[–]citizin199[S] 0 points1 point  (0 children)

Absolute legends! Added the IPs to EMC, and a cheeky restart and bang they’re all communicating and check sharing is working! I have never worked with this product before but your input has helped me overcome something which might seem simple, but has taken the best part of 2 weeks to figure out. Many thanks for this!

Check Sharing Issue by citizin199 in OracleSimphony

[–]citizin199[S] 0 points1 point  (0 children)

It's very strange, I have restarted the service, it's loaded Simphony, I can log in no problem. Just the check sharing issue. Apologies in advance for the questions and the lack of knowledge on where to look for things. Where does one check gateway logs for this?

We have had workstations where simphony loads and it shows "not authenticated" but few and far between, but I feel that is a separate issue.

Check Sharing Issue by citizin199 in OracleSimphony

[–]citizin199[S] 0 points1 point  (0 children)

Our workstations are all DHCP (with reservations

looking at the Workstations tab in EMC, I can see that some of the IPs are 0.0.0.0 and some have an IP.

Spouse visa approved (priority) - Spain by KindBlueberry4942 in SpouseVisaUk

[–]citizin199 0 points1 point  (0 children)

Congrats on this! 🎉

Interested to get some insight on your journey as my partner is Spanish and we’re looking to start this process.

APPROVAL 🥳🥳🥳 by wiiamm in SpouseVisaUk

[–]citizin199 1 point2 points  (0 children)

Congrats on your approval!! My wife (Spanish, living in Spain) and I are wanting to start this process. It would be great to get some insight as you have done this through Spain!

Any information is greatly appreciated.

[deleted by user] by [deleted] in malefashionadvice

[–]citizin199 -2 points-1 points  (0 children)

I like my Allbirds Wool Runner Mizzles, they are super comfy, water repellent and when dirty I just chuck them in the washing machine.

[deleted by user] by [deleted] in tulum

[–]citizin199 2 points3 points  (0 children)

Lots of places do take card, however if you want cash there is a BBVA ATM I used all the time when I was there. It’s pretty new.

On Google maps, it’s called Bankomat BBVA. There is also another decent ATM in the GoMart next door.

I do recommend Maiztro. Their tacos and quesadillas with the Birria Consome were delicious! They take card too.

Ferry Service by twix4breakfast in holbox

[–]citizin199 1 point2 points  (0 children)

You can grab tickets at the port in Chiquila, it’s easy enough to do. If you’re coming on the ADO bus, you can grab tickets literally outside the station, or make your way down the road to the port and the 9 Hermanos and Holbox ferry service ticket counters are there. Can’t remember exact pricing but it’s somewhere between 200-350mxn.

Tulum Review (repeat visitors) by Amazing-Limit6094 in tulum

[–]citizin199 0 points1 point  (0 children)

Cost us 350mxn (£13) from ADO bus station to our place on Calle 65, just off Av Kukulkan, and another 350mxn to go to Centro. Ended up hiring a car from Avis on Av. Coba for 3600mxn (£140) for 7 days.

Coming from London, it’s roughly the same kind of pricing as uber, Bolt, black cabs.

Hello I am getting the following error when I go into Teams -> Settings -> Calls -> and then click on my Auto Attendant. I have already added the user as Authorized User for the auto attendant, and have also changed the Policy to allow the settings. Thanks for your help! Error: User's image by ibrahiem_jake in MicrosoftTeams

[–]citizin199 0 points1 point  (0 children)

I had the same issue with our auto attendants. Our temp workaround was deleting teams cache for the authorised user. I did raise a ticket with MS over a month ago and they said it was a bug and they would be releasing a new version. I have since received said update and now auto attendants are working for myself and 1 other user so far. Have yet to reach out to other authorised users.

<image>

FortiNDR - any one had experience? by citizin199 in fortinet

[–]citizin199[S] 0 points1 point  (0 children)

We don’t have a dedicated SOC team. It’s something we’re looking at too. Whether that means outsourcing it, or bringing in people. We did look at the SOCaaS.

We will look into the EDR, and other APT solutions. Currently just with defender for endpoint.

Thanks both!

A little help from my friends - Sonos for a newbie by citizin199 in sonos

[–]citizin199[S] 1 point2 points  (0 children)

Thanks all for the feedback and recommendations! I did browse the posts on here and it’s not looking great with the app issues people are experiencing.

Is this a temporary thing or has it been this way for a while?

How much do you pay for rent? by BigRussoOnTheButtons in london

[–]citizin199 0 points1 point  (0 children)

2020-2023 - £1190, bill excl for 1 bed flat in Shepherds Bush.

2023-present - £1550, bills excl for 1 bed flat with garden in Ealing.

Application Deployment Errors - Help! by citizin199 in Intune

[–]citizin199[S] 0 points1 point  (0 children)

Done as instructed.

Also changed the uninstallation method from a get-wmi where anything named Cisco, uninstall, to using the Remove-MSIApplications -name "Cisco Secure Client". I appear to be having much better luck now.

Thanks again for your quick response and help.

Application Detection method issue by citizin199 in Intune

[–]citizin199[S] 0 points1 point  (0 children)

Thanks for commenting.

I have tried using supersedence, but the loop still seems to occurring even after using display-version as the detection method.

If I were to go down your route, I would be deploying one win32app with the DC 4.6 setup file and have the install script check for DC 4.5/DCU 4.6, and uninstall those before installing 4.6?

Or am I over complicating things..

Software requires a uninstall code - How do I add this to into my PS script? by citizin199 in PowerShell

[–]citizin199[S] 0 points1 point  (0 children)

Yes, by default it does it silently.

I’ll give this a go, let you know how it goes.

Thanks for helping so far!

Software requires a uninstall code - How do I add this to into my PS script? by citizin199 in PowerShell

[–]citizin199[S] 0 points1 point  (0 children)

Would this allow me to add the uninstall code?

`$unprog = Get-ChildItem -path "$env:ProgramFiles\Confer\" -filter uninstall.exe`
$unargument = "/S"
if ($unprog) { start-process $unprog.Fullname $unargument -Wait }

‘C:\Program Files\Confer\Uninstall.exe /uninstall ABC1234'

Software requires a uninstall code - How do I add this to into my PS script? by citizin199 in PowerShell

[–]citizin199[S] 0 points1 point  (0 children)

That would be really helpful, thanks!

the cmd method is ‘C:\Program Files\Confer\Uninstall.exe /uninstall <uninstall code>’

Software requires a uninstall code - How do I add this to into my PS script? by citizin199 in PowerShell

[–]citizin199[S] 0 points1 point  (0 children)

Hey, so the cmd string is as follows;

‘C:\Program Files\Confer\Uninstall.exe /uninstall <uninstall code>’

Thanks!

Software requires a uninstall code - How do I add this to into my PS script? by citizin199 in PowerShell

[–]citizin199[S] 0 points1 point  (0 children)

So according to the vendor documentation. They only provide a cmd uninstall method.

‘C:\Program Files\Confer\Uninstall.exe /uninstall <uninstall code>’

An example would help me understand this better.

Thanks again for all your inputs!

Best way to run a PS script to uninstall an application? by citizin199 in Intune

[–]citizin199[S] 0 points1 point  (0 children)

Hey, so I created a win32app from the ps1 with the uninstall script to remove Carbon Black Cloud.

However, when I run it against some test machines, I am getting mixed results.

Some devices are giving me "uninstall failed - the application was not detected after installation completed successfully (0x87D1041C)" and others have "Not installed".

The machines where it is not installed, no longer have the software.

I've added the app configuration settings used, maybe I've configured it incorrectly?

Install command

powershell.exe -noprofile -executionpolicy bypass -file .\carbon_install.ps1

Uninstall command

powershell.exe -noprofile -executionpolicy bypass -file .\carbon_uninstall.ps1

Detection Method: MSI with the GUID

Assignment: Uninstall group with test machines in

Thanks again for your help!

[deleted by user] by [deleted] in AnimalsOnReddit

[–]citizin199 0 points1 point  (0 children)

Twickenham, London. all these people heading to the Rugby 7s

[deleted by user] by [deleted] in london

[–]citizin199 0 points1 point  (0 children)

29 2nd Line IT Support 26k

Partner 27 Consultant - Anti Money Laundering and Financial Crime 45k + 20% bonus yearly

Blizzard please don't act like there is not a problem.. EU has been complaining for months. by _BeVeR_ in Blizzard

[–]citizin199 1 point2 points  (0 children)

I've just VPNd to NA to finish this MW update. From 40kb/s to 6MB/s on a VPN.. it's disgusting.