Quantcast
Channel: Server Manager forum
Viewing all 1903 articles
Browse latest View live

Installing .net 4.7.x on Window Server 2016 fails with error 0x800f081e

$
0
0

Hello,

I have a windows server 2016 with .net 4.6 that im trying to update to .net 4.7.2 (or 4.7.1). I have tried bothe offline and web-installer for both 4.7.2 and 4.7.1, both give me the same error (0x800f081e).

The file i run is this: NDP472-KB4054530-x86-x64-AllOS-ENU.exe 

The logg says this:

Created new ExePerformer for Exe item
[11/20/2018, 13:48:40] Action: Performing Action on Exe at C:\b983bf9eebdd7762a544\x64-Windows10.0-KB4054590-x64.cab...
[11/20/2018, 13:48:40]Launching CreateProcess with command line = dism.exe /quiet /norestart /online /add-package /packagepath:"C:\b983bf9eebdd7762a544\x64-Windows10.0-KB4054590-x64.cab" 
[11/20/2018, 13:48:43]Exe (C:\b983bf9eebdd7762a544\x64-Windows10.0-KB4054590-x64.cab) failed with 0x800f081e - (null).
[11/20/2018, 13:48:43]PerformOperation on exe returned exit code 2148468766 (translates to HRESULT = 0x800f081e)
[11/20/2018, 13:48:43] Action complete
[11/20/2018, 13:48:43]Error 0x800f081e is mapped to Custom Error: 
[11/20/2018, 13:48:43]OnFailureBehavior for this item is to Rollback.
[11/20/2018, 13:48:43] Action: Performing actions on all Items...
[11/20/2018, 13:48:43]Restart manager will not be used since the current operation is not install.
[11/20/2018, 13:48:43] Action complete
[11/20/2018, 13:48:43] Action complete
[11/20/2018, 13:48:43]Final Result: Installation failed with error code: (0x800F081E) (Elapsed time: 0 00:01:19).

I tried running the command manually: 

C:\Users\administrator.KSBNO>dism.exe /quiet /norestart /online /add-package /packagepath:"C:\b983bf9eebdd7762a544\x64-Windows10.0-KB4054590-x64.cab"

Error: 0x800f081e

The specified package is not applicable to this image.

I thought this could have to do with something corrupt in dism, so i ran this:
Dism /Online /Cleanup-Image /RestoreHealth
This was successfull, but didnt make any difference.. 

 I unpacked the .exe and tried to run the installer for 4.7.1 manually, but that only gives me this: 



Windows server 2016 comes with 4.6 by default, and i have enabled both 3.5 and 4.6 in Server Manager. 
I tried to enable 4.5 anyways, with this command: 

Dism /Online /Enable-Feature /FeatureName:NetFx4Extended-ASPNET45 /all

But that only gave me this: 

C:\Users\administrator.KSBNO>Dism /Online /Enable-Feature /FeatureName:NetFx4Extended-ASPNET45 /all

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0


Error: 0x800f0805

The specified package is not valid Windows package.

I have no idea how to get .nete 4.7.x installed on the server, any suggestions?

/E


Logon script/folder redirections is not applying to windows 8 machine while windows 7 its working fine same policy.

$
0
0

Hi dears,

I have windows 8.1 client machine and apply users based policy from dc win2k8r2  . but logon script or folder redirections not working . but template based policy is applying fine as well.

Kindly help on this.

Infra info: we are using dfs shorcut and users having limited access . users will get startup folder and  can use only folder which given in startup folders. he can not use run, cmd , drive right click ...more. but same scenarion is fine with windows 7 machine . 

Server 2016 - Unable to Add RSAT Role - The Referenced Assembly could not be found. Error: 0x80073701

$
0
0

Hi there, 

After some outside opinion on this one as i'm finding lots of resources online but none are a close enough fit for the solutions to work. 

In short we have a Server 2016 template which is working fine, we can deploy VMs from it add roles, apply windows updates and everything is fine. If we then revisit and try and add new roles we have issues and get the error: The Referenced Assembly could not be found. Error: 0x80073701. 

Now in the case of my current server i've narrowed it down to just being the Remote Server Administration Tools > DNS Server Tools that is the problem role. 

Other instances i've found online mention checking the language packs of files that have been installed and see if these are both installed, being reported in error logs (CBS.log) and even look to removing from registry. 

I've tried running the following commands (that both complete without issue):

DISM.exe /Online /Cleanup-image /Restorehealth

sfc /scannow

Another solution suggested checking the following location in the registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageDetect) for language packs referenced in the CBS.log, however i only seem to fine 'Native' rather than a specific region referenced. 

I've attempted to install via GUI, Powershell and Command line, all of which fail with the same (or a variation of) error code.

Section in the CBS log that i believe relates to the issue is below:

2019-02-28 11:39:43, Error                 CSI    00001a8e (F) STATUS_SXS_ASSEMBLY_MISSING #5012934# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
2019-02-28 11:39:43, Error                 CSI    00001a8f (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #5008383# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = 8d9d8d12592c2db7420f8ca8682e1c85, version 10.0.14393.953, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, cb = (null), s = (null), rid = 'Package_4458_for_KB4088787~31bf3856ad364e35~amd64~~10.0.1.2.4088787-8692_neutral', rah = '2', manpath = (null), catpath = (null), ed = 0, disp = 0)[gle=0x80073701]
2019-02-28 11:39:43, Info                  CBS   Failed to pin deployment while resolving Update: Package_4458_for_KB4088787~31bf3856ad364e35~amd64~~10.0.1.2.4088787-8692_neutral from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2019-02-28 11:39:43, Info                  CBS   Failed to bulk stage deployment manifest and pin deployment for package:Package_4967_for_KB4480961~31bf3856ad364e35~amd64~~10.0.1.3 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
2019-02-28 11:39:43, Info                  CBS    CommitPackagesState: Started persisting state of packages
2019-02-28 11:39:43, Info                  CBS    CommitPackagesState: Completed persisting state of packages
2019-02-28 11:39:43, Info                  CSI    00001a90@2019/2/28:11:39:43.480 CSI Transaction @0x187ea4cd930 destroyed

I attempted to start uninstalling the KB packages referenced (with a view to manually reinstall) but after 4 packages removed and not being able to directly install them again manually (only WSUS package being shown) i haven't removed any more as yet.

I have been able to add the 'DNS Server' role without issue so at the moment its purely the RSAT tools, again i've tried looking for a manual download/install/source file for these specifically for Server 2016 to no avail. 

Any help would be greatly appreciated as most of the links i'm now finding in Google are purple. Let me know if any more logs / info is needed for information / troubleshooting. 

Thanks, Wayne

Server Manager Console not be open

$
0
0

Hi

I have Windows Server 2019 with last update as Active Directory Domain Controller, when I run Server Manager Console with any way, the process is showing in Task manager but console not be open !!!

please help me

The error is Failed to open the runspace pool. The Server Manager WinRM plug-in might be corrupted or missing

$
0
0

Hi:

We got some problems when try to dis-join a Windows 2012 R2 server from the domain, ad this server lost trust to domain, and AD account cannot login.

This server had Active Directory Certificate Service, AD CS Role, installed. As this server generates many alarms, we disconnect it from network.

  1.             When tried to dis-join it form domain it show this message.

 ---The certification Authority Service is installed on this computer

  1.             When we tried to remove CA from Server manager, it shows this. Also, when tried to add service/roles, it show same message.

---The status of the role services on the target machine cannot be detected. Please retry. The error is failed to open the runspace pool. The Server Manager winRM plug-in might be corrupted or missing.

 

  1.             After did some research, people suggest to enable Allow Remote Shell Access. As it disabled by Local Group Policy.

When use RSOP, we can see it is disabled.

 

What we did so far:

  1.             Change Local Group Policy to make Allow Remote Shell Access, disable/Enabled/Not configure.

But RSOP still show Allow Remote Shell Access is disabled.

  1.             We try to reset local Group Policy, and run gpupdate/force, but not luck.

woshub.com/reset-local-group-policies-settings-in-windows/#h2_3

  1.             We also tried to delete all applied domain policy, but Allow Remote Shell Access still disabled.

social.technet.microsoft.com/Forums/fr-FR/b6613481-98e8-4c11-a15f-e42dd16d5efa/group-policy-unable-to-apply-firewall-change-on-windows-7-cilent-blocked?forum=winserverGP

  1.             We tried many ways to delete/remove applied GPO, but all Domain GPO and local GPO still applied for no reason. We even tried to modify registry to make Allow Remote Shell Access enable, but RSOP still show disabled.

getadmx.com/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsRemoteShell::AllowRemoteShellAccess

We want to force local Group Policy to apply and make Allow Remote Shell Access enable.

Please advise and thanks in advance.

(By the way, cannot put image and link in the post.)


How to restart the server?

$
0
0
I'm having problem because I can not download any of the services error number 0x800f0922 I need to restart the server.

Restrict user connection to specific WiFi via RADIUS

$
0
0

Hi all,<o:p></o:p>

Sorry for my English,<o:p></o:p>

I am looking for a way in which I restrict users to connect only to a specific network according to VLAN.<o:p></o:p>

My infrastructure is this:<o:p></o:p>

Windows server 2012 – AD, CA,DHCP, DC<o:p></o:p>

Windows server 2016 – Radius server <o:p></o:p>

Cisco WLC for WiFi and VLAN<o:p></o:p>


There are groups in AD with the association of users.<o:p></o:p>

I try to set up with Radius Server and Certificate, It works for me but not as much as I want. <o:p></o:p>

I can connect to all networks without a username and password, via certificate deployed via GPO. <o:p></o:p>

But the problem is that everyone can connect to all networks even if they are not in the AD group associated with the network.

<o:p></o:p>

For example;<o:p></o:p>

There is a network called Sales-WiFi, RnD-WiFi<o:p></o:p>

AD security group named: Sales-WiFi, RnD-WiFi <o:p></o:p>

In Sales-WiFi security group I have the users:<o:p></o:p>

salesUser1<o:p></o:p>

salesUser2, and so on.<o:p></o:p>

In RnD-WiFi security group I have the users:<o:p></o:p>

RnDuser1<o:p></o:p>

RnDuser2, and so on<o:p></o:p>

When I connect to Sales-WiFi using salesUser1 user, I get the VLAN and all good.<o:p></o:p>

But I can connect with user salesUser1 to RnD-WiFi as well – Not good.<o:p></o:p>

In Radius NPS I created in Network Policies, police with the name of each of my WiFi with the "Windows Group" of the WiFi security group I created in AD under Conditions.<o:p></o:p>

And it’s not working.<o:p></o:p>

Can you please help me?<o:p></o:p>

is it posibla to block or grant access based on security group

 

Thank you in advance <o:p></o:p>


kindly let us know steps to upgrade 2008 R2 server to 2012 R2 server

$
0
0
kindly let us know steps to upgrade 2008 R2 server to 2012 R2 server

Add Servers from Remote Domains to Server Manager

$
0
0

Hello,

I am struggling with being able to manage servers in a separate domain through Server Manager. I have 2 domains (companya.com and companyb.com). Companya.com and companyb.com are separate forests with a trust between them. My management workstation is on companya.com domain. I am hoping to add a server that is a member of companyb.com to Server Manager on my management machine. I have been able to successfully add the server to Server Manager from AD but I get "Online - Access denied" under the Manageability heading. I have attempted to supply different credentials for a domain admin account I have from the companyb.com domain and I am still unable to manage this server remotely this way. Is there something I am missing?

Thank you for the help in advance!


Daniel Winters

Surface Pro not booting

$
0
0

SAMSUNG KUS02020M-B000
Disk ID: 00000000
Type   : NVMe
Status : Online
Path   : 0
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1D00)#PCI(0000)#NVME(P00T00L00)
Current Read-only State : No
Read-only  : No
Boot Disk  : No
Pagefile Disk  : No
Hibernation File Disk  : No
Crashdump Disk  : No
Clustered Disk  : No

There are no volumes.

then when it try to partition it 

DISKPART> CREATE PARTITION PRIMARY SIZE= 10000

DiskPart has encountered an error: Incorrect function.
See the System Event Log for more information

What to do? I am stuck here. Please help!

.

Is there a way to install a segment of the Remote Server Administration Tools in order to just have access to the ActiveDirectory module (and its subsequent commandlets)?

$
0
0

I am trying to automate a PowerShell script which utilizes both the "Get-ADGroup" and "Get-ADUser" commandlets. However, due to potential security risks, I don't want to have all of the RSAT features enabled on the server that the script will be run off of.

Is there any way to accomplish this?


Error while installing certificate on IIS

$
0
0

Hi all, sorry for my poor English.

I'm battling with renewing ssl certificate on server and stuck at adding crt file to iis manager with this error

Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

As I can see It's pretty common error and solution is to set full control to "Administrators" group on folder

C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys

But when I'm trying it, I'm getting error:

Error applying security ... Failed to enumerate objects in the container . Access is denied.

I'm also tried it on local machine and get same error.

Also, I tried to install certificate on server just with right click on file ad "Install certificate", but it doesn't show at snippet Personal certificates either. 

Any advices?

Server Manager encountered an unexpected error while collecting data about the status of this computer.

$
0
0

I have a 2008 Enterprise server.  I need to access roles and features to uninstall Exchange 2007 and demote it from a DC.

I am unable to access the roles and features.  I get the error in the title.

Thanks!


Task scheduler start a task and shows running, but nothing happens.

$
0
0

I am here to setup task scheduler in a Windows 2008 R2,x64 server

I am logon as local administrator and created the job to run as local administrator as well.

my schedule job is as simple as open a notepad, and the task scheduler shows my job is running with 0x41301 result.

the notepad never pop up, but I check the task manager, shows the notepad is there, and process held by an administrator.

My script is a .bat format.

@echo off

echo %date% %time% %username% >>c:\temp\test.txt

echo running "notepad" >> c:\temp\test.txt

notepad

echo end %date% %time% >> c:\temp\test.txt

And the output result from test.txt

Tue 10/25/2016 16:19:50:67 Administrator

Running notepad

result ends here.

and notepad not pop up

Cannot install Active Directory on Server 2008 R2 SP1

$
0
0

I have this issue on my Server 2008. Error message is "Active Directory Domain Services Installer : Failed to install Active Directory binaries. The error was : Element not found.

I ran Windows Update Readiness tool, it doesn't find any error. Also ran SFC and DISM no error there either.

This is the error code from a log file "error -2147023728". (forgot where that is.) I've been working on this for two days and could find any solution. 

I've done everything from deleting software distribution folder to re-registering services and removing updates. I tried it from Server manager and dcpromo. Both come back with error. This is the error code from server manager.

Can't install Roles and Features - receive "Element not found. Error: 0x80070490" 

I've also tried to disable my antivirus and it is the same result.


The server 2012R2 system has frequent restart

$
0
0
Microsoft (R) Windows Debugger Version 10.0.15063.137 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Windows\Minidump\032619-23937-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: srv*
Executable search path is:
Windows 8.1 Kernel Version 9600 MP (48 procs) Free x64
Product: Server, suite: TerminalServer DataCenter SingleUserTS
Built by: 9600.17031.amd64fre.winblue_gdr.140221-1952
Machine Name:
Kernel base = 0xfffff800`9c07d000 PsLoadedModuleList = 0xfffff800`9c3472d0
Debug session time: Tue Mar 26 05:01:10.558 2019 (UTC + 8:00)
System Uptime: 0 days 2:23:15.579
Loading Kernel Symbols
...............................................................
................................................................
.........
Loading User Symbols
Loading unloaded module list
.....
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 124, {5, ffffe000cf4ef028, 0, 0}

Probably caused by : GenuineIntel

Followup:     MachineOwner
---------


************* Symbol Path validation summary **************
Response                         Time (ms)     Location
OK                                             C:\Windows\Minidump
43: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

WHEA_UNCORRECTABLE_ERROR (124)
A fatal hardware error has occurred. Parameter 1 identifies the type of error
source that reported the error. Parameter 2 holds the address of the
WHEA_ERROR_RECORD structure that describes the error conditon.
Arguments:
Arg1: 0000000000000005, Generic Error
Arg2: ffffe000cf4ef028, Address of the WHEA_ERROR_RECORD structure.
Arg3: 0000000000000000
Arg4: 0000000000000000

Debugging Details:
------------------


DUMP_CLASS: 1

DUMP_QUALIFIER: 400

BUILD_VERSION_STRING:  9600.17031.amd64fre.winblue_gdr.140221-1952

DUMP_TYPE:  2

BUGCHECK_P1: 5

BUGCHECK_P2: ffffe000cf4ef028

BUGCHECK_P3: 0

BUGCHECK_P4: 0

BUGCHECK_STR:  0x124_GenuineIntel

CPU_COUNT: 30

CPU_MHZ: 9c4

CPU_VENDOR:  GenuineIntel

CPU_FAMILY: 6

CPU_MODEL: 3f

CPU_STEPPING: 2

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT_SERVER

PROCESS_NAME:  VideoMonitor3.

CURRENT_IRQL:  f

ANALYSIS_SESSION_HOST:  WIN-B0R5P8CKFOO

ANALYSIS_SESSION_TIME:  03-26-2019 09:53:50.0337

ANALYSIS_VERSION: 10.0.15063.137 amd64fre

STACK_TEXT:  
ffffd001`a004c998 fffff800`9c044203 : 00000000`00000124 00000000`00000005 ffffe000`cf4ef028 00000000`00000000 : nt!KeBugCheckEx
ffffd001`a004c9a0 fffff800`9c23d825 : 00000000`00000001 ffffe000`cf490010 ffffe000`cf490010 ffffe000`cf4ef028 : hal!HalBugCheckSystem+0xcf
ffffd001`a004c9e0 fffff800`9c04577f : 00000000`00002ba0 00000000`00000000 fffff800`9c054640 00000000`00000000 : nt!WheaReportHwError+0x22d
ffffd001`a004ca40 fffff800`9c044ed2 : ffffd001`a004cc30 00000000`00000001 00000000`00000000 fffff800`9c25f130 : hal!HalpNmiGenericErrorHandler+0x5f
ffffd001`a004ca70 fffff800`9c25e09c : ffffd001`a004cc30 00000000`00000001 00000000`00000000 fffff800`9c25f19b : hal!HalHandleNMI+0x23
ffffd001`a004caa0 fffff800`9c1da4c2 : ffffd001`a0040180 ffffd001`a004ccb0 00000000`00000000 00000000`00000000 : nt!KiProcessNMI+0x150
ffffd001`a004caf0 fffff800`9c1da336 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KxNmiInterrupt+0x82
ffffd001`a004cc30 fffff800`9c1d7200 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiNmiInterrupt+0x176
ffffd000`22cbe998 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiIpiInterrupt


STACK_COMMAND:  kb

THREAD_SHA1_HASH_MOD_FUNC:  a9db8fe4b7a9796030e5fc864fe65692ea03e064

THREAD_SHA1_HASH_MOD_FUNC_OFFSET:  6cf20e175195d397762edfe1954f96ee7283a336

THREAD_SHA1_HASH_MOD:  284ab80ea54e1dc9d83a7c385f233b7bba7814a7

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: GenuineIntel

IMAGE_NAME:  GenuineIntel

DEBUG_FLR_IMAGE_TIMESTAMP:  0

FAILURE_BUCKET_ID:  0x124_GenuineIntel_PCIEXPRESS

BUCKET_ID:  0x124_GenuineIntel_PCIEXPRESS

PRIMARY_PROBLEM_CLASS:  0x124_GenuineIntel_PCIEXPRESS

TARGET_TIME:  2019-03-25T21:01:10.000Z

OSBUILD:  9600

OSSERVICEPACK:  17031

SERVICEPACK_NUMBER: 0

OS_REVISION: 0

SUITE_MASK:  400

PRODUCT_TYPE:  3

OSPLATFORM_TYPE:  x64

OSNAME:  Windows 8.1

OSEDITION:  Windows 8.1 Server TerminalServer DataCenter SingleUserTS

OS_LOCALE:  

USER_LCID:  0

OSBUILD_TIMESTAMP:  2014-02-22 16:08:18

BUILDDATESTAMP_STR:  140221-1952

BUILDLAB_STR:  winblue_gdr

BUILDOSVER_STR:  6.3.9600.17031.amd64fre.winblue_gdr.140221-1952

ANALYSIS_SESSION_ELAPSED_TIME:  7a1

ANALYSIS_SOURCE:  KM

FAILURE_ID_HASH_STRING:  km:0x124_genuineintel_pciexpress

FAILURE_ID_HASH:  {0aebd40d-d4c8-456d-b299-4fede7e8bf0c}

Followup:     MachineOwner
---------

Server Manager - Manageability All red - Auto Refresh Completes with Warning - WS2016

$
0
0

Server Manager Operation displays several warnings for the follow registry keys:

Microsoft-WS-Licensing/Diagnostic 
Microsoft-WS-Licensing/Debug 
Microsoft-WS-Licensing/Admin 
Microsoft-Windows-WCN-Config-Registrar/Diagnostic 
Microsoft-Windows-SPB-HIDI2C/Analytic 
Microsoft-Windows-Security-Configuration-Wizard/Operational 
Microsoft-Windows-Security-Configuration-Wizard/Diagnostic 
Microsoft-Windows-NetworkAccessProtection/WHC 
Microsoft-Windows-NetworkAccessProtection/Operational 
Microsoft-Windows-MSSHAV-SHVCNFG/Diagnostic 
Microsoft-Windows-MSSHAV-SHVCNFG/Diagnostic 
Microsoft-Windows-IME-SCTIP/Analytic
Microsoft-Windows-IME-SCDICCOMPILER/Analytic 
Microsoft-Windows-IME-Roaming/Analytic 
Microsoft-Windows-DhcpNap/Operational 
Microsoft-Windows-DhcpNap/Admin 
Microsoft-Windows-Connected-Search/Operational 
Microsoft-Windows-Connected-Search/Debug
Microsoft-Windows-Connected-Search/Analytic 
Microsoft-Windows-AltTab/Diagnostic 
Microsoft-IEDVTOOL/Diagnostic 
Microsoft-Windows-Hyper-V-SynthStor-Operational 
Microsoft-Windows-Hyper-V-SynthStor-Admin 
Microsoft-Windows-Hyper-V-SynthNic-Admin 
Microsoft-Windows-Hyper-V-SynthFc-Admin 
Microsoft-Windows-Hyper-V-Integration-Admin 
Microsoft-Windows-Hyper-V-EmulatedNic-Admin 

Message Description (Example):

Failure opening metadata of the owning provider for channel: Microsoft-Windows-DhcpNap/Operational [hResult = Function failed during execution., hLastResult = The system cannot find the file specified.].

I can delete the entries in the registry which will most likely resolve the issue but I need to know why this occurred.  Any assistance provided will be very much appreciated.


How to access Window Server 2012 R2 from my local machine(Laptop)

$
0
0

Hi Team,

I wanted to access my window server 2012 R2 from local laptop through "Server Manager" I am win 10 installed in my local machine. I was trying to access, but don't know how to add my "Remote Windows Server 2012 R2" Please help me by steps and let me know if I need any rights in my local machine(Laptop).

Thanks and Regards

Jaykar

Automatic VS Automatic - Delayed as a startup-type for a service

$
0
0

Can anyone tell me what the difference between an "Automatic" and a "Automatic - Delayed" service is? When I set it using PowerShell it defaults to "Automatic - Delayed" and the Set-Service cmdlet only offers "Automatic","Manual" and "Disabled", as per https://technet.microsoft.com/en-us/library/hh849849.aspx. If I look at the Win32_Services class, Startmode it only offers "Automatic", aside from the other options, as perhttps://msdn.microsoft.com/en-us/library/aa384896(v=vs.85).aspx.

Thanks in advance!

Server Manager 2012 : Configuration refresh failed with the following error: Invalid class

$
0
0

When we start Server Manager on Server 2012 the flag lights up Red almost immediately with the error:

Configuration refresh failed with the following error: Invalid class. 

What we’ve tried so far:  

sfc /scannow  [reported no errors]

Dism /Online /Cleanup-Image /RestoreHealth [Completed to 100% ]

Get-windowsfeature returns: Invalid class

This is a file/print server, running DFS.   When running DFS Management from Server Manager we don’t see the Replication section at the bottom. We can run MMC and manually add DFS Management then Replication shows up. 

Where do I look to start diagnosing this error?

Viewing all 1903 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>