

This was no small task to try to document 8 hours of lecture and sift through all the fluff…but somehow I finally managed to finish this guide and cover most of the essentials.


If you aren’t using Spiceworks yet, you are missing out. I’ve covered Network Monitoring with Nagios, ticketing systems with osTicket and a slew of other tools to help make your life easier – but Spiceworks integrates nearly all these features and more into one space. While ALL of the information that was covered within the confines of the course could be found on Spiceworks.Com… I thought It might be nice to organize everything that was covered in one place and reduce the 100 or so pages of power point slides, lectures and demos into one elegant and simple to use guide. So recently my company had floated the bill for me to attend an all day, $200 Spiceworks Training course. 2 Backup & Restore Your SpiceWorks Install.…to connect to Office 365 in order to send commands. Installing the ExchangeOnlineManagement PowerShell module Next, I will install the module ExchangeOnlineManagement: Install-Module -Name ExchangeOnlineManagement Install-Module PowershellGet -ForceĪfter this step, close the PowerShell console and then open it again with elevated privileges. Next, execute the following command from a PowerShell console with administrative privileges. To be able to execute scripts, if not already done, you have to loosen the execution policy: Set-ExecutionPolicy RemoteSigned Change the client configuration and try the request again." Installing the module for Exchange Online ^ Basic authentication is currently disabled in the client configuration. "The WinRM client cannot process the request.

If this is not the case, you can change it using this: winrm set winrm/config/client/auth this setting is not configured as described, the following error message will appear when you try to connect to Exchange Online: To view the current settings, enter this command: winrm get winrm/config/client/authĭisplaying current settings for WinRM authenticationīy default, the value for Basic should already be true. First, you must check the standard authentication for Windows Remote Management (WinRM) and, if necessary, configure it from a command prompt with administrative rights.
