Skip to the content

Aman Dhally's Blog

the life of an IT administrator..
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
PowerShell

Change Service Start Mode using PowerShell

  PowerTip of the Day, from PowerShell.com:   You can use WMI like this if you want to change a service start mode:([wmi]'Win32_Service.Name="Spooler"').ChangeStartMode('Automatic').ReturnValue([wmi]'Win32_Service.Name="Spooler"').ChangeStartMode('Manual').ReturnValue Note that a...

Aman Dhally
2 December, 20113 August, 2012
Continue Reading
PowerShell

“Enable or Disable” Network adapters using Powershell.

  Hi, In our IT environment we don’t give  “admin” rights to the normal users and they can’t enable/disable, install/un-install anything. Today one of our...

Aman Dhally
2 December, 20113 August, 2012
Continue Reading
SCOM

“When you un-installed the SCOM Agent from managed servers, SCOM is not discovering those Servers again to re-install agents”

Hi, Today i have found that on few of our servers there are wrong version of SCOM Agents is installed, for example 32bit Agents are...

Aman Dhally
29 November, 20113 August, 2012
Continue Reading
PowerShell

“Smart Backup” using PowerShell

Hi, As a Network Admin I always worry about my backups. I was planning to write a simple script which create a new folder by...

Aman Dhally
29 November, 201113 June, 2014
Continue Reading
PowerShell

Storing Pictures in Active Directory

  PowerTip of the Day, from PowerShell.com: When you need to store a picture into an AD account, the picture will have  to be converted...

Aman Dhally
29 November, 20113 August, 2012
Continue Reading
SCOM

“Remote SMTP queue length is outside the configured threshold” error in SCOM

  Hi, As the error clearly showing us that the problem is with one and more “SMTP” queue length. Let’s investigate a little bit more...

Aman Dhally
28 November, 20113 August, 2012
Continue Reading
PowerShell

Finding IP and MAC address

  PowerTip of the Day, from PowerShell.com:   Finding IP and MAC address When you query network adapters with WMI, it is not easy to...

Aman Dhally
28 November, 20113 August, 2012
Continue Reading
PowerShell

“Script to list all folder of Outlook and total number of emails store in them” using PowerShell

  Hi, from past few days I tried to writing a script which shows me that how many folders I do have in my Outlook...

Aman Dhally
28 November, 20113 August, 2012
Continue Reading
PowerShell

“Find how many types of files you have in you laptop” using Powershell.

  Hi Today i was searching for one PDF file on my laptop and then I just thinks “How Many PDF files do i have?”,...

Aman Dhally
25 November, 20113 August, 2012
Continue Reading
PowerShell

Finding Network Adapter Data Based On Connection Name

  PowerTip of the Day, from PowerShell.com Sometimes it would be nice to be able to access network adapter configuration based on the name of...

Aman Dhally
24 November, 20113 August, 2012
Continue Reading

Posts pagination

Previous 1 … 36 37 38 … 42 Next
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
To the top ↑ Up ↑