Thursday, April 1, 2021

Exchange Health PowerShell script

A PowerShell script is available that will check the health of a local Exchange service.

https://github.com/dpaulson45/HealthChecker

https://aka.ms/ExchangeHealthChecker

Power Automate Desktop for Windows 10

Power Automate Desktop for Windows 10 is a free low-code robotic process automation (RPA) offering.

https://flow.microsoft.com/en-us/blog/automate-tasks-with-power-automate-desktop-for-windows-10-no-additional-cost/

https://flow.microsoft.com/en-us/desktop/

https://4sysops.com/archives/record-actions-and-create-workflows-with-power-automate-for-desktop-pad/

https://4sysops.com/archives/create-active-directory-users-with-power-automate-for-desktop/


PowerSharpPack

PowerSharpPack is a project to include several existing C# projects within PowerShell.

https://www.kitploit.com/2021/03/powersharppack-many-usefull-offensive.html

https://github.com/snovvcrash/PowerSharpPack

SimpleScreenRecorder

SimpleScreenRecorder (SSR) is an utility which lets you record your Linux desktop.

https://www.cloudsavvyit.com/9578/screen-recording-in-linux-with-simplescreenrecorder/

https://github.com/MaartenBaert/ssr


Monday, March 1, 2021

PowerShell command to check a local disk for errors

Below is a PowerShell command to check a local disk for errors.

Get-PhysicalDisk | Where-Object {$_.HealthStatus  -ne ‘Healthy’}



iSH

 iSH is a Linux shell for iOS.

https://www.cloudsavvyit.com/9787/how-to-run-a-linux-shell-on-ios/

https://github.com/ish-app/ish


Nishang

Nishang is a framework and collection of scripts and payloads which enables usage of PowerShell for offensive security, penetration testing and red teaming. Nishang is useful during all phases of penetration testing.

https://github.com/samratashok/nishang

List of applications to clone a hard drive

Below is a list of applications that can clone a hard drive.

https://www.macrium.com/reflectfree

https://www.ubackup.com/free-backup-software.html

https://www.easeus.com/backup-software/tb-free.html

https://www.miray-software.com/download/hdclone.html

https://clonezilla.org/ 

Niagara Launcher

Niagara Launcher is an Android launcher replacement.  It is designed to work with one hand.

https://play.google.com/store/apps/details?id=bitpit.launcher&hl=en_US&gl=US

https://www.theverge.com/2021/2/4/22266910/niagara-android-launcher-minamalist-one-hand-commute


Monday, February 1, 2021

lslogins command within Linux

The lslogins command returns details for user accounts.  The command will display information on all accounts including service accounts by default.  To only view user accounts, use the -u switch.


To view details for a particular user account, use the user name.


Use the switch -uf to view failed logins.


Use the -ua switch to view password expiration details.