You have reached 404.
The article which you have searched for is not available. However, you can have a look at following articles
Create Active Directory OU using PowerShell
This script demonstrates how to recreate Organizational Unit structure from existing OU's in AD Suppose we have the below OU in AD domain domainname.local |_ DepartmentOU |_ SubDepartmentOU1 |_...
Publish application in Remote Desktop Services using Powershell
In this post we will see how to install Remote Desktop Services, how to configure session collection, how to set the configuration parameters and to publish the application. All using powershell As...
Veritas Backup Exec Selection Details
Export Veritas Backup Exec Selection Details using SQL For a change, here is something different from PowerShell. Below is SQL script for fetching Veritas backup selection details from Backup Exec....
IIS Client Certificate Mapping using PowerShell
Migrate IIS client certificates from Windows 2003 to Windows 2016 using PowerShell To import the certificate, we need to have the public key information exported to .cer certificate file #Get the...
Group Policy Objects – Backup & Restore
Backup and Restore Group Policy Objects In this post, We will see how to backup and restore Group Policy objects and to Export and import the GPO settings to other domains. Backup Group Policy...
Printer Server migration – 2003 to 2016
Printer Server migration from Windows 2003 to Windows 2016 Recently, I was assigned with a printer server migration project from Windows Server 2003 to Windows Server 2016. The difficult thing was...
Active Directory Objects – ACL Report
For any technology, when it is managed by many admins or teams for management/routine jobs. Getting track of routine tasks is very important. Use case: Active Directory has many PC/Server objects...
Deploy VM in Hyper-V and configure guest OS using PowerShell
Creating virtual machines using Hyper-V console is good but when it comes to creation of many VM's, console is time consuming. Virtual Machine (VM) and Guest OS Configuration using PowerShell and...
PowerShell One-Liner | Season-2
If you are visiting for the first time. Have a look at my other post https://tekcookie.com/powershell-one-liner/ Search for a file in a drive Get-childItem C:\ -Recurse -Filter "*log*.txt" Find all...
PowerShell One-Liner
PowerShell is an awesome scripting platform because we don't have to write tonnes of code, We can get things done with just a line of code. Get all Domain Controllers in a Forest...
Recent Comments