“Log on as a service” is a security policy in Microsoft Windows operating systems that specifies which user accounts or groups are allowed to start and run Windows services. Services …
Cyril Kardashevsky
Cyril Kardashevsky
I enjoy technology and developing websites. Since 2012 I'm running a few of my own websites, and share useful content on gadgets, PC administration and website promotion.
-
-
The proxyAddresses attribute in Active Directory is used to assign multiple email addresses to a single user, group or contact. All additional object addresses are known as proxy addresses. Each …
-
The Get-MsolUser is one of the prominent cmdlets in the MSOnline V1 PowerShell module for Azure Active Directory. This cmdlet lets you view the properties of one or several Microsoft …
-
The FSUTIL.EXE utility allows you to perform various tasks of viewing and managing the settings of the FAT, NTFS and REFS file systems on Windows operating systems. You can use …
-
KMS (Key Management Service) allows you to legally activate your volume-licensed Microsoft products (Windows and Office) on your internal host without connecting to Microsoft’s Internet activation services. In this post, …
-
In a traditional on-premises infrastructure, the system administrator has complete control over user access to corporate resources. When using cloud solutions, access to resources can be carried out both from …
-
The Start-Sleep cmdlet is used in PowerShell scripts when you need to pause the execution of code for a few seconds or minutes. This command is used in scenarios in …
-
In this article, we will look at two important elements of the Active Directory infrastructure — sites and subnets. Sites in ADDS are used to combine domain controllers and clients …
-
PowerShell belongs to a dynamic, not strongly typed-language class, meaning you are not required to declare the data type of variables. Simply put, PowerShell is smart enough to determine the …
-
Azure PowerShell (Az) is a set of modules that allow you to manage Microsoft Azure from the PowerShell command line. These modules are used to create and configure cloud services …