windows-server

Using SqlPackage.exe on a server without SSMS installed

家住魔仙堡 提交于 2020-08-05 09:27:44
问题 I have a windows 2012 server. The server can access my SQL database. I don't have access to the SQL database server, and I don't have access to install SSMS on the windows 2012 server running my website. I want to use SqlPackage.exe to update my database scheme with a .dacpac file I get the following error: Unhandled Exception: System.TypeInitializationException: The type initializer for 'Microsoft.SqlServer.Dac.DacPackage' threw an exception. ---> System.TypeInitializationException: The type

Is there a way to connect through remote desktop to a running Windows Server container?

不羁的心 提交于 2020-07-16 16:35:33
问题 I want to run an old .NET application in a docker windows server container (https://hub.docker.com/r/microsoft/windowsservercore/). Everything would be easy if this application didn't require an UI. Its UI does a lot of stuff and this stuff cannot be done through command line or other API. Basically, the perfect thing would be to reach this running container through RDP. From my understanding, it is nothing more than a service (TermService) running on a certain TCP port (3389 being the

How to set the administrator password for a Windows Server machine on AWS from CloudFormation? [closed]

帅比萌擦擦* 提交于 2020-06-17 08:05:28
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed yesterday . Improve this question I am deploying a CloudFormation template which launches an EC2 instance from the Windows_Server-2019-English-Full-Base-2020.05.13 AMI. By default, the Windows Server image has an Administrator user. To connect to the instance via RDP, I have to navigate to the

How to set the administrator password for a Windows Server machine on AWS from CloudFormation? [closed]

Deadly 提交于 2020-06-17 08:04:18
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed yesterday . Improve this question I am deploying a CloudFormation template which launches an EC2 instance from the Windows_Server-2019-English-Full-Base-2020.05.13 AMI. By default, the Windows Server image has an Administrator user. To connect to the instance via RDP, I have to navigate to the

FTP Error 530 User cannot login

久未见 提交于 2020-05-25 03:58:49
问题 I am trying to FTP to a new FTP site I setup with IIS 7.0 for the Windows Server Web (64-bit) edition. But I get the above error when I try to login to this site. But I can login to my other FTP sites. Also, when I select this website from IIS Manager, the FTP section does not display in the middle section although it does display in Action panel. And I cannot successfully login to this FTP site either. I have checked and I have Log on locally selected. I do not have allow only anonymous

FTP Error 530 User cannot login

大憨熊 提交于 2020-05-25 03:58:27
问题 I am trying to FTP to a new FTP site I setup with IIS 7.0 for the Windows Server Web (64-bit) edition. But I get the above error when I try to login to this site. But I can login to my other FTP sites. Also, when I select this website from IIS Manager, the FTP section does not display in the middle section although it does display in Action panel. And I cannot successfully login to this FTP site either. I have checked and I have Log on locally selected. I do not have allow only anonymous

How to add privileges to the nt authority\network service account for GitHub Actions?

[亡魂溺海] 提交于 2020-04-18 06:14:41
问题 GitHub Actions self-hosted runners run under the nt authority\network service account. According to https://docs.microsoft.com/en-us/windows/win32/services/networkservice-account: It has minimum privileges on the local computer and acts as the computer on the network. I am trying to use a GitHub Actions self-hosted runner to deploy an app to my server. To do this I need to access schtasks.exe which currently gives ERROR: Access is denied. How can I give privileges to nt authority\network

How to add privileges to the nt authority\network service account for GitHub Actions?

不羁岁月 提交于 2020-04-18 06:14:32
问题 GitHub Actions self-hosted runners run under the nt authority\network service account. According to https://docs.microsoft.com/en-us/windows/win32/services/networkservice-account: It has minimum privileges on the local computer and acts as the computer on the network. I am trying to use a GitHub Actions self-hosted runner to deploy an app to my server. To do this I need to access schtasks.exe which currently gives ERROR: Access is denied. How can I give privileges to nt authority\network

How to enable docker Experimental mode on EC2 instance of Windows-Server-2019-Base-with-Containers?

六眼飞鱼酱① 提交于 2020-02-24 12:21:50
问题 I'm trying to docker pull postgres but get this error message instead no matching manifest for windows/amd64 in the manifest list entries Which lead me to this solution How can I run Docker in a AWS Windows Server environment? The solution is to enable Experimental mode But there is no docker icon on my environment. So I tried to use this command dockerd --experimental But got this error PS C:\Users\Administrator> dockerd --experimental time="2019-01-21T08:45:51Z" level=warning msg="Running