Operations Manager – Enable agent proxy on all agents

If you are using System Center Operations Manager (SCOM) then you may want to enable agent proxy on all your agents. If you want to do this then you can use the power of Powershell to carry this out. Just open up a Powershell command box and use the following command: get-SCOMagent | where {$_.ProxyingEnabled -match “False”} | Enable-SCOMAgentProxy If …

Operations Manager – Enable agent proxy on all agents Read More

System Center Service Manager Data Warehouse Analysis Services installation error

If you are trying to install System Center Service Manager Data Warehouse then you may run into an issue on the Configure Analysis Services for OLAP cubes wizard page where it states that The server is not available: We ran into this issue a while ago and we checked everything that we could find on Google, like permissions on the …

System Center Service Manager Data Warehouse Analysis Services installation error Read More

How to disable users personal OneDrive in Windows 10

If you’re using Windows 10 Professional, Enterprise, or Education, the easiest way to disable and hide OneDrive is by using the Local Group Policy Editor (or Group Domain Policy if on a corporate domain). In Windows 10, press Start, type gpedit.msc, and press Enter. In the Local Group Policy editor’s left pane, drill down to Computer Configuration > Administrative Templates > …

How to disable users personal OneDrive in Windows 10 Read More

Errors when trying to inject offline Windows Updates into a mounted WIM

If you are using WIM files for Operating System Deployments (OSD) you may be injecting Windows Updates into the WIM to keep them up to date. If you are doing this, you may run into errors when processing through the updates like this: This is because the mounted WIM thinks that there are pending updates. To clear this, you need …

Errors when trying to inject offline Windows Updates into a mounted WIM Read More

SCCM 2012 Software Catalog Easy Access using DNS

If you are using System Center Configuration Manager (SCCM) then you will probably be making use of the Application Catalog feature. This allows IT departments to give a software shop front to its end users freeing up IT staff from the tedious installations of 7-Zip and Adobe Reader. But, the standard URL for the Application Catalog is a bit dirty, …

SCCM 2012 Software Catalog Easy Access using DNS Read More

Things you need to enjoy Gigabit Ethernet connectivity

Slower downloading of data on the devices can irritate the user to no extent. Additionally, the end users want internet service that never sleeps. The content access requirements at the end users propel the data centers to improve their efficiency and also to deliver the final output optimally for enhancing the customer experience. The data transfer speed of 12MB or …

Things you need to enjoy Gigabit Ethernet connectivity Read More

Bulk Delete Multiple Operations Manager Management Packs [2020 Updated]

If you are using System Center Operations Manager and you want to bulk remove multiple Management Packs, then you can use the power of the Operations Manager Shell to carry it out. First of all, you need to open up the Operations Manager Shell. Then you should run the following command: where: “*Microsoft.SQLServer*” = the management pack names that you …

Bulk Delete Multiple Operations Manager Management Packs [2020 Updated] Read More