Jump to content


radish

Established Members
  • Posts

    79
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by radish

  1. After the earlier version of office is installed, it has a gray status that cannot be modified. I want to create a desktop shortcut to prevent users from modifying information like this. How should I create a desktop shortcut with PowerShell, and the target and starting position are in a gray status that cannot be modified?
  2. The client cannot process the task sequence because the total size of the task sequence exceeds the limit for members of this collection. Five task sequences were deployed, three of which were around 1349KB in size. Reduce the number and size of task sequences of collection members to deploy back to normal use
  3. radish

    Strings

    (gwmi CIM_Chassis ).tag
  4. Use the application substitution rule, first do the uninstallation of the old version parameters or scripts, in the installation will first uninstall the old version before installing the new version
  5. Running the OSD task sequence from the Software Center shows that it is being installed... Does anyone know what's going on? TSAgent.log Show these errors reply has no message header marker Failed to request policy assignments (Code 0x80004005) Error initializing policy environment variables. Code 0x80004005 Error LoadPolicyBasedEnvVars, return code 80004005 Error initializing Task Sequence environment. Code 0x80004005 Task sequence launcher deployment failed!. Code 0x80004005 Failed to open the task sequence key HKLM\Software\Microsoft\SMS\Task Sequence. Error code 0x80070002 CTSAgent::Execute - Failed to launch Task Sequence manager. execmgr.log smsts.log TSAgent.log
  6. Uncheck the Do not assign drive numbers to this partition to solve the traditional bios way boot task sequence set 3 hard disk format task sequence ccm client installation steps did not find the cache path failure problem
  7. Yes, the single hard disk and the 2 hard disks OSD task sequence are working fine. Suppose a physical computer has 3 hard disks. Disk number 0 120G HDD Disk number 1 500G HDD Disk number 2 250G SSD The OSD task sequence has 3 formatting steps where disk number 1 BootFromDisk property is true and is the first boot disk Then installing the OS to disk number 2 250 SSD will cause this problem and the ccm client installation task sequence will fail to boot! Let's look at this Suppose a physical computer has 3 hard disks. Disk number 0 120G HDD Disk number 1 500G HDD Disk number 2 250G SSD The OSD task sequence has 3 formatting steps, we disable a disk number 0 formatting any step where disk number 1 BootFromDisk property is true and is the first boot disk Then the operating system is installed to disk number 1 500G HDD and everything is fine. Make sure that the problem occurs when using the traditional bios method of booting, formatting more than 3 hard disks when the task sequence steps and the first boot hard disk and the operating system hard disk are not in the same hard disk. It is worth mentioning that Suppose a physical computer has 3 hard disks. Disk number 0 120G HDD Disk number 1 500G HDD Disk number 2 250G SSD The OSD task sequence has 3 formatting steps where disk number 1 BootFromDisk property is true and is the first boot disk Then the OS is installed to disk number 1 500G HDD It is worth mentioning that Suppose a physical computer has 3 hard disks. Disk number 0 120G HDD Disk number 1 500G HDD Disk number 2 250G SSD The OSD task sequence has 3 formatting steps where disk number 1 BootFromDisk property is true and is the first boot disk Then the OS is installed to disk number 1 500G HDD and the task sequence works fine. Although this approach can be avoided, it also loses the ability to determine the OS to be installed on a qualified drive. I also have a question: Why does the task sequence work fine when the first boot disk and the OS disk are not the same disk, even though the task sequence has two formatting steps? The task sequence set up 3 formatting steps, the first boot hard disk and the operating system hard disk is not the same hard disk, is not running properly after the deployment of the CCM client task sequence start, prompting that the cache folder path can not be found, it seems that the variables are reset or the disk drive number is disturbed?
  8. Traditional bios mode boot method, task sequence set more than 3 steps to format the hard disk where the disk 1 task sequence operating system partition does the OSDdisk variable Then the installation of Windows and Configuration Manager steps will not be booted, check the logs to find the cache path corresponding to the folder that can not be properly started to install Windows and Configuration Manager steps ..... After several tests respectively with Hyper-v, Vmware, physical computers have more than 3 hard disk hardware environment, the testing process is very crazy .... The first time I found some laws, I finally found some laws! Traditional bios mode boot method, task sequence set more than 3 steps to format the hard disk, disk 0 task sequence OS partition made OSDdisk variable then everything is fine. Traditional bios mode boot method, task sequence set more than 3 steps to format the hard disk, disk 1 does not contain disk 0 task sequence OS partition made OSDdisk variable, then everything is fine. will lead to formatting more than 3 hard disk steps task sequence environment tasks will lead to the installation of Windows and Configuration Manager steps boot failure, while formatting 2 hard disk steps below the task sequence environment tasks all normal, oh oh Is not feel very amazing? Why not do the OSDdisk variable on disk 0? Because the user computer environment disk 0 is not necessarily the disk where the operating system is installed, perhaps disk 1 is solid state, disk 2 solid state or other solid state disk number, there are Powershell scripts to control the installation of eligible disks as the operating system to set the OSDdisk variable, you can easily avoid IT engineers or ordinary users to set the Bios or open the chassis to the solid state disk plugged into the SATA0 interface. Does anyone know what's going on or is it a bug? 传统bios模式启动方式,任务序列设定3个以上格式化硬盘步骤, 其中磁盘1任务序列操作系统分区做了OSDdisk变量 那么到了安装 Windows 和 Configuration Manager步骤 将不会进行启动,查看日志发现是寻找不到缓存路径对应文件夹导致不能正常启动安装 Windows 和 Configuration Manager步骤..... 经过多次测试分别以Hyper-v、Vmware、物理计算机 都有3个以上硬盘硬件环境,测试过程中很抓狂 ....,终于发现了一些规律!!! 传统bios模式启动方式,任务序列设定3个以上格式化硬盘步骤,磁盘0任务序列操作系统分区做了OSDdisk变量 那么一切都正常。 传统bios模式启动方式,任务序列设定3个以上格式化硬盘步骤,磁盘1以外不包含磁盘0任务序列操作系统分区做了OSDdisk变量, 会导致格式化3个硬盘步骤以上任务序列环境任务时候将导致了安装 Windows 和 Configuration Manager步骤启动失败,而格式化2个硬盘步骤以下任务序列环境任务一切正常,喔哦 是不是觉的很神奇? 为什么不在磁盘0做OSDdisk变量呢?因为用户计算机环境磁盘0不一定是安装操作系统所在磁盘,也许是磁盘1是固态、 磁盘2固态 或者其他固态磁盘编号,有Powershell脚本来控制安装符合条件磁盘作为操作系统设置OSDdisk变量,可以轻松避免IT工程师或者普通用户去设置Bios或者打开机箱把固态磁盘插到SATA0接口上。 有人知道怎么回事吗或者说是BUG? Default Win10 x64 LSTC2019.zip smsts.log
  9. $model=(Get-WmiObject Win32_ComputerSystem | Where-Object {$_.Model -like "*Latitude 7070*"}).model if($model -match 'Latitude 7070'){}else{ $TSEnv = New-Object -COMObject Microsoft.SMS.TSEnvironment $TSProgressUI = new-object -comobject Microsoft.SMS.TSProgressUI $TSProgressUI.CloseProgressDialog() $a = new-object -comobject wscript.shell $intAnswer = $a.popup("The current computer hardware does not match ",0,'computer',16) #first number is timeout, second is display. } Add a running script step in the task sequence, use this command to pop up a gui notification message
  10. sccm 2103、2107 cmtrace工具打开 OSD smsts登录PE环境,完整windows环境不显示中文 这是一个错误吗? The log tool of the sccm2010 version can display Chinese, and the Chinese part of SCCM2103 2107 is displayed as... smsts.log
  11. AlwaysOn server multi-instance, 2 member servers W2019-SCCMDB1\MSSQLSERVER 1433,4022 W2019-SCCMDB1\MSSQLSERVER2 1633,4023 W2019-SCCMDB2\MSSQLSERVER 1433,4022 W2019-SCCMDB2\MSSQLSERVER2 1633,4023 AlwayOn-DB 192.168.160.122 5022 5044 port AlwayOn-DB2 192.168.160.123 5023 5045 port First migrate the management center site to W2019-SCCMDB1\MSSQLSERVER2. Everything is fine, even if the members of the alwayson database are restarted. After the management center site completes the restoration of active replication status, I am migrating the main site database to W2019-SCCMDB1\MSSQLSERVER. If the AlwaysOn database member server is restarted at this time, this situation will reappear, and I discovered this problem when I shut down the failover. Once the AlwaysOn database member server is restarted, the management center site must fail to connect, and the SQL cannot be connected. It seems that it is caused by the SQL certificate problem? If you clear the certificate in the sql configuration tool, the MSSQLSERVER2 instance can be connected, but then the CAS console cannot be connected. Don't know what is going on here? At present, the W2019-SCCMDB2 server has been restarted and the SQL connection login failure occurs. W2019-SCCMDB1 can still be used normally because it has not been restarted. Whether SCCM cannot host the SCCM site database in the AlwaysON environment with multiple instances, this problem will surely recur. I don’t know how to check the problem. Is it the SCCM certificate problem or the SQL AlwaysON problem? It is guessed that it is caused by the SQL certificate. Since the main site was the last to migrate, the SQL certificate generated by the main site will invalidate the SQL certificate generated by the previous management center site?
  12. Need to write a script to achieve, when there is an old system, it should be installed on the old system partition Here is a video tutorial to install to the original system disk location without formatting other partitions, but it seems to be a paid video https://edu.51cto.com/center/course/lesson/index?id=567096
  13. Yes, 66 and 67 must be set to see the actual situation of the device When the number of VLANs is relatively small or when the switch setting does not support ip helper, You can set a distribution point for each vlan to solve the OSD problem.
  14. Make sure that the hard disk partitions are checked. This partition is set as the boot partition. In the SCCM OSD, only bios is recognized as the first boot method of a certain hard disk. Otherwise, an error will occur in the application operating system and the WIM image package cannot be released If there are two hard disks, disk number 0 HDD and disk number 1 SSD, you need to install the operating system to the SSD, pay attention! ! ! The bios sets the HDD hard disk as the first boot hard disk first. Then in the task sequence step, the disk 1 partition step must be set as the boot partition, which prevents IT technicians from manually adjusting the bios settings, which is suitable for automated OSD. The traditional MBR boot method to install the operating system is affected by this, UEFI is not affected by this rule. See if it is caused by this problem.
  15. Agree with this view, system computer account installation and user installation of some software will cause installation errors
  16. Yes, click this link to check the conditions after the upgrade I reset the main site server two or three times, and even tried modify sql server configuration and modify SMSProvider configuration. I also reset the management center site, and it remains the same. I have been trying for two days and have not found an effective solution to this problem.
  17. After sccm2002 server Windows2012R2 is upgraded to server2019, The specified server is not a configuration manager site server A management center site 666 is windows2019, and a main site 888 was originally Windows2012R2 upgraded to Windows2019 Added in the registry Software\Microsoft\SMS HKLM\SYSTEM\CurrentControlSet\Control\SecurePipeServers\Winreg\AllowedPaths The sms permission in wmi is also eligible After upgrading the operating system as required, the main site was reset Does anyone know what's going on? The specified server is not a configuration manager site server How to check the log to fix this problem? I am glad that this problem is solved, I run the installation file from the backup file Reinstall the site server It is now back to normal. This is the step required to clean up the existing server Clean an existing server for site server recovery only Delete SMS registry keys: HKLM\Software\Microsoft\SMS Delete any registry entries starting with SMS from HKLM\System\CurrentControlSet\Services. For example: SMS_DISCOVERY_DATA_MANAGER SMS_EXECUTIVE SMS_INBOX_MONITOR SMS_INVENTORY_DATA_LOADER SMS_LAN_SENDER SMS_MP_FILE_DISPATCH_MANAGER SMS_SCHEDULER SMS_SITE_BACKUP SMS_SITE_COMPONENT_MANAGER SMS_SITE_SQL_BACKUP SMS_SITE_VSS_WRITER SMS_SOFTWARE_METERING_PROCESSOR SMS_STATE_SYSTEM SMS_STATUS_MANAGER SMS_WSUS_SYNC_MANAGER SMSvcHost 3.0.0.0 SMSvcHost 4.0.0.0 Uninstall the Configuration Manager console Restart the server Confirm that all of the above registry keys are deleted. The server is now ready for the Configuration Manager restore procedure.
  18. Hi friends I encountered a problem. I set up a secondary site in the subdomain to enable PXE distribution points, and the client failed to start after PXE startup. The prompt reply has no message header marker, Failed to send status message (80004005) I have tried to update the certificate, delete the pxe settings, delete the secondary site server, and reinstall the operating system. It still works. What should I do? Can anyone help how to change the log to deal with this failure Finally use the new computer name of the secondary site server Reinstall the secondary site to use the new secondary site code ad subdomain secondary site server client pxe started and resumed normal use Reference https://social.technet.microsoft.com/Forums/en-US/019cb2a2-e412-4e1e-b790-413005a20631/secondary-site-cannot-get-sql-certificate-from-parent?forum=configmanagerdeployment SMSPXE.log
  19. How can MDT UDI obtain this volume information, such as F:\windows(54GB) is the disk number 1 It seems that I did not find the variable disk number name stored in this volume in the MDT variable name I want to do gui through here to select disk information to format and install the system completely Choose 1 disk number hard disk, format or start formatting from 0 number. Suppose the user selects F:\windows(54GB) disk number 1 on the udi interface, and OSDDiskIndex is updated to the corresponding disk number selected instead of starting from the default disk number 0 The key point is that this udi choice depends on the user, so I can't specify a fixed disk number to update the OSDDiskIndex value, I wonder if there is any way to achieve this for MDT UDI? 请问 MDT UDI 如何获取这个 volume 信息,如 F:\windows(54GB)是磁盘编号1 貌似我在MDT变量名称没找到这个volume 所存储的变量磁盘编号名称 我想通过这里来做gui来选择磁盘信息进行格式化并全新安装系统 选择1磁盘编号硬盘,格式化还是从0编号开始格式化。 假设用户在udi界面 选择 F:\windows(54GB)磁盘编号为1,OSDDiskIndex就更新为所选择对应磁盘编号,而不是从默认磁盘编号0开始 重点在于这个udi选择取决与用户 所以我无法指定固定磁盘编号来更新OSDDiskIndex值,不知道 MDT UDI 这个有没什么方法可以实现吗?
  20. Although this is very old post information, but recently I just researched this kind of multi-disk installation operating system on the hard disk with a disk number other than 0 to solve this problem. The first type: is to set the model of disk number 1 in the bios as the first boot disk, The second type: Just keep the boot sequence set in the partition 0 task sequence. When the OSD reaches the disk number 1, the boot file will be written to the partition 0. Solve the prompt message when applying the operating system Failed to make volume 😧 \ bootable. Please ensure that you have set an active partition on the boot disk before installing the operating system. The request is not supported. (Error: 80070032; Source: Windows)
  21. This can be solved by taking the folder name $a.split('\')[2] -replace '\.\w+$' google $a.Substring(0,$f.LastIndexOf('.')).split('\')[2] google
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.