Skip to content
  • About
  • Blog

SQL Server DBA

SQL Server in Simple Words

Powershell

Update Naukri.com profile using Powershell

December 5, 2017December 5, 2017 admin

Today we are going to update naukri.com profile using Powershell .you can download from the below link #Step 1 Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser #This is set your execution policy as Unrestricted for the current user profile #Step 2 $i = Get-Process iexplore -ea silentlycontinue if ($i -ne $null) {kill $i} #The Above Script will […]

Powershell Leave a comment

SQL Community

sqlexperts badge

SEARCH

Categories

  • Automation (1)
  • Cloud DBA (2)
  • Clustering (1)
  • Disaster Recovery (13)
  • General (15)
    • Outlook (1)
    • SQL Server 2012 (5)
  • High Availability (2)
    • Log Shipping in Simple Steps (1)
  • Migration (2)
  • Performance tunning (1)
  • Powershell (1)
  • Programing (2)
  • SQL Server (4)
  • SQL Server 2012 (3)
  • SQL Server 2016 (4)
  • Uncategorized (20)

Pages

  • About
  • Blog
  • Home
  • Login Customizer

Recent Posts

  • How to migrate data from MS SQL to MySQL?
  • SQL Server MDF File Corruption Issue and Its Solution
  • Complete Solution to Automate SQL Server Database Backups
  • Know How to Fix Corrupted Indexes in SQL Server Problem Easily
  • Know How To Solve SQL Server Metadata Corruption Problem

CALENDER

February 2023
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
2728  
proudly developed by WordPress | Theme: Quill by aThemes