Skip to content
spiderip logo
Home » Scripts
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

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 November 09, 2018 by admin

How to use Key Vault soft-delete with PowerShell

For an existing key vault named "spiderip", enable soft-delete as follows. Connect-AzureRmAccount ($resource = Get-AzureRmResource -ResourceId

Read More How to use Key Vault soft-delete with PowerShell

Scripts

Azure key keyvault

comments

Published October 19, 2018 by admin

Powershell Move all files from folders and subfolders into single folder

Here's the PowerShell script to Move all files from folders and subfolders into a single folder Get-ChildItem -Path source -Recurse -File | Move-Item

Read More Powershell Move all files from folders and subfolders into single folder

Scripts

olders and subfolders into single folder

comments

Published October 10, 2018 by admin

Powershell script to connect to office365 with username and password

Here is the PowerShell script to connect to office365 with username and password and run queries. $Office365Username =

Read More Powershell script to connect to office365 with username and password

Scripts

office365

comments

Published July 16, 2018 by admin

Powershell script to convert VHD to WIM file

Here is a simple script to convert VHD file to WIM file #set the VHD mount folder $Mount="c:\mount" #create a folder c:\mount Mkdir $Mount #mount the

Read More Powershell script to convert VHD to WIM file

Scripts

vhd wim WDS

comments

Published July 06, 2018 by admin

A simple Syslog server using PowerShell

Here is a simple but powerful syslog server in PowerShell.This syslog server can use to collect the log from a CISCO or any networking

Read More A simple Syslog server using PowerShell

Scripts

syslog cisco log

comments

Published June 25, 2018 by admin

Powershell script to import a certificate to the local machine trusted root certificate store

Here is the command to import a certificate to the local machine trusted root certificate store Import-Certificate -FilePath

Read More Powershell script to import a certificate to the local machine trusted root certificate store

Scripts

certificate sophos Import Certificate

comments

Published June 25, 2018 by admin

Powershell script to list PasswordNeverExpires users from active directory

Here is the command to list PasswordNeverExpires users from active directory. The below command list all enabled users with PasswordNeverExpires.

Read More Powershell script to list PasswordNeverExpires users from active directory

Scripts

PasswordNeverExpires

comments

Published June 25, 2018 by admin

Powershell script to hide an active directory user from the address list

Here is the command to hide an active directory user from exchange address list. The following command will hide "Spiderip" user from the global

Read More Powershell script to hide an active directory user from the address list

Scripts

active directory ad msexchhidefromaddresslists

comments

  • « newer
  • 1
  • 2
  • older »

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