Valid Active Directory Users in Powershell
Groups
The following script
The following script copies users from one Active directory group into another active directory group. If the user is already in the new group, then no action is taken. Moves…
The following query is used to view blocking in Postgres.
The following PowerShell function calls one function and process the results in another function
Subject: Re: Employment Opportunity – Decision to Stay in Current Position Dear Team, I hope this message finds you well. I am writing in relation to the job offer I…
Delete backups older than 4 weeks ago The script uses pbm delete-backup and delete-pitr to clean up backups older than 4 weeks. The script then sends an email when complete…
Upload Python Script The following code uploads files and directories via S3. This version gets files and directories created on a Sunday How to call from Command line We can…
The following python script uploads a file and directory via S3. The file and directory must match a certain pattern. If the file or folder do not exist, an error…
The following Python script finds the latest file and folder created today, that match a given pattern. The file and folder are then zipped. The source file and folder remain…