Monday, 21 May 2018
Monday, 17 July 2017
Thursday, 4 May 2017
Tuesday, 18 April 2017
App Fabric installation issue : Fixed!!
Run below commands:
/AppFabric:prerequisiteinstallerfiles\WindowsServerAppFabricSetup_x64.exe
/KB2671763:prerequisiteinstallerfiles\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
point to SharePoint Setup folder.
Monday, 3 April 2017
Getting an error: while installing a services
Solution:
Try adding following line in the config file:-
C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe.config
<configuration>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration> Wednesday, 8 March 2017
How to stop PowerShell console to exit after finishing the script run
Command:-add below command to the end of your script.
$host.enternestedprompt()
$host.enternestedprompt()
Results:-It will stop a running script and start a iterative prompt.
How to copy content in multiple servers using Xcopy:-
How to copy content in multiple servers using Xcopy:-
Command: xcopy
/s C:\Tempp \\Devapiunittest6.int\c$\
Source Folder: C:\Tempp
Destination Folder: \\Devapiunittest6.int\c$\
Results:-
The whole content would be copied to the Tempp folder of C directory of the
server (Devapiunittest6.int).
Subscribe to:
Posts (Atom)




