Where can I find the Web Services API (WSAPI) port for the connection to the HPE 3PAR system?
Where to find the WSAPI port of the HPE 3PAR system that you want to monitor You must enter the correct WSAPI port for the connection to the HPE 3PAR…
Where to find the WSAPI port of the HPE 3PAR system that you want to monitor You must enter the correct WSAPI port for the connection to the HPE 3PAR…
Source: https://lazyadmin.nl/office-365/ocr-email-attachments-and-store-them-on-sharepoint/ Microsoft Flow is a great tool to automate a lot of you daily, repetitive tasks. I stumbled on such a task at one of my clients. They receive an…
Source: https://lazyadmin.nl/office-365/working-with-expression-in-microsoft-flow/ In Microsoft Flow, you can use expressions for every action, switch, or condition and manipulate data. Using this in combination with variables allows you to do some cool…
Source: https://lazyadmin.nl/office-365/microsoft-flow-tutorial-part-2-using-custom-references/ In part 1 of this Microsoft Flow Tutorial, we created a pretty simple flow that allows you to pass data from one app to another. In this case a task…
Source: https://lazyadmin.nl/office-365/power-automate-expression-editor-and-dynamic-content-update/ One of the most annoying things about Power Automate, the former Microsoft Flow, is the small, odd placed Expression Editor. Good to know is that Microsoft is working…
Source: https://lazyadmin.nl/office-365/microsoft-flow-tutorial-part-1/ As an IT guy, I really like to automate things. So I am always on the lookout for repetitive tasks that can be automated or opportunities to share…
Source: https://lazyadmin.nl/powershell/install-a-printerport-and-printer-with-powershell/ Last year I have written about how you can install a printer and printerport from the command line. Really useful if you want to create a batch script so users can…
Source: https://lazyadmin.nl/powershell/copy-file/ We can use PowerShell to copy a file from one location to another with the Copy-Item cmdlet. The location can be another local folder or a remote computer.…
Source: https://lazyadmin.nl/powershell/string-contains/ The Contains operator in PowerShell is a bit of a strange one. You probably want to check if a string contains a particular word or character. The -contains operator sounds…
Source: https://lazyadmin.nl/powershell/get-adcomputer/ Need to export all computers from an OU, or lookup a computer in your Active Directory? Or do you want to count how many computers you have? We…