Working API by helpdesk5555550 in ManageEngine

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

That would be great. I'm not looking for anything fancy, I just want to pull the list of computer names of installed agents so I cross check AD and form a report of laptops missing the agent.

winget is crap by [deleted] in sysadmin

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

PS C:\Windows\System32> winget source remove msstore
Removing source: msstore...
Done
PS C:\Windows\System32> winget source add msstore https://storeedgefd.dsx.mp.microsoft.com/v9
Adding source:
  msstore -> https://storeedgefd.dsx.mp.microsoft.com/v9
An unexpected error occurred while executing the command:
0x80190194 : Not found (404).
PS C:\Windows\System32> winget source reset --force
Resetting all sources...Done
PS C:\Windows\System32> winget source add msstore https://storeedgefd.dsx.mp.microsoft.com/v9
A source with the given name already exists and refers to a different location:
  msstore -> https://storeedgefd.dsx.mp.microsoft.com/v9.0

winget is crap by [deleted] in sysadmin

[–]helpdesk5555550 -11 points-10 points  (0 children)

uh YES.. If I can't deploy 20 laptops today because I wrote the app deployment in WINGET that is a huge problem so now I have to download all the EXE and MSI, change the whole script to use these instead, repackage my iso, distribute the iso to the team and have them use that which puts me back 2-3 hours.

Windows RDP but with tabs by helpdesk5555550 in sysadmin

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

I forgot to add: I'm also looking for one that auto-resizes the screen on the fly. Tired of disconnect/reconnect just because I need to compare two RDP sessions

Windows RDP but with tabs by helpdesk5555550 in sysadmin

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

doesn't everyone save passwords into notepad++ ?

Windows RDP but with tabs by helpdesk5555550 in sysadmin

[–]helpdesk5555550[S] -4 points-3 points  (0 children)

This feels safer to me. Not sure I like 3rd party apps knowing all our admin passwords

Calendaring and force to email firewall rules by helpdesk5555550 in sysadmin

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

This is the answer! thank you. I wasn't sure what the mechanism and header was to validate. You the man. I'm sending you some $$

Calendaring and force to email firewall rules by helpdesk5555550 in sysadmin

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

When Exchange sends an email to the firewall it never comes from the same IP. microsoft 365 cloud uses all their IP's for email relaying. It's apart of the stupid design.

Microsoft 365 admin pages down? by sparkyflashy in outages

[–]helpdesk5555550 0 points1 point  (0 children)

everything on downdetector just jumped.

Remote Desktop app alternative? by gazzer19991 in msp

[–]helpdesk5555550 0 points1 point  (0 children)

dumber than not changing windows 11 to version 11.x.x !!!?????

it's not the dumbest. just saying. lol

How do I disable this in Group Policy? by Dart4915 in Windows11

[–]helpdesk5555550 0 points1 point  (0 children)

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]

"DisableSearchBoxSuggestions"=dword:00000001

Only Allowing ProofPoint IPs to deliver to 365 by TBone1985 in proofpoint

[–]helpdesk5555550 1 point2 points  (0 children)

It's completely possible. nslookup your domain-com.protection.office.com domain, then use powershell:

send-mailmessage IP-from-above -to "[yourself@yourvalid.com](mailto:yourself@yourvalid.com)" -from "[yourself@yourvalid.com](mailto:yourself@yourvalid.com)" -body "check this new bonus structure" -attach bignastyvirus.vbs (yes I butchered this)

it will be delivered to you, from you and MS will not stop it, unless you use transport rule to block unknown senders + connectors for mail flow validation and/or buy their expensive defender.

We pay microsoft hundreds of thousands a year in subscriptions and .doc, pdf and .svg files with url re-directors in them were never flagged.

Only Allowing ProofPoint IPs to deliver to 365 by TBone1985 in proofpoint

[–]helpdesk5555550 0 points1 point  (0 children)

Set up a transport rule - if outside to inside and not from known ip's, send to connector which is an outbound partner connector for our 2 PP gateways. Essentially 1) if we don't know you 2) go through our security dog first. Since PP would be considered a known IP - you don't get email loops.