Migrating Members from Old group to New group in Active directory Group Attribute Editor – Collect DistinguishedName Value for Old and New Group Open PowerShell in Directory Server Import-Module Activedirectory To Test – (-Whatif) Remove –Whatif to Execute it. To Execute – You can see members migrated to new group
Read More »File Server Folder,Groups,Permissions Script
Download Script What the script Does – Task 1 – It Creates Folder It creates a Active Directory Group Folder_R (Read Groups) It creates a Active Directory Group Folder_W (Write Groups) Notes Field Updated with Service Request Managed By Field is Updated with folder owner Yo have the Groups Created. …
Read More »Converting PFX File to PEM file using OpenSSL in Windows 10
Converting PFX File to .Pem file using OpenSSL in Windows 10 . Windows 10 – Version 1607 or Above – Some Application never allow .pfx file to import directly. Running Ubuntu Bash shell become much simpler in Windows 10 In Windows 10 you can have a linux subsystem . It’s …
Read More »Vmware PowerCli Cheat Sheet – Daily Administration
NOTE _ Use powercli with proper understanding.For Example Get-vm | Set-VM , Pipeline Retrieves all the VMs and Applies to all vms. Connecting to Vcenter – ( Passes Credentials in Plain Text) Two ways – One liner if your password doesn’t contain contradicting letters with powercli like $. or Store …
Read More »SQL 2014/2016 Express Daily Full Backup using PowerShell
As SQL Server Agent doesn’t function on SQL 2014 Express. We have to use scripts to do daily backup. But Powershell SQLPS module can make things more easy for Admins. DailySQLDatabaseBackup Create a Scheduled Task in Windows Server 2012 R2 Note: Using Windows Task Scheduler to Run Power shell Scripts …
Read More »VMWare Esxi Compliance Report
Checks for Esxi Settings and creates a Neat HTML page. ipv6 ESXShell SSH SearchDomain DomainName NTPServer SystemLogs ScratchConfig SuppressShellWarning Store your Credentials Connect to VCenter Save as .ps1 and run it.
Read More »