Jump to content

d4476m

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by d4476m

  1. here are the the last lines of the logs for both ccmsetup and dism 2020-07-31 11:52:59, Info DISM DISM Package Manager: PID=9336 TID=14716 Processing the top level command token(enable-feature). - CPackageManagerCLIHandler::Private_ValidateCmdLine 2020-07-31 11:52:59, Info DISM DISM Package Manager: PID=9336 TID=14716 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine 2020-07-31 11:52:59, Info DISM DISM Package Manager: PID=9336 TID=14716 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine 2020-07-31 11:52:59, Info DISM DISM Package Manager: PID=9336 TID=14716 Encountered the option "featurename" with value "MSRDC-Infrastructure" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine 2020-07-31 11:52:59, Info DISM DISM Package Manager: PID=9336 TID=14716 Encountered an unknown option "featurename" with value "MSRDC-Infrastructure" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine Installing file 'C:\Windows\ccmsetup\vcredist_x64.exe' with options '/norestart /install /quiet /log %windir%\ccmsetup\logs\VCRedist_x64_Install.log'. ccmsetup 31/07/2020 11:52:57 14596 (0x3904) File 'C:\Windows\ccmsetup\vcredist_x64.exe' returned exit code 0. Successfully installed. ccmsetup 31/07/2020 11:52:59 14596 (0x3904) Found local file 'C:\Windows\system32\dism.exe' to install. ccmsetup 31/07/2020 11:52:59 14596 (0x3904) Installing file 'C:\Windows\system32\dism.exe' with options '/online /norestart /logpath:%windir%\ccmsetup\logs\dism.log /enable-feature /featurename:"MSRDC-Infrastructure"'. ccmsetup 31/07/2020 11:52:59 14596 (0x3904) as you can see it is stuck installing Dism any one know how to fix it we have tried both Push and Manual install this is on server 2019 and some windows 10 clients any help Pleae
  2. unfortunately no it give the same error but you caused me to look again and i found the error thank you '00.01.00' needs to be '00:01:00'
  3. we are going to open teminal service to staff through Frog but to a limited number of PC's and want to set the End a disconnected session time i have a quest Powershell command that works if I type it in to the Powershell script window but dose not work if I put it in to a PS1 file the following is the script command that works import-csv C:\ps1scripts\Sessions.csv | ForEach-Object {Get-QADUser -Name $_.Name |Set-QADUser -TsMaxDisconnectionTime '00.01.00'} it take a scv file and rins the getQADUser command to get the user then the set command to set the Endadisconnected session time to 1 min how ever the command dose not work form a PS1 file it returns the following error Set-QADUser : Cannot bind parameter 'TsMaxDisconnectionTime'. Cannot convert value "00.01.00" to type "System.TimeSpan" . Error: "Input string was not in a correct format." At C:\ps1scripts\sessions.ps1:1 char:105 + import-csv Sessions.csv | ForEach-Object {Get-QADUser -Name $_.Name |Set-QADUser -TsMaxDisconnectionTime <<<< '00.01 .00'} for each user itis going to be somthing simple i am missing but can any one see why
  4. My system is windows server 2003 with Microsoft exchange 2003 when I greater a new user in AD and set the Exchange email attributes it does not give them a email address it reports an error in the Application section of the event viewer with the Event id of 8270 this tell you that it has insufficient Rights when importing the transaction I have looked up the error and been pointed to the MS article 254030 and have tried the solutions it recommend but with no luck it still happen any one got any ideas how to fix this problem
  5. Managed to track the error to our Exchange server and its DC replication and have now fixed it thanks for the help
  6. The drive is mapped using a start-up script which has been used for year and works fine until Wednesday the error that seems to come up is a The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server event id: 4 but having looked up the error seems to imply that there machine name has a duplicate on the domain which it does not. if i re boot the pc that is getting the error it will normally start to work till the next day
  7. hi since Wednesday we have been having a problem where when a user logs on Sims tells us there L:\\ drive is not available when we look at it, the map is correct but will not open to fix it we need to restart the system does anyone know why the mapped drive would behave like this. It is happening to about 10% of our PCs at random times and locations
×
×
  • Create New...