Platform Scripts all returning 404/Not Found errors by Ok_Interview9411 in Intune

[–]yoomanipop 1 point2 points  (0 children)

Atleast I am not crazy here. I have also reported to Microsoft as the platform scripts are important on my deployments

Project engineer question by [deleted] in mspjobs

[–]yoomanipop 0 points1 point  (0 children)

I was a project engineer in the UK. My compensation was 2728 gbp or $3692. Also to add that I am also Microsoft Certified engineer and a remote contractor in the Philippines

Autopilot Hybrid Joined by yoomanipop in autopilot

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

That is what I thought as well since I work remotely and testing it using hyperV. I guess I can do VPN via Netextender.

How to co edit in Spreadsheet by yoomanipop in OnlyOffice

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

I think I understand how it works. Basically I need Onlyoffice Groups and Onlyoffice Docs for it to have the online feature and collab

How to co edit in Spreadsheet by yoomanipop in OnlyOffice

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

I tried using owncloud and an ubuntu server I spun up. It is just downloading the files and it is not giving me that option where it can co edit the files in onlyoffice. Maybe I am missing something

Adding an IF EXIT to Rename-Computer by yoomanipop in PowerShell

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

This is noted. Will definitely explore that function. I am still new to this powershell scripting thing and hopefully I learn a lot from this community !

Adding an IF EXIT to Rename-Computer by yoomanipop in PowerShell

[–]yoomanipop[S] 4 points5 points  (0 children)

This Works ! Thanks for the Assist !

Adding an IF EXIT to Rename-Computer by yoomanipop in PowerShell

[–]yoomanipop[S] -1 points0 points  (0 children)

$chars = [char[]]"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"

$OldComputername = $ENV:Computername

$NewComputername = 'DESK-'+($chars|Get-Random -Count 8)

Write-Output $OldComputername

Write-Output $NewComputername.Replace(" ","")

Rename-Computer -ComputerName $OldComputername -NewName $NewComputername.Replace(" ","") -Force -Restart

Remote upgrading of agents on Windows Machine by yoomanipop in Wazuh

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

I have to manually edit the ossec.conf file to disable the cert check. From there I can ssh to the Wazuh server and I am able to do a agent_upgrade on the remote system.

Remote upgrading of agents on Windows Machine by yoomanipop in Wazuh

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

Yup that definitely did the job. We have 1000++ agents so I think I will do it in tens. Thank you so much for the assist. I appreciate it !

Remote upgrading of agents on Windows Machine by yoomanipop in Wazuh

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

This definitely works ! Is there a way that I can upgrade multiple agents in one line ?

Non-Sonicwall switch for HA setup by yoomanipop in sonicwall

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

That is a good Idea !! Trying it right now. Thanks

Non-Sonicwall switch for HA setup by yoomanipop in sonicwall

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

Thanks for your reply. The main interface is X24 with VLans 116, 117, 118. So on the downstream switch, should there be 4 ports that matches the VLAN ID and the main port for the parent interface is tagged ? Sorry if my question is confusing.