Skip to content

Commit e5489d5

Browse files
committed
Minor edits
1 parent 6576759 commit e5489d5

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

docs-conceptual/azureadps-2.0-preview/install-adv2.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ ms.reviewer: stevemutungi
1616

1717
You can use the Azure Active Directory PowerShell Module Version for Graph for Azure AD administrative tasks such as user management, domain management and for configuring single sign-on. The cmdlets listed here are different than the MSOL cmdlets which are part of the MSOnline PowerShell module.
1818

19-
The Azure AD PowerShell for Graph module has two versions: a Public preview and a General Availability version. **It is not recommended to use the Public Preview version for production scenarios**.
19+
The Azure AD PowerShell for Graph module has two versions: a Public preview and a General Availability version. It is **not recommended** to use the Public Preview version for production scenarios.
2020

2121
The Azure AD PowerShell for Graph preview module can be downloaded from the PowerShell Gallery at the [AzureADPreview](https://www.powershellgallery.com/packages/AzureADPreview) page.
2222

2323
The Azure AD PowerShell for Graph General Availability module can be downloaded from the PowerShell Gallery at the [AzureAD](https://www.powershellgallery.com/packages/AzureAD) page.
2424

2525
## Installing the Azure AD Module
2626

27-
The Azure AD PwerShell for Graph Module is supported on the following Windows operating systems with the default version of Microsoft .NET Framework and Windows PowerShell: Windows 8.1, Windows 8, Windows 7, Windows Server 2012 R2, Windows Server 2012, or Windows Server 2008 R2.
27+
The Azure AD PowerShell for Graph Module is supported on the following Windows operating systems with the default version of Microsoft .NET Framework and Windows PowerShell: Windows 8.1, Windows 8, Windows 7, Windows Server 2012 R2, Windows Server 2012, or Windows Server 2008 R2.
2828

2929
If your computer has all the prerequisites for the installation, to install the General Availability version of the module on your computer you can run
3030

@@ -41,25 +41,28 @@ Install-module AzureADPreview
4141
Note that you cannot install both the preview version and the GA version on the same computer at the same time.
4242

4343
### About the PowerShell Gallery
44+
4445
The Azure AD module is distributed using the PowerShell gallery. Installing items from the Gallery requires the latest version of the PowerShellGet module, which is available in Windows 10, in Windows Management Framework (WMF) 5.0, or in the MSI-based installer (for PowerShell 3 and 4).
46+
4547
- [**Get Windows 10**](https://go.microsoft.com/fwlink/?LinkID=624830&clcid=0x409),
4648
- [**Get WMF 5.0**](https://go.microsoft.com/fwlink/?LinkId=398175), or
4749
- [**Get MSI Installer**](https://go.microsoft.com/fwlink/?LinkID=746217&clcid=0x409)
4850

4951
With the latest [PowerShellGet](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) module, you can:
5052

51-
+ Search through items in the Gallery with [**Find-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Find-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
52-
+ Save items to your system from the Gallery with [**Save-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)    and [**Save-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
53-
+ Install items from the Gallery with [**Install-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Install-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
54-
+ Upload items to the Gallery with [**Publish-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Publish-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
55-
+ Add your own custom repository with [**Register-PSRepository**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
53+
- Search through items in the Gallery with [**Find-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Find-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
54+
- Save items to your system from the Gallery with [**Save-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)    and [**Save-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
55+
- Install items from the Gallery with [**Install-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Install-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
56+
- Upload items to the Gallery with [**Publish-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Publish-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
57+
- Add your own custom repository with [**Register-PSRepository**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
5658

5759
Check out the [Getting Started](https://www.powershellgallery.com/) page for more information on how to use PowerShellGet commands with the Gallery. You can also run *Update-Help -Module PowerShellGet* to install local help for these commands.
5860

5961
### Supported Operating Systems
6062

6163
The **PowerShellGet** module requires **PowerShell 3.0 or newer**.
6264
Therefore, **PowerShellGet** requires one of the following operating systems:
65+
6366
- Windows 10
6467
- Windows 8.1 Pro
6568
- Windows 8.1 Enterprise
@@ -87,6 +90,7 @@ To update the version of the Azure AD PowerShell module on your computer, re-run
8790
```PowerShell
8891
PS C:\WINDOWS\system32> Install-Module AzureADPreview
8992
```
93+
9094
This command checks the PowerShell gallery to see if a newer version is available and installs it on your computer if the version on the PowerShell Gallery is newer than the one installed on your computer.
9195

9296
## Connect to Azure AD

docs-conceptual/azureadps-2.0/overview.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ Module | Description
3030
------ | -----------
3131
[AzureAD](/powershell/module/azuread?view=azureadps-2.0&preserve-view=true) | Azure Active Directory PowerShell for Graph
3232
[MSOnline](/powershell/module/msonline?view=azureadps-1.0&preserve-view=true)| MSOnline PowerShell
33+
[Microsoft Graph PowerShell](/powershell/microsoftgraph/overview?view=graph-powershell-1.0&preserve-view=true) (Recommended)| Microsoft Graph PowerShell
3334

0 commit comments

Comments
 (0)