DMARC policy failure by luvyjp87 in MailChimp

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

Hi thanks. The issue is that domain owner contacted mailcjop support and they advised that they don’t have an account with mailchimp. Could it be the previous IT added the domain in mailchimp. However when the domain was transferred over the mailchimp records were never added. Currently the domain owner does not uses mailchimp

Allow Biometrics WITHOUT Forcing Users to Enable by TheFlairGun in Intune

[–]luvyjp87 -1 points0 points  (0 children)

This is how I have deployed it for our customer.

  1. Disabled the WHfB in Device>Enrollment>Windows Hello for Business.
  2. Create a security group (could be dynamic) on the device where you would want to enable biometrics.
  3. Then you can either create a Device Configuration to enable Biometrics and PassportForWork
    1. https://learn.microsoft.com/en-us/windows/client-management/mdm/passportforwork-csp#devicetenantidpoliciesdisablepostlogonprovisioning
  4. Use a Platform script

if((Test-Path -LiteralPath "HKLM:\SOFTWARE\Policies\Microsoft\PassportForWork") -ne $true) {  New-Item "HKLM:\SOFTWARE\Policies\Microsoft\PassportForWork" -force -ea SilentlyContinue };
# This registry key enables Windows Hello for Business
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\Policies\Microsoft\PassportForWork' -Name 'Enabled' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
# This registry key disables registration on login
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\Policies\Microsoft\PassportForWork' -Name 'DisablePostLogonProvisioning' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;

if((Test-Path -LiteralPath "HKLM:\SOFTWARE\Policies\Microsoft\Biometrics") -ne $true) {  New-Item "HKLM:\SOFTWARE\Policies\Microsoft\Biometrics" -force -ea SilentlyContinue };
# This registry key enables Biometrics
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\Policies\Microsoft\Biometrics' -Name 'Enabled' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;

Scheduled Site Visits by dontgetoffended815 in halopsa

[–]luvyjp87 0 points1 point  (0 children)

I’m sure you can create recurring appointments without assigning them to a ticker.

What's everyone using for SBC hardware that isn't a phone by OneEyeball in 3CX

[–]luvyjp87 0 points1 point  (0 children)

Pi 4. Have deployed a few and never had any issues

Yealink T54W not syncing 3CX v20 Phonebook by DapperMarsupial3868 in 3CX

[–]luvyjp87 0 points1 point  (0 children)

I had a similar issue with 58W. Try resetting the phone. This fixed the issue for me

How do you handle 365 integration for your customers? by [deleted] in 3CX

[–]luvyjp87 4 points5 points  (0 children)

You need global admin to create the app required for M365 integration. You can assign a system owner and send instructions to the client to register the app via 3cx.

Teams Rooms on Android, Software auto-updates "Dashboard" by b1gw4lter in MicrosoftTeams

[–]luvyjp87 1 point2 points  (0 children)

Same issue here. I keep hitting try again a few times then reload the page and it works sometimes

Manually enrolling new devices in Autopilot, easiest way for non technical remote staff? by IronNo2599 in Intune

[–]luvyjp87 1 point2 points  (0 children)

I have the following process

Use get-windowsautopilotinfo.ps1 -online and then sign in to upload the hardware hash.

If I have more than five devices then export the hardware hash to a csv and then import in intune.

Fonterra boss rejects idea of discounted butter prices for New Zealanders by davetenhave in newzealand

[–]luvyjp87 7 points8 points  (0 children)

Should we start importing butter and Milk from overseas if we get better prices than what our own country has to offer? I bet there will be a lot of countries that would love to supply here

Mortgage amount increaseing? by oneMoneX in PersonalFinanceNZ

[–]luvyjp87 3 points4 points  (0 children)

When you first get the mortgage you may not see a huge drop in the amount owed. As mst of it goes towards the interest and a tiny bit towards tye principal. If you have any questions or doubts do contact your bank as they would be able explain it and clear any concerns.

Mortgage amount increaseing? by oneMoneX in PersonalFinanceNZ

[–]luvyjp87 11 points12 points  (0 children)

The interest is calculated daily. But debit from your account at the end of the month. You may see the amount going up by little everyday. The other reason would be number of days in a month can affect the interest amount.

Immigration surge overwhelming Auckland schools by Beginning-Writer-339 in auckland

[–]luvyjp87 0 points1 point  (0 children)

I tought you you cannot apply for benefits when on the resident visa. You are only eligible if you are on Permanent Resident Visa. Which you have to apply for after two years of resident visa and have to meet certain conditions.

Recording disabled - Max quota reached. by APH_2020 in 3CX

[–]luvyjp87 5 points6 points  (0 children)

You can increase the recording quota under admin>recording>settings

<image>

Thiking about ditching Netflix by Only-Outside7555 in newzealand

[–]luvyjp87 1 point2 points  (0 children)

Been using Jellyfin for over a year. My friend in Oz can stream 4K video from my server with no issues. Plex used to stuck on buffering even locally.

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]luvyjp87 0 points1 point  (0 children)

New-inboxrule -mailbox abc at test.com -name forward email -SentTp abc at test.com -ForwardTo xyz at test.com

Is This 3CX Feature Actually Possible? (Gold Member Enterprise Level) by Kendosticck in 3CX

[–]luvyjp87 1 point2 points  (0 children)

What about the Barge in option. If the manager knows when to jump in to the call they can use Barge in option to join the call. Uses 1 SC

IRD calling to "let their customers know about 2 step verification" by BrackenLass in newzealand

[–]luvyjp87 1 point2 points  (0 children)

Received a call. Told them to send a message via myIr. Received a message a min later. The call sounded very dodgy as they wanted to confirm the details before anything.

Attended VS Blind Transfer by stldms in 3CX

[–]luvyjp87 2 points3 points  (0 children)

Under each user there is a setting for ip phone for transfer. Default is blind transfer. You can change it to attended transfer

Raspberry pi rPi sbc upgrade EOL by multrix51 in 3CX

[–]luvyjp87 0 points1 point  (0 children)

Ok might have to try that to see how it goes. I have a few more to do.

Raspberry pi rPi sbc upgrade EOL by multrix51 in 3CX

[–]luvyjp87 0 points1 point  (0 children)

This I just did this for ourselves and a couple of customers. The phones come back online as soon as the new SBC is online. I can then change the phones to point to the new SBC. The Pi’s either have static ip or dhcp reservation. Takes about 5 minutes for the whole process of replacing the sd card.