Forum Widgets
Latest Discussions
Storage Migration Service - Failing to Validate data
So, im getting ready to Migrate 10TB of data. Both servers are running Server 2019 Both have the Admin center installed, and "Storage Migration Service" is installed on both. I have it to a stage where i want to "validate Source and Destination Devices" when i go to validate it, it gives these 2 errors. **************************** The destination proxy is registered. Warning Warning: The destination proxy wasn't found. Backup privileges can be enabled for these credentials. Warning Warning: Backup privileges cannot be enabled as target credentials are not an administrator in Orchestrator ****************** Everything else here passes.. The destination exists. Success Pass The destination server isn't the same server as the source. Success Pass The SMB connection works. Success Pass We can use the credential provided. Success Pass The credential has administrative privileges. Success Pass The destination is unique. Success Pass The source and destination computers are supported for transfer. Success Pass The orchestrator server has at least two CPU cores. Success Pass Source volume G: - The source volume exists. Success Pass Source volume G: - The destination volume exists. Success Pass Source volume G: - The destination volume is unique. Success Pass Source volume G: - The file systems are supported. Success Pass Source volume G: - The file systems match. Success Pass Source volume G: - There is enough free space on the destination volume. Success Pass ************************************* I cant for the life of me, find out what i need to do next before i go ahead with the transfer. can some one please advise what i need to do next.HAL3000Dec 04, 2024Occasional Reader11Views0likes0CommentsHelp to configure IIS with SSL
Hello... I am starting in Windows Server administration, in a new company, they have asked me to configure SSL certificates for two intranet sites they have in Internet Information Services, I suggested buying some certificates and create names for each site as they currently connect like this http://Ip server:port, each site has its own port of course, they tell me no I should use the functionality of Windows server, as this is only for employee connections and do not need to make an expense, what they do not want is to display the warning of unsecured site to employees. I have followed tutorials, Microsoft documentation, creating a certificate authority, self-signed certificates, etc. I need help, please someone who has implemented this and has a tutorial, link, whatever I can use, to do this I am being asked to do.Jorge075Nov 28, 2024Copper Contributor99Views0likes4CommentsInstall cert as admin for special user via windows admin center
Hi, I try to install a cert, a website uses to auth the visit. That means I have to install it local and manually by logging into the user acc and install it under "CurrentUser\My". If I install it for the whole machine "LocalMachine\My" it will be ignored when I try to access the website (seems Chrome don't check these certs). Manually that works. But I want to make life easier using windows admin center. The problem is that I log into the machine with an admin account. When I navigate to cert, there is no option to import a cert for a special (different) user account. Is there a way to install it (maybe via powershell) for a special user without knowing his password? I mean - I'm the admin of that machine, I should be able to do that. Thanks for any help!Credit12Nov 28, 2024Copper Contributor73Views0likes5CommentsYour credentials didn't work - try again
I have this weird issue with WAC atm I have a server which has RBAC enabled, my non-admin domain user; called for example Pete is added to the admin group (so he cant use powershell etc...) When I try to access the server as Pete using WAC, it says my credentials didn't work. Here comes the weird thing: I can access the server as for example my domain admin. If I first do that, go back to the main screen and click menage as and then fill in Pete's credentials it works, with the limited access to the server as the role described. Is there a solution for this?Pie-AirNov 27, 2024Copper Contributor13Views0likes0CommentsAdmin account Lockout
Hi All - I have been asked to implement password chages ppoicy at a site we support. During this process I also setup account lockout policy after 5 invalid attempts The option Allow Administrator Account lockout was enabled and now when trying to login I have the message - The referenced account is currently locked out and may not be logged onto. We have only used the correct password to logon - but this still has happened and waiting 30mins does not sort this issue. Also, I have no other Administrator account for this Domain Server. Does anyone have any suggestions on dealing with this ? The Policy has the following settings - Account Lockout Duration 30mins Account Lockout Threshold 5 Invalid logon attemps Allow Administrator Lockout Enabled Reset Account loclout Counter after 30minsStuartSmithzNov 26, 2024Copper Contributor71Views0likes5CommentsThe client and server cannot communicate, because they do not possess a common algorithm
Have had a problem on my Windows Web Server 2008 R2 for a long while now. Three(3) of the HalcyonGrid consoles keep crashing with this same error. ("Grid Users 2", "Grid Server 3" & "Grid Messaging 4") And before you ask my why I don't upgrade it, I have been wanting to, but the folks running the VPS company have not yet set up a virtual backup HDD for me. {Oh and Whip Assets 1 is now always getting stuck at one of the asset folders, but that might be another problem.} HalcyonGrid was a fork from the Open Simulator Project in 2010. System.ComponentModel.Win32Exception HResult=0x80004005 Message=The client and server cannot communicate, because they do not possess a common algorithm Source=System StackTrace: at System.Net.SSPIWrapper.AcquireCredentialsHandle(SSPIInterface SecModule, String package, CredentialUse intent, SecureCredential scc) at System.Net.Security.SecureChannel.AcquireCredentialsHandle(CredentialUse credUsage, SecureCredential& secureCredential) at System.Net.Security.SecureChannel.AcquireClientCredentials(Byte[]& thumbPrint) at System.Net.Security.SecureChannel.GenerateToken(Byte[] input, Int32 offset, Int32 count, Byte[]& output) at System.Net.Security.SecureChannel.NextMessage(Byte[] incoming, Int32 offset, Int32 count) at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) at MySql.Data.MySqlClient.NativeDriver.StartSSL() at MySql.Data.MySqlClient.NativeDriver.Open() at MySql.Data.MySqlClient.Driver.Open() at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() at MySql.Data.MySqlClient.MySqlPool.GetConnection() at MySql.Data.MySqlClient.MySqlConnection.Open() at OpenSim.Data.SimpleDB.MySQLSimpleDB.OpenConnection() in D:\a\halcyon\halcyon\OpenSim\Data\SimpleDB\MySQLSimpleDB.cs:line 88 at OpenSim.Data.SimpleDB.MySQLSimpleDB..ctor(String connectionString) in D:\a\halcyon\halcyon\OpenSim\Data\SimpleDB\MySQLSimpleDB.cs:line 73 at OpenSim.Data.SimpleDB.ConnectionFactory.GetConnection() in D:\a\halcyon\halcyon\OpenSim\Data\SimpleDB\ConnectionFactory.cs:line 28 at OpenSim.Data.MySQL.MySQLUserData.Initialize(String connect) in D:\a\halcyon\halcyon\OpenSim\Data\MySQL\MySQLUserData.cs:line 74 at OpenSim.Data.UserDataInitializer.Initialize(IPlugin plugin) in D:\a\halcyon\halcyon\OpenSim\Data\IUserData.cs:line 236 at OpenSim.Framework.PluginLoader`1.Load() in D:\a\halcyon\halcyon\OpenSim\Framework\PluginLoader.cs:line 191 at OpenSim.Data.DataPluginFactory.LoadDataPlugins[T](String provider, String connect) in D:\a\halcyon\halcyon\OpenSim\Data\DataPluginFactory.cs:line 129 at OpenSim.Framework.Communications.UserProfileManagerData.AddPlugin(String provider, String connect) in D:\a\halcyon\halcyon\OpenSim\Framework\Communications\UserProfileManagerData.cs:line 78 at OpenSim.Framework.Communications.UserProfileManager.AddPlugin(String provider, String connect) in D:\a\halcyon\halcyon\OpenSim\Framework\Communications\UserProfileManager.cs:line 162 at OpenSim.Grid.UserServer.Modules.UserDataBaseService.Initialize(IGridServiceCore core) in D:\a\halcyon\halcyon\OpenSim\Grid\UserServer.Modules\UserDataBaseService.cs:line 59 at OpenSim.Grid.UserServer.OpenUser_Main.StartupUserServerModules() in D:\a\halcyon\halcyon\OpenSim\Grid\UserServer\Main.cs:line 220 at OpenSim.Grid.UserServer.OpenUser_Main.StartupSpecific() in D:\a\halcyon\halcyon\OpenSim\Grid\UserServer\Main.cs:line 155 at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in D:\a\halcyon\halcyon\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line 300 at OpenSim.Grid.UserServer.OpenUser_Main.Main(String[] args) in D:\a\halcyon\halcyon\OpenSim\Grid\UserServer\Main.cs:line 118 This exception was originally thrown at this call stack: [External Code] OpenSim.Data.SimpleDB.MySQLSimpleDB.OpenConnection() in MySQLSimpleDB.cs OpenSim.Data.SimpleDB.MySQLSimpleDB.MySQLSimpleDB(string) in MySQLSimpleDB.cs OpenSim.Data.SimpleDB.ConnectionFactory.GetConnection() in ConnectionFactory.cs OpenSim.Data.MySQL.MySQLUserData.Initialize(string) in MySQLUserData.cs OpenSim.Data.UserDataInitializer.Initialize(OpenSim.Framework.IPlugin) in IUserData.cs OpenSim.Framework.PluginLoader<T>.Load() in PluginLoader.cs OpenSim.Data.DataPluginFactory.LoadDataPlugins<T>(string, string) in DataPluginFactory.cs OpenSim.Framework.Communications.UserProfileManagerData.AddPlugin(string, string) in UserProfileManagerData.cs OpenSim.Framework.Communications.UserProfileManager.AddPlugin(string, string) in UserProfileManager.cs ... [Call Stack Truncated] Also I have been wondering if the above error is because of a problem in the OS itself, because every time I open the Group Policy Editor, to update the preferred Cipher list, a bunch of dialog boxes pop up with XML Errors. Now my server has an "A" rating on SSLLabs.com. [Window Title] Administrative Templates [Main Instruction] Encountered an error while parsing. [Content] Encountered an error while parsing. Illegal xml character. File C:\Windows\PolicyDefinitions\P2P-pnrp.admx, line 71, column 34 [OK] [Window Title] Administrative Templates [Main Instruction] Encountered an error while parsing. [Content] Encountered an error while parsing. Illegal qualified name character. File C:\Windows\PolicyDefinitions\TerminalServer-Server.admx, line 366, column 16 [OK] [Window Title] Administrative Templates [Main Instruction] Encountered an error while parsing. [Content] Encountered an error while parsing. Illegal xml character. File C:\Windows\PolicyDefinitions\P2P-pnrp.admx, line 71, column 34 [OK] [Window Title] Administrative Templates [Main Instruction] Encountered an error while parsing. [Content] Encountered an error while parsing. Illegal qualified name character. File C:\Windows\PolicyDefinitions\TerminalServer-Server.admx, line 366, column 16 [OK] Thank you, Shalom.146Views0likes3CommentsRDS shadow over site-to-site VPN problem - not working
I have a problem with RDS shadow on Windows Server 2022 Standard. If the client connects to the server via RDP from the local network where the server is, RDS shadow works without a problem. If the client is outside this local network on a site-to-site VPN connection, RDS shadow does not work properly, the screen is black and only the moving mouse cursor is visible. If the client connects to the server via the VPN client (receives an address from the server's network), RDS shadow also works properly. I have already tried various settings. I suspected blocking some ports, but disabling Windows defender did not change anything. How to solve this problem?Roman758Nov 13, 2024Copper Contributor13Views0likes0CommentsHyper-V Cluster issues
I had Windows Admin Center set up and working fine with a 2 node Server 2019 Hyper-V cluster, then back in July I upgraded the hosts to 2022 and had issues. I've had another go at getting this working but come stuck again. I've tried re-installing Windows Admin Center on a fresh 2022 host but it made no difference. The issue: Dashboard shows 0 of 100% for the CPU usage (NaN% total) for the cluster, and for the memory usage just shows "of 0 B". If I go into the "Virtual machines" page there are no results, but if I go into the VM summary page it shows me the graphs with total VMs, VM status, CPU, RAM etc fine. I am able to create a VM from the Virtual Machines page (confirmed by checking Failover Cluster Manager snap-in), but the list of VMs remains empty. If I go into the Roles page, I can see all the VMs. If I go into the Servers page, then Inventory, I see both hosts but uptime shows as 0 minutes, CPU usage "unknown" and Memory usage "unknown". Spent most of the day trying to find anything useful online to no avail. It can obviously communicate with the cluster as it's able to create a VM, and see all the disk details, network traffic, and some of the host CPU/Memory details. Both hosts running 2022 Datacenter on the latest updates.48Views0likes0CommentsServer 2022 GPO roaming profile issues
I'm pretty weak with Domains but doing pretty good except for an issue that just popped up on me. I setup roaming or redirected profiles with GPO and included the "appdata(roaming)" folder and just had first issue with an installation. I was trying to install Zoom client and it fails. I had previously tried to install another app that is web related. It appears that I have a permissions issue writing to whereever these installers need. I am having a horrible time trying to open up permissions or determine what I really need to do. I have even assigned the domain user with domain admin rights with no luck. I have been able to install most other items without issue. Things like MS Office, printer software, and so on.mark1640Oct 30, 2024Copper Contributor104Views0likes1Comment
Resources
Tags
- Windows Admin Center29 Topics
- WAC28 Topics
- Storage Migration Service11 Topics
- Admin Center7 Topics
- Windows Server6 Topics
- Active Directory6 Topics
- Group Policy5 Topics
- azure4 Topics
- Error4 Topics
- Management3 Topics