Undo-SoftDeletedUnifiedGroup

Soft-deleted Office 365 groups are groups that have been deleted, but can be restored within 30 days of being deleted. All of the group contents can be restored within this period. After 30 days, soft-deleted Office 365 groups are marked for permanent deletion and can’t be restored.

Undo-SoftDeletedUnifiedGroup -SoftDeletedObject “Marketing Department”

Update-DistributionGroupMember

Use the Update-DistributionGroupMember cmdlet to replace all members of distribution groups and mail-enabled security groups. To add or remove existing group members, use the Add-DistributionGroupMember and Remove-DistributionGroupMember

Update-DistributionGroupMember
[-Identity]
[-BypassSecurityGroupManagerCheck]
[-Confirm]
[-DomainController ]
[-Members ]
[-WhatIf]

Update-DistributionGroupMember -Identity “Research Reports” -Members chris@cloudrain.com,michelle@cloudrain.com,laura@cloudrain.com,julia@cloudrain.com

Script to create Active Directory User ID using Powershell

Script to create User ID(use this command in AD server)

New-ADUser -Name(Read-Host -AsPlainText “Type Name”) -DisplayName(Read-Host -AsPlainText “Type Display Name”)-GivenName(Read-Host -AsPlainText “Type First Name”) -Surname(Read-Host -AsPlainText “Type Last Name”) -Manager(Read-Host -AsPlainText “Type Manager Name”) -MobilePhone(Read-Host -AsPlainText “Type Mobile Number”) -SamAccountName(Read-Host -AsPlainText “Type UserName”) -UserPrincipalName(Read-Host -AsPlainText “Type UPN”) -Path “OU=users,OU=users,OU=ssg-india,DC=ssg,DC=com” -Title(Read-Host -AsPlainText “Type Title”) -Department(Read-Host -AsPlainText “Type Department”) -Description(Read-Host -AsPlainText “Type Description”) -office(Read-Host -AsPlainText “Type Office Name”) -EmailAddress(Read-Host -AsPlainText “Type Email Address”) -AccountPassword(Read-Host -AsSecureString “Type Password”) -Enabled $true

How to Edit file in the SiteWorx File Manager?

1. Log into your SiteWorx account. (e.g. www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, click on the “File Manager” option.

3. Navigate to the directory where your file is located.

4. Click on the file you want to edit and it will open in edit mode.

5. Make changes to your file and then click on the “Save” button.

How to upload files via the SiteWorx FileManager?

If you don’t want to use a 3rd party FTP Software, you can use the SiteWorx’s inbuilt File Manager.

1. Log into your SiteWorx account. (e.g. www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, choose the “File Manager” option.

3. Navigate to the directory where you want to upload your files to. For example, should you wish to upload your file to the public html folder, you need to go to /html first. On the left side you can see a list of directories. Double Click on the “html” folder.


4. 
Click on the “Upload” menu in the Top header section, click on the “Browse” button and select the file you want to upload from your PC. After you have selected the file, click on the “Upload” button to upload it.

How to Access Webalizer in SiteWorx?

1. Log into your SiteWorx account. (e.g. www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, click the “Statistics” menu item if it is not already open.

3. Click on the “Webalizer” option and your Webalizer Statistics will open in a new window.

How to Access AWStats in SiteWorx?

1. Log into your SiteWorx account. (e.g. www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, click the “Statistics” menu item if it is not already open.

3. Click on the “AWStats” option.

4. If the current month is June, the year is 2015 and you want to see the current month’s statistics, then click on the “June 2015” button under “Stats Type: Monthly“.

Change Language of your SiteWorx Account?

SiteWorx supports a lot of languages, and if you want to change your SiteWorx language to your native language, you should follow this tutorial.

1. Log into your SiteWorx account. (e.g. www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, click the “Administration” menu item if it is not already open.

3. Click on “User Accounts“.

4. Under “Action” option, Click the “Edit” button.

5. Chose your language from the “Language” dropdown menu and then click on the “Save” button.

Your SiteWorx language setting has been successfully updated.

How to update your SiteWorx Email Address?

If you want to change your SiteWorx email Address then follow these steps.

1. Log into your SiteWorx account. (eg: www.example.com:2443/siteworx/ )

2. Under “SiteWorx User Management“, click the “Administration” menu item if it is not already open.

3. Click on “User Accounts“.

4. Under “Action” option, Click the “Edit” button.

5. In the “E-mail” field, Enter your new email address.

6. Click the “Save” button.