Installing Orchestrator 2016 on Server 2016

Hi Everyone, This blog is about is installing System Center Orchestrator 2016 on Server 2016. I know it's very exciting .Please follow along for step by step guide: Also please find the difference between different Automation tools from Microsoft . I know there s lot of confusion when thinking which product has what function .... Continue Reading →

Unable to add connectors in Service Manager

Hi everyone , I am back with a new blog and this time its SCSM(System Center Service Manager) . This blog is something to do with a restriction in Service Manager . The issue happens when we install SCSM and try to add connector like AD connector ,Orchestrator connector to name a few . When... Continue Reading →

SQL query for SCCM to pull out Hostname, Ip Address , OU location and Operating system

Hi everyone , A simple sql query that will get you the hostname , IP address , OU location and operating system details from your SCCM database . Select s.Netbios_Name0,ip.IP_Addresses0, s.Distinguished_Name0,s.operatingSystem0, s.Operating_System_Name_and0 from v_RA_System_IPAddresses AS IP inner join v_R_System AS S on ip.ResourceID=s.ResourceID where operatingSystem0 like '%Server%'; My requirement was for servers , but if... Continue Reading →

Website Powered by WordPress.com.

Up ↑