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

Published June 22, 2018 by admin

Unable to remove Remote Desktop Service from Server 2012 Domain Controller

I am unable to remove the Remote Desktop Service (RDS) From windows server 2012 Domain Controller. After feature removal, its start updating feature

Read More Unable to remove Remote Desktop Service from Server 2012 Domain Controller

Windows

rds Uninstall WindowsFeature RDS Connection Broker

comments

Published June 21, 2018 by admin

Powershell script to get latest changed files from a folder

Here is the command to list latest modified files from a folder. Get-ChildItem -Path c:\temp | Sort-Object LastAccessTime -Descending | Select-Object

Read More Powershell script to get latest changed files from a folder

Scripts

get latest files list latest file filter latest file

comments

Published June 12, 2018 by admin

Powershell Invoke-WebRequest ignore certificate warning

If you are using Invoke-WebRequest to download from an unsecured site you will get the following error Invoke-WebRequest : The request was aborted:

Read More Powershell Invoke-WebRequest ignore certificate warning

Scripts

The request was aborted Could not create SSLTLS secure channel

comments

Published May 22, 2018 by admin

PowerShell script to offline and online a disk

PowerShell script to offline and online a disk First, we need to find out the disk number ,for that run the following command get-disk It will list

Read More PowerShell script to offline and online a disk

Scripts

disk offline disk online

comments

Published May 22, 2018 by admin

Powershell script to query a disk with label

Powershell script to list a disk with a label. The below script will list out a disk with label "backup" (Get-WMIObject Win32_Volume | ? { $_.Label

Read More Powershell script to query a disk with label

Scripts

disk query disk label

comments

Published April 27, 2018 by admin

Kill a Stopping status windows service

How to: Stop a hung service Sometimes as an administrator, need to end a service which is in stopping state without a reboot of the server. The first

Read More Kill a Stopping status windows service

Windows

sc queryex

comments

Published April 19, 2018 by admin

Powershell script to copy changed files from one folder to another folder with same folder structure

Powershell script to copy changed files from one folder to another folder with same folder structure. Below script help you to copy changed files

Read More Powershell script to copy changed files from one folder to another folder with same folder structure

Scripts

powershell copy files changed files

comments

  • « newer
  • 1
  • 2
  • 3
  • 4
  • 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