Skip to content
spiderip logo
Home » archive_for 2019
Published September 27, 2019 by admin

Export SQL Agent jobs with steps and scripts using SQL Command

Use the below SQL command to list all SQL server jobs USE [msdb] select spider.name, steps.step_id, steps.step_name, steps.command from

Read More Export SQL Agent jobs with steps and scripts using SQL Command

Windows

Export SQL Agent jobs with steps and scripts

comments

Published August 27, 2019 by admin

Validating commit log messages in VisualSVN Server

If you are using Visual SVN server 3.9 You can add the pre-commit hook using the following steps 1.Take the properties of the SVN project and click

Read More Validating commit log messages in VisualSVN Server

Windows

svn visual svn hook pre commit hook

comments

Published February 05, 2019 by admin

Linux copy folder structure without files to a new location

A simple command to copy Directory structure from Linux Machine. Go to the desired folder and run the below command.I t will export the list to a

Read More Linux copy folder structure without files to a new location

Linux

xargs linux

comments

Published January 22, 2019 by admin

PowerShell script to send email using Amazon SES with credentials

Using the below script we can send email from PowerShell using Amazon SES with Credentials Change the smtpServer ,username ,password

Read More PowerShell script to send email using Amazon SES with credentials

Scripts

amazon ses

comments

Published January 10, 2019 by admin

IIS url rewrite one folder and sub-content to another domain with query string

IIS URL rewrite one folder and sub-content to another domain with query string I had one Wordpress Blog hosted on an IIS server and moved to a

Read More IIS url rewrite one folder and sub-content to another domain with query string

Windows

iis url rewrite

comments

Published January 10, 2019 by admin

Powershell script to remove windows user profile and exclude some users

Here is a simple PowerShell script to remove users profiles from a windows machine.In this script, I have excluded some users from the removal

Read More Powershell script to remove windows user profile and exclude some users

Scripts

powershell user profile

comments

Published January 01, 2019 by admin

error CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

error CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime,

Read More error CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

Windows

System.Object iis System.Runtime

comments

Recent Posts

  • Export SQL Agent jobs with steps and scripts using SQL Command
  • Validating commit log messages in VisualSVN Server
  • Linux copy folder structure without files to a new location
  • PowerShell script to send email using Amazon SES with credentials
  • IIS url rewrite one folder and sub-content to another domain with query string

Popular Posts

  • error CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
  • How to install Remote server Administration (RSAT) on Windows 10 1809 version
  • PowerShell script to send email using Amazon SES with credentials
  • IIS url rewrite one folder and sub-content to another domain with query string
  • Powershell script to remove windows user profile and exclude some users

Archive

  • ▼ 2019 (7)
    • September (1)
    • August (1)
    • February (1)
    • January (4)
  • ► 2018 (33)
    • November (4)
    • October (3)
    • August (4)
    • July (7)
    • June (8)
    • May (2)
    • April (5)

Popular Tags

  • linux (3)
  • powershell (3)
  • disk (2)
  • SQL (2)
  • iis (2)

Spiderip-Blog

Spiderip blog offer latest powershell scripts and resources