Skip to main content

Posts

Showing posts from February, 2021

PowerShell says "Running scripts is disabled on this system."

 Hi folks, While I am trying to execute a command/script  in Windows PowerShell , but I am getting below error: Running scripts is disabled on this system I just simply Run this command and it works: powershell Set-ExecutionPolicy RemoteSigned For more referenece:  https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security Execution Policy Types can be: Restricted *  - No Script either local, remote or downloaded can be executed on the system. AllSigned  - All script that are ran require to be digitally signed. RemoteSigned  - All remote scripts (UNC) or downloaded need to be signed. Unrestricted  - No signature for any type of script is required. Thanks for Reading.. I hope this will help you to access Powershell commands😊

How to access C$ (Remote Drive) Shared in a Network?

 Hi Readers, In this blog we will see how we can access Remote Drive shared in a Network via Windows/Run. Before using this, Here are few things to keep in mind: Users must have admin rights. The workgroup often has to be same on both machines for them to properly communicate. Are you using Windows XP Professional edition, or another? (Home, Media Center, Tablet). This feature is only activated on Professional Edition. Try enabling advanced sharing mode in XP. This is via Windows Explorer -> Tools Menu -> Folder Options -> Advanced (disable simple file sharing)             For more info Refer this :-   https://en.wikipedia.org/wiki/Administrative_share Syntax:-    \\MachineName\Drive$ where MachineName & Drive are dynamic: (1)  MachineName denoted as IP Address like 170.21.11.9 or any other target machine. (2)  Drive should be C,D or E which you want to access. Example :-                                                              \\35.247.189.241\C$ In this example wil

Installation : SQL and Microsoft Dynamics Navision 2016

  Installation : SQL and Microsoft Dynamics Navision 2016 Hi folks, This blog basically helps you to Install SQL & NAV 2016 on your machine. STEP 1: Firstly, Install SQL Server 2019 with Express addition Link for download SQL:- https://www.microsoft.com/en-us/sql-server/sql-server-downloads ·   After download Install the application by right click and select Run as Administrator to .exe setup file. Now, Select custom option. Browse location for installation. Click on install button. Just wait a moment for its downloading. Click on New SQL Server stand-alone installation option.          Accept the license then click on Next. Click on Next .   Click on Next .           Click on Next after completing the process. Select the required features and   Click on N ext (Mostly required features - (1) Database Engine Services (2) SQL Server Replication (3) SQL Client Connectivity SDK ).          Click on Next . Click on Next => Next => Next => Next . After that select Wind