Automating Windows Server Environment Updates With Ansible

Hello Everyone, Nowadays, automating IT environments is one of the biggest challenges for IT Administrators and these tasks brings more efforts and time consuming when there are tasks that need to be one daily, weekly, monthly and scheduled ones aslo. I’m gonna wrtie about a service which can help us in automating some basic to…

PowerShell Arrays

Hello Blog! Today I’m gonna explain Powershell arrays, which is the most important part of the scripting and coding in Powershell, also having arrays in your code could help you much and ease your coding progress. Powershell arrays provides a structured data which is combined into an array and stores a fixed-size sequential collection of…

Windows Quick Access Shortcut Commands [ My TechNet Wiki Post ]

Access Windows Servcies with MSC Commands. Hello Wiki, sometimes I see some experts follow GUI pathes in order to access a service panel to configure or rearrange it. However, accessing them through RUN or start menu as a shortcut with just a simple command would make it quickly and easier to access. Here is some…

Windows Server: Sconfig.exe

Sconfig comes from Server Configuration from Command prompt like CMD or Windows Powershell. In Windows Server Core Edition the only choice for configuring your Core Windows is Sconfig.exe, after installaing your server the first thing you have to di is configuring your server. Configuration steps are as follows :

Azure Active Directory ( From Microsoft Docs)

Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service. Azure AD helps your employees sign in and access resources in: External resources, such as Microsoft Office 365, the Azure portal, and thousands of other SaaS applications. Internal resources, such as apps on your corporate network and intranet, along with any cloud…