windows-server-2012 Questions
3
My understanding is that virtually all "real work" done by the various GUI components in Windows Server 2012 (for example, in Disk Management) is performed by invoking Powershell. (That is, there's...
Gambill asked 3/7, 2013 at 22:22
7
Solved
Thanks first of all for reviewing this.
I've basically got a third-party agent software which allows me to execute PowerShell as LocalSystem. This allows me to easily run remote PowerShell command...
Species asked 19/12, 2013 at 16:5
2
When I run
Get-NetFirewallProfile
I see that the Domain profile Enabled is set to True. However, when I go to Control Panel > Windows Firewall the Domain profile is turned off by the GPO. Also, in...
Klos asked 25/6, 2015 at 18:30
9
I have a classic ASP website running on a Windows Server 2012 box. One page makes a HTTP request to another application over https using code like this:
Sub ShopXML4http(url, inStr, outStr, method...
Posterity asked 25/1, 2014 at 19:10
13
Solved
I am trying to set up a build server using CruiseControl.Net and MSBuild. However, it's failing with the error:
"C:\Builds\PremiumStore\checkout\PremiumStore.sln" (default target) (1) ->
"C:\...
Bondman asked 27/1, 2014 at 5:44
8
Solved
It works fine on Windows 10, but when I try to import the same .pfx file on a Windows server 2012 it fails with the message "The password you entered is incorrect".
I use OpenSSL 3.0.0 to...
Dunaj asked 27/9, 2021 at 8:14
7
My rabbitmq application is running on windows 2012 server, randomly I use to get this error.
Exception Type: RabbitMQ.Client.Exceptions.BrokerUnreachableException
None of the specified endpoint...
Piscator asked 15/7, 2015 at 5:42
4
I have a batch file "file.bat" that will call an installer with the following command:
msiexec.exe /i "%~dp0\installer.msi"
The installer will install a program and update the Path variable.
Whi...
Supplemental asked 4/10, 2016 at 15:26
2
I have an ASP.Net Web API application deployed via IIS. It is in Windows Authentication enable mode only because I want to detect Windows users who access the APIs.
For a few days the application...
Firstclass asked 20/2, 2018 at 8:27
8
Solved
I have been using the Powershell Scheduled Task Cmdlets to create a scheduled task on our servers.
How do I elect to 'Run whether a user is logged in or not using this API?
I've created action, tri...
Splat asked 20/12, 2012 at 5:41
4
Solved
Following are my environment details:-
KDC Server : Windows Server 2012
Target machine : Windows 7
JDK Version : Oracle 1.8.0_121 (64 bit)
I'm getting the following exception on running the Jav...
Meninges asked 24/3, 2017 at 11:22
2
Solved
I'm trying to create a task which will repeat every 5 minutes indefinitely through powershell. However, I cannot figure out a way to do this through all my searching. New-TimeSpan -Days 9999 appear...
Dhahran asked 29/4, 2015 at 20:28
4
Solved
I need to permanently add a scripts folder to my PowerShell path (not just a particular session). I am running the following code:
[System.Environment]::SetEnvironmentVariable("PATH", $Env:Path + ...
Kwon asked 20/11, 2013 at 21:44
4
I've tried looking for an answer for couple of days with no luck...
I have a powershell (v3.0) script that checks for a Network drive and maps it if it is not already mapped. The script itself wor...
Savill asked 10/6, 2014 at 8:14
2
I'm running windows server 2012 R2 running IIS 8. New to the whole windows server environment.
To install PHP, I'm following the below tutorial
Install and Configure PHP
Part of it says, in ord...
Carleecarleen asked 15/6, 2015 at 13:17
10
Solved
I am searching for a simple command to see logged on users on server.
I know this one :
Get-WmiObject -Class win32_computersystem
but this will not provide me the info I need.
It returns :
domai...
Gliwice asked 22/4, 2014 at 12:32
3
Solved
Recently our server was rebooted without correctly shutting down the Elastic Search / Kibana. After that reboot, both applications were running but no indices were getting created anymore. I checke...
Storytelling asked 6/5, 2015 at 10:12
2
Solved
I noticed that the cmdlet Test-NetConnection was not installed on Server 2012. Since Server 2012 comes with PowerShell version 3 so I thought it might help to update to the latest version 5.1.
I d...
Wellbeing asked 30/11, 2017 at 10:13
2
I have a task which triggers every 5 min every day. But recently, I found the task always failed between only 8:00 am to 9:00 am but all the other tasks (some trigger every 1 min) do not have...
Faunie asked 20/4, 2018 at 2:13
3
We have a website hosted in our server. How can we check the protocol of that website. I mean I need to identify the website is TLS or SSL. My requirement is that , First I need to check the TLS/SS...
Labarbera asked 13/2, 2017 at 10:59
4
I've recently moved my WP site from godaddy to a physical sever using windows server 2012 R2.
But I'm having problem uploading files using the Admin panel, After uploading the file, I can see it p...
Transient asked 15/10, 2017 at 0:13
3
Solved
I am trying to set cpu rate limit i was able to perform this action in UI using the action link
https://theitbros.com/set-cpu-usage-limit-for-an-application-pool-iis-8/
but i want to set three ...
Issie asked 4/11, 2019 at 22:21
4
Thing I'd tried:
Toolbox on Windows Server 2012 R2. Disabled Hyper-V to allow virtualbox. I cannot enable virtualization as it's on the physical bios.
Installed Docker EE on Windows Server 2016 w/C...
Harper asked 15/9, 2017 at 22:24
2
Solved
Is there a way to add addlocalgroupmember module on windows server 2012? I didnot find any.
I need to add AD account on local admin group but i couldn't find a way.
The closest i was able to reac...
Grief asked 10/4, 2020 at 9:18
7
Solved
I'm a first time programmer with PowerShell. Running on Windows Server 2012.
I'm trying to get a list of all VM's on my failover cluster and am working with this:
$clusterNodes = Get-ClusterNode | ...
Townswoman asked 28/1, 2014 at 15:7
1 Next >
© 2022 - 2024 — McMap. All rights reserved.