Outlook · PowerShell

PowerShell Script : KB2692134 – Copy Outlook Contact’s Other field data to other contact fields using PowerShell.

  Quote of the Day: “All our dreams can come true – if we have the courage to pursue them. – Walt Disney”   If you remember, few days ago I have uploaded a script to which access “Outlook” contact’s using PowerShell and I also wrote a blog article on it. In that post, I… Continue reading PowerShell Script : KB2692134 – Copy Outlook Contact’s Other field data to other contact fields using PowerShell.

PowerShell

PowerShell Script : Find the name of Installed Antivirus on local or remote laptop.

Do you ever want to know what antivirus installed on remote laptop, or does remote system has a antivirus or not, knowing this is  always a pain, normally you have to call user and ask them,. Today i have found a cool namespace named ““root\SecurityCenter2” ”  and this name space has a class “AntiVirusProduct ”,… Continue reading PowerShell Script : Find the name of Installed Antivirus on local or remote laptop.

PowerShell

Powershell Techniques : Lock Your Workstation using Powershell.

In my previous post, I created test button on Login Screen changer GUI,  when you clicked on them it lock your workstation. I got few queries that which code I used behind the above Test button.  I used the below code to lock the workstation.  $shell = New-Object -com “Wscript.Shell”  $shell.Run(“%windir%\System32\rundll32.exe user32.dll,LockWorkStation”) Just shoot the… Continue reading Powershell Techniques : Lock Your Workstation using Powershell.

PowerShell

Powershell Tools : Windows Login Screen Changer GUI application.

  Hi, In my previous post, i described about, how to change login screen using Powershell. In weekend I thought about to create a small Powershell GUI application to set a Login screen for us. How to use it. Run the script as Administrator and in a –Sta mode.   Click on Change Login Screen… Continue reading Powershell Tools : Windows Login Screen Changer GUI application.

PowerShell

Powershell and Outlook: Create Calendar Meetings using Powershell function.

Hi, Good Evening Guys. I hope you had enjoyed my yesterday post about Powershell and iTunes. In my point of view the main purpose of scripting is , making our lives easy, click free, error free and have some fun in spare time using automate tasks and automation improve productivity and efficiency. I spent most… Continue reading Powershell and Outlook: Create Calendar Meetings using Powershell function.

PowerShell

Powershell and MS Office : Setting User Initials in MS Office using Powershell.

Hi, I hope you all are doing fine and enjoying my blog post. I think we covered lots of things from setting wallpapers using Powershell to the generating reports from Active Directory, and this shows how powerful Powershell is and how we can use it in our various task to automate. I simply love Powershell,… Continue reading Powershell and MS Office : Setting User Initials in MS Office using Powershell.

PowerShell

Powershell Script : Get the file and Product version of Ms office Applications.

Hi, I hope you guys are doing good. My last two months were very busy, that why i was not able to post any article. I apologize for that.   Last week Microsoft has release few mandatory ms office update. That update was crucial for outlook users, before apply ms office updates, we need to… Continue reading Powershell Script : Get the file and Product version of Ms office Applications.