How to use SCCM to find specific KB installed ?
There are lots of ways to find if some windows update KB installed via SCCM, such as compliance report( Console > Monitoring > Reporting > … Read more
There are lots of ways to find if some windows update KB installed via SCCM, such as compliance report( Console > Monitoring > Reporting > … Read more
* Setup SCCM Distribution Point Remote Differential Compression IIS Configuration: Application Development: ISAPI Extensions Security: Windows Authentication IIS 6 Management Compatibility: IIS 6 Metabase Compatibility, … Read more
first just need to find out the mac address of your network adapter, then go to the register of your sccm server: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Components \SMS_DISCOVERY_DATA_MANAGER … Read more
My manager wants to know which users have local admin rights on the workstation for audit purpose, but SCCM doesn’t have this build in function. … Read more
There is no FTP in Synology, so I have to use LFTP Here is my backup.sh #!/bin/bash -vx lftp -u username,password ftp.xxx.com<<END_SCRIPT mirror -c -e … Read more
Here is the batch script for pulse secure silent install in SCCM: REM Pulse Secure Install REM Ray Q REM Oct 2, 2015 ECHO … Read more
Here is the batch file to install cisco anyconnect silent install script. For auto install VPN profiles, you can export the existing profile XML from the … Read more
Update : this method only worked a few months, and later we had issues booting up. After talking to Microsoft, the best way to do … Read more
If you see rbenv: no such command ‘install’, the solution is to run exec $SHELL -l
Very few information on sccm query to join both user resources and system resources database together. However my manger wants to see the device and … Read more