Gerenciamento do Windows Defender.txt

InstallAgent_TrendMicro_DeepSecurity.ps1

https://github.com/lazywinadmin/PowerShell

DesChrometizador

Conectar Remoto - Power Shell

Conectar remoto via psexec no host e executar o comando abaixo: WinRM quickconfig

Ao criar exceção de regra no firewall, testar acesso remoto com comando abaixo: Enter-PSSession nome-do-host

Usando o AppxPackage no Pwoershell

Listar Softwares instalados: Get-AppxPackage -AllUsers

Lista Software específico:

Get-AppxPackage -AllUsers <PackageFullName>

Remover Software: Remove-AppxPackage -AllUsers <PackageFullName>

Instalar pacote de instalação MSI/EXE:

Add-AppxPackage -AppInstallerFile "C:\Users\user1\Desktop\MyApp.appinstaller”

Power Automate