
Andrey Polevoy
- Total activity 65
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 39
Articles
Recent activity by Andrey Polevoy Sort by recent activity-
Tool to Update Connection Account Passwords
Overview Cayosoft Administrator requires Active Directory and Azure AD credentials to connect to managed domains, forests, tenants, and other managed systems. These credentials typically have high...
-
Enumerating Office 365 resources using Cayosoft Graph Module
Enumerating objects and resources To enumerate objects (or resources) of any type, call Get-CGraph command with resource type as a parameter: Get-CGraph users Get-CGraph groups To enumerate obje...
-
Overview of commands and common parameters in Cayosoft Graph Module
Commands Cayosoft Graph Module provides several core commands, which allow you to enumerate, create, update and delete any object or resource, accessible through Microsoft Graph API. For the full ...
-
Connecting to Office 365 with Cayosoft Graph Module
Connecting to Office 365 tenant Before using any other commands of Cayosoft Graph Module, you need to connect to the Office 365 tenant. To connect to Office 365 tenant with an account name and pas...
-
Cayosoft Suspend overview
Cayosoft Suspend™ - Temporarily or permanently suspend AD Users or Groups. Cayosoft Suspend™ empowers administrators to efficiently and accurately suspend user or groups preventing costly security ...
-
Installing Cayosoft Graph Module from PowerShell Gallery
System Requirements To install and use the Cayosoft PowerShell Module for the Microsoft Graph API, your system must meet the following requirements: Operating System: Windows 8.1 Enterprise or Pro...
-
Installing Cayosoft Suspend
Cayosoft Suspend requirements Software requirements Microsoft .Net Framework version 4.5 Active Directory Users and Computers MMC Windows Workstation version XPSP3 or later – or – Windows Se...
-
Creating new objects and resources in Office 365 using Cayosoft Graph Module
To create a new object in Office 365, use the New-CGraph command and specify object properties in the -Properties parameter as a hashtable of property name / property value pairs: $properties = @{...
-
Performing other actions on resources in Office 365 using Cayosoft Graph Module
Besides core operations, like list, create, update and delete, many objects and resources in Microsoft Graph support some additional actions. For example, user object supports such actions as send...
-
Updating Office 365 resources using Cayosoft Graph Module
To modify a single-valued property, use a pair of -Property and -Value parameters: Set-CGraph users -Id andy@cayosoft.com -Property city -Value "New York" Tip: List of property names can be found...