windows-server-2008-r2 Questions

7

We have some scripts that create scheduled jobs using PowerShell as part of our application. When testing them recently, I noticed that some of them always failed immediately, and no output is ever...

5

as mentioned from the title i have a problem stopping the wildfly windows service. When i tried to stop the wildfly service via the server manager - services window the status of the wildfly servic...
Gavra asked 15/7, 2016 at 8:4

54

Solved

I am trying to run a cmd file that calls a PowerShell script from cmd.exe, but I am getting this error: Management_Install.ps1 cannot be loaded because the execution of scripts is disabled on this...
Parturient asked 27/10, 2010 at 21:39

8

Solved

I have a Windows server 2008 R2 server running a dozen .NET Framework 4.0 WebForms applications, and I need to disable TLS 1.0 and lower. When I do that, all secure connections fail and I was force...
Jackquelin asked 17/11, 2015 at 16:19

8

Solved

We have a MySQL server in one of the remote Virtual Machine (Windows Server 2008). Till yesterday we were able to connect to the MySQL server, with the help of workbench installed in our local mach...
Teresa asked 7/2, 2014 at 12:8

11

Solved

We have recently upgraded all of our WebForms projects to .NET 4.5, and encountered a parser issue when loading pages with an iFrame element. We have corrected this by converting of the iFrame from...
Money asked 23/7, 2013 at 11:52

4

Solved

I want to use a PowerShell script to automate tasks related to the user when the user logs in. Sometimes a user will have moved his Documents folder from the default location. How can I determine ...
Gemma asked 16/7, 2014 at 2:51

11

Solved

We have installed PHPMyAdmin on a windows machine running IIS 7.0. We are able to connect to MySQL using command-line, But we are not able to connect using PHPMyAdmin. The error displayed is: Error...

5

Solved

When running a script, I have a line to verify that a "service account" (aka a local user account) for our app exists: $svcAccountName = "TheAccountName" $svcAccount = Get-LocalUser -Name $svcAcco...
Americana asked 15/5, 2017 at 22:33

9

Solved

I have somewhat of a problem. My old webserver (windows 2003) have been replaced, with a 2008 R2. I have been given an admin account on it, and can do whatever I want, but I am no expert on this ar...
Unsubstantial asked 16/6, 2011 at 7:32

6

Solved

Normally, I use App_Offline.htm for taking the site offline. But occasionally, when I do that, the site just hangs (like in: browsers wait forever, server gives no response at all). This seems to h...

2

Windows Server 2008 R2 Standard ( Microsoft Windows Server Version 6.1 Build 7601: Service Pack 1 ) IIS 7.5.7600.16385 In IIS Manager for a Site assigned an ApplicationPool with Identity = Applic...

12

Solved

I'm trying to execute classic ASP pages on a windows 2008 64 bit R2 box. Initially the problem was with registering dlls; that's now fixed. Register DLL file on Windows Server 2008 R2 Now when I tr...
Donela asked 10/1, 2011 at 17:17

3

Solved

I have installed the MSMQ feature onto both server (win 2008 R2) and client machine (win 7) using the following Link. The Feature appears in the server manager and I am able to create a public or p...
Floury asked 11/7, 2013 at 9:30

5

Solved

I am trying to start the Elastic Search service on a Windows 2008 R2 server, but it's failing to start. It had previously been running for several months without issue. In services, I get the mess...
Shiva asked 30/3, 2016 at 9:56

5

I am trying to create a domain server and when I reach to specify the online certification Authority, the select button is grayed out.I wish to select the same computer as its the certification aut...
Premium asked 4/2, 2013 at 20:37

5

I've been working on an internal website for quite some time now, maintaining it for a client. Other than a few bugs, the website is working as intended. But then, all of a sudden, the error in qu...
Oneirocritic asked 10/10, 2013 at 3:36

4

I found an article which lists several ways to detect an active VPN: Using Win32_NetworkAdapter: Get-WmiObject -Query "Select * from Win32_NetworkAdapter where Name like '%VPN%' and NetEnabled...
Adenovirus asked 20/7, 2017 at 6:32

4

I have infinite loop PowerShell (Testing purpose) script, which I want to run as a Service in Windows Server 2008 R2 (Standard). I'm using the following command to create the Windows service, sc...

2

I have some simple PowerShell scripts that I have made into executables with Bamboo, by adding a path such as C:\build-scripts\bamboo-build-scripts\clear-directory.ps1 as the path for the executabl...

1

Hosting a ASP.Net Core 2.1 webapi and an Angular 6 webapp on "Windows Server 2008 R2" under the same domain name but different ports (:81 and :80 respectively); not contained within the same folder...

3

Solved

How can I set TimeZone using Powershell, on a Windows Server 2008 R2 target machine?
Capriccioso asked 20/11, 2010 at 22:2

6

Solved

For some reason, when I deploy my Razor MVC web site to my Windows 2008 R2 server, I'm getting 500 internal server errors for all CSS and JS. I'm not sure why, because I've done the following: En...
Rox asked 29/3, 2012 at 11:13

2

Solved

I am trying to find a scheduled task with having certain pattern in it's name, in my case the scheduled task should have this pattern "ServiceNow" in its name. For this I am using Get-ScheduledTask...

4

Solved

Here's an issue with IIS 7.5 and ASP.NET that I've been researching and getting nowhere with. Any help would be greatly appreciated. My question is: using ASP.NET in IIS 7.5, how does IIS and/or t...
Hartill asked 25/3, 2011 at 20:21

© 2022 - 2024 — McMap. All rights reserved.