Skip to content

stonelasley/Ax-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ax-Utils

Microsoft Dynamics AX Utilities

Installation

  1. Find your powershell module path
PS C:\> echo $env:PSModulePath
C:\Users\slasley\Documents\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules\

  1. Create the first directory (under your user profile) if it doesn't exist
PS C:\> New-Item "$env:USERPROFILE\Documents\WindowsPowerShell\Modules" -type directory
  1. Clone this repository in that location.
PS C:\> git clone git@github.com:stonelasley/Ax-Utils.git $env:USERPROFILE\Documents\WindowsPowerShell\Modules\Ax-Utils
  1. Check that Windows recognizes it as a module
PS C:\> Get-Module -ListAvailable
  ____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
PS C:\> Get-Module -ListAvailable

ModuleType Name                      ExportedCommands                                                           
---------- ----                      ----------------                                                           
Script     Ax-Utils                  {}                                                                         
Manifest   AppLocker                 {}                                                                         
Manifest   BitsTransfer              {}                                                                         
Manifest   PSDiagnostics             {}                                                                         
Manifest   TroubleshootingPack       {}      
  1. Import the Module
PS C:\> Import-Module Ax-Utils

Usage

  1. Query, Stop, and Start services in batches. alt tag

About

Microsoft Dynamics AX Utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published