Upgrade sharepoint 2013 solution - powershell

I have a sharpeoint solution installed. I want to install a newer version of the solution as an upgade which I did using :
Update-SPSolution –Identity MySolutionName.wsp –LiteralPath “C:\MySolutionName.wsp” -GACDeployment
This command seem to work fine as there are no errors however after I run this, the whole solution becomes uninstalled. Does anyone have any ideas on why this could be or point out where I am going wrong?
Thanks

Update-SPSolution is always rather tricky. We always use Uninstall-SPSolution and Install-SPSolution.

Related

Warning during powershell installation

I'm using below command for installing powerShell in VS code tool in a Windows 10 enterprise AVD.
Install-Module Microsoft.Graph -Scope CurrentUser -force
However, getting warning,
WARNING: The version '1.10.0' of module
'Microsoft.Graph.Authntication' is currently in use. Retry the
operation after closing this application.
How it is in use? Is the VS code tool using it for some internal operation? Will it affect the MS Graph functionality?
This type of message is keep on coming for all most all module with version '1.10.0'. I'm unable to get the other versions are getting installed or not. How do I know, when the installation is done? Its really confusing
How to install the latest Graph module perfectly?
Please suggest. Thanks.
thanks for reaching out ,
After the installation is completed, you can verify the installed version with the following command.
Get-InstalledModule Microsoft.Graph
ref doc - https://learn.microsoft.com/en-us/powershell/microsoftgraph/installation?view=graph-powershell-1.0#verify-installation
Hope this helps thanks
please let us know if you have any query.

Get-PNP**** cmdlets not working even after installing PnP.Powerhsell latest verision

I have installed PowerShell 7 and installed module PnP.PowerShell, when i tab the commands, it is working [Get-Help of the cmdlet (Get-PnPGroupMember) provides the required output], but when i run the script getting following error not sure.
Failed;https://abc.sharepoint.com/sites/somesite;The 'Get-PnPGroupMember' command was found in the module 'PnP.PowerShell'
Not sure, where and what i am missing ?
After uninstalling Microsoft.Online.SharePoint.PowerShell module and re-installation PnP.PowerShell solved the issue, may the issue is because of having old verision of SharePoint online cmdlets caused the issue.

Eclipse freezes when trying to install

so I have a problem. I accidentally deleted Eclipse folder and I wanted to install Eclipse again. But when I run installation it freezes the moment I run it, and I have to exit it...please help me
It would be informative to observe and mention any system error during installation attempt. By the way, I hope you are installing the right version for your operating system and more so, you have the recommended system requirement like RAM size, processor speed. I suggest:
Restart your system.
Use a system tool like Advanced System Care (free) and scan your system.
Well, I don't know what happened but I tried to install it 2 times, it freezed and didn't work. When I tried third time it worked. :D So yeah. Magic.
I had the same issue. Everytime I tried to install Eclipse, the installer froze at some point. Turned out it was a problem with the firewall. I tried the installation over a hotspot from my phone and it worked.
Might not be the problem for you, but I thought I leave this here, as I was trying for quite a while and almost gave up.

Allegro - Missing MSVCR110D.dll

I have problems installing Allegro 5. Yesterday I installed Allegro and it worked fine. But then I decided to reinstall it because of a function I tried to call didn't work. Now instead I can't even run the programs. Instead it says that I'm missing MSVCR110D.dll. I've searched around a bit and have gotten somewhat of an insight to what the problem actually is but havn't found any solution that has worked. Is there anyone here who knows how to fix this?
The problem is Microsoft Visual C++ 2010/2012/2015 missing. Install those version and you will be fine. That works for me.

What causes "powershell -version 2" to fail?

I have been running PowerShell v3 for some time on several different systems. On occasion I wish to check compatibility or other issues with v2 so I switch to v2 within an existing PowerShell with this:
PS> powershell -version 2
As a matter of course I then use either $hosts.Version or $PSVersionTable to do a sanity check. But on one machine when I did this they both reported I was still in a V3 shell. I tried again from scratch; same result. I also tried invoking it from a DOS shell instead of a PowerShell; again, same result. Then to check my own sanity(!) I went to another system, did the same sequence, and it worked as expected--I did indeed switch from a V3 to a V2 environment.
The only other observation I have is that on the system that worked, I got a 2009 copyright notice when it started up the inner shell; on the system that did not it showed 2012.
Final detail: of the two machines mentioned, it worked on Win8 and failed on Win7 enterprise but I really doubt that is a relevant factor here.
I would be really surprised if (a) this is a PS bug or (b) I am the only one seeing the issue, yet web searching has been fruitless for me thusfar. Any thoughts on why this might be happening?
One reason would be that .NET 2.0 is not installed on the failing system, I cant recall if it had to be already installed prior to v3 or you can install it after upgrading to v3.
Quick search turned up this, just an idea? Maybe V2 is not installed?
Is Version 2 installed?