Here are the simple steps to download the payslip from the official DSC salary slip of a month along with the details of the DSC login and we also give you information for the DSC payslip reset password or create a new Indian Army payslip password as instructed by the official website of Pay Accounts Office or Defense Service Corps … [Read more...] about DSC Pay Slip 2021 DSC Kannur Monthly Salary Payslip Download
Powershell SCCM client actions on multiple remote computers
If you are looking for a script to initiate SCCM client actions on local or multiple remote computers then you are at right place, here is the simple script that can trigger the SCCM client actions. SCCM Configuration manger client trigger action list, important triggers most administrators use on a daily basis, same we will in use our … [Read more...] about Powershell SCCM client actions on multiple remote computers
Windows Updates | Get-Hotfix
How to Check Installed Windows Updates | Hotfixes on any remote computer using a Powershell command. When you want to get all the installed hotfixes on your windows machine or a server then we have cmdlet available in Powershell called get-hotfix, here are the examples and usage fo the command. Get-HotFix parameters [ID] one can use an ID … [Read more...] about Windows Updates | Get-Hotfix
How to remove a local user in windows operating system
How to remove a local user in windows server 2016 | windows 10, this article explains one can easily create a local user account on any windows compuer, here are steps to follow. Windows administrators as part of their routine daily tasks they deal with many servers and also create new local users on remote computers. It is easy to remove if … [Read more...] about How to remove a local user in windows operating system
Get AD User Group Membership Reports
Get AD User Group Membership Reports using Powershell script, here in this article we explain how you can run a simple script and get the desired report on the windows operating system. IT administrators often work on auditing for compliance, when you want to pull a user account Active Directory group membership with Powershell then here is the … [Read more...] about Get AD User Group Membership Reports
Powershell Background Jobs
Powershell Background Jobs One of the great features of the powershell is background jobs, the term itself describes as whatever the script code you execute as a job runs in the background, the powershell commands that take longer time to execute or accomplish a specific task on the machine or remote machines can be run in the background, while the … [Read more...] about Powershell Background Jobs