Active Directory tool is always a very handy tool for most Windows administrators. However, this tool does not come with Windows by default. Prior to Windows 10 build 1803, the easiest way is download the RSAT package from the below link, install the package, and then go to “Add Program Feature” to install it. Download […]
Category: Programing Languages
Programing Languages C, C++, C#, Java JavaScript, Python, Perl etc.
PowerShell to retrieve and parse RSS news feeds
RSS is a very command news feeds, often I need to retrieve the feeds and load into the relational database. Recently I’ve been using PowerShell to manage schedule jobs on Windows system. I found it’s pretty easy to do RSS feeds in PowerShell. Here is a small sample code to share: […]
Download all RDL report files from SSRS server
Following code has been tested on SSRS 2010 to 2016 Install the Reporting Service Powershell Module 2. Code to download RDLs […]
Remove Quotes and Comma from Quoted fields
[…]
Date Calculation in PowerShell
When using PowerShell to schedule automated tasks, it’s very commonly needed to calculated dates, like the First Day of a Month, Last Day of Previous Month based on current date. Here are some sample of dates calculation in PowerShell […]