Has anyone attempted to install a parceled over a Windows 2000 server? I know that it should not be installed on Windows 2000 Server and is therefore not supported; However, the vbscript that runs on it takes 3.5 days to complete, which may end in less power in less time. However, I saw that it just needs to run .NET 2.0.
Thanks in advance.
If you have the login server of administrator 2000, in the question, you can use the same domain in a supported machine PowerShell can run and use set-space to change its working directory on a remote server
cd \\ remoteserver \ & lt; Drive & gt; You can run $ \ path \ to \ folder \ you \ want \ to \ start \ in
then you want some PowerShell script on the remote directory. If the folder you are starting in is also shared, it is also simple (you will not need to reach the administrator part). Or you can map a drive on your machine with PowerShell that links to the target directory.
Forcing it to be installed on a non-supported machine can be an easy choice.
Comments
Post a Comment